Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update trilium-notes to version v0.63.7 #1285

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions trilium-notes/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in trilium-notes/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "server"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -8,9 +8,9 @@
PROXY_AUTH_WHITELIST: "/api/*"

server:
image: zadam/trilium:0.60.4@sha256:307b926bfed9133b144a4dfdb11c1b2e053c94ac29355ede8cf5ae017a52d8a5
image: zadam/trilium:0.63.7@sha256:a0b5a6a5fd7a64391ae6039bbcd5493151a77a1d5470ef5911923c64d0c232c0
restart: on-failure
environment:
- TRILIUM_DATA_DIR=/data
volumes:
- ${APP_DATA_DIR}/data:/data
- ${APP_DATA_DIR}/data:/data
24 changes: 4 additions & 20 deletions trilium-notes/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: trilium-notes
category: files
name: Trilium Notes
version: "0.60.4"
version: "0.63.7"
tagline: Build your personal knowledge base with Trilium Notes
description: >-
Features
Expand Down Expand Up @@ -61,24 +61,8 @@ torOnly: false
submitter: Pranshu Agrawal
submission: https://github.com/getumbrel/umbrel-apps/pull/199
releaseNotes: >-
This update upgrades Trilium Notes from version 0.59.4 to 0.60.4.
Changes:

- Backported Excalidraw upgrade to 0.17.3

Version 0.60.4 includes the following changes:

- consistent tooltip arrow style

- selected text in HTML view is searched immediately in find box

- smooth scrolling for TOC

- improved Cyrillic font support

- move "tree actions" to the right

- improved include note display

- added ability to override default search engine


Full release notes and detailed information for versions between 0.59.4 and 0.60.4. are available at https://github.com/zadam/trilium/releases
Full release notes are available at https://github.com/zadam/trilium/releases