diff --git a/trilium-notes/docker-compose.yml b/trilium-notes/docker-compose.yml index ff0ee33a..aded4ea3 100644 --- a/trilium-notes/docker-compose.yml +++ b/trilium-notes/docker-compose.yml @@ -8,9 +8,9 @@ services: 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 \ No newline at end of file diff --git a/trilium-notes/umbrel-app.yml b/trilium-notes/umbrel-app.yml index d960f5c3..c3582846 100644 --- a/trilium-notes/umbrel-app.yml +++ b/trilium-notes/umbrel-app.yml @@ -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 @@ -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 \ No newline at end of file