From bf4b36a78820a425ef58dd9dc8444f4472349450 Mon Sep 17 00:00:00 2001 From: "Javier G. Montoya S" Date: Tue, 6 Jun 2023 15:12:38 -0400 Subject: [PATCH] Update Trilium Notes to version 0.59.4 (#619) Co-authored-by: nmfretz --- trilium-notes/docker-compose.yml | 4 +-- trilium-notes/umbrel-app.yml | 56 +++++++++++++++++++++----------- 2 files changed, 39 insertions(+), 21 deletions(-) diff --git a/trilium-notes/docker-compose.yml b/trilium-notes/docker-compose.yml index 49c2435..16ee905 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.55.1@sha256:9bf48a49359cd567bb8e9ce87c1d310713ba98ac8d517d75b07b8de907525077 + image: zadam/trilium:0.59.4@sha256:5b68fd04fd6f3c26944f0c61f7a470e94480b1f6d61709201331a400be882a1c restart: on-failure environment: - TRILIUM_DATA_DIR=/data volumes: - - ${APP_DATA_DIR}/data:/data \ No newline at end of file + - ${APP_DATA_DIR}/data:/data diff --git a/trilium-notes/umbrel-app.yml b/trilium-notes/umbrel-app.yml index 2029d6c..d872231 100644 --- a/trilium-notes/umbrel-app.yml +++ b/trilium-notes/umbrel-app.yml @@ -2,46 +2,46 @@ manifestVersion: 1 id: trilium-notes category: Productivity name: Trilium Notes -version: "0.55.1-build-2" +version: "0.59.4" tagline: Build your personal knowledge base with Trilium Notes description: >- Features - Notes can be arranged into arbitrarily deep tree. Single note can be placed into multiple places in the tree (see cloning) - + - Rich WYSIWYG note editing including e.g. tables, images and math with markdown autoformat - + - Support for editing notes with source code, including syntax highlighting - + - Fast and easy navigation between notes, full text search and note hoisting - + - Seamless note versioning - + - Note attributes can be used for note organization, querying and advanced scripting - + - Synchronization with self-hosted sync server (there's a 3rd party service for hosting synchronisation server) - + - Sharing (publishing) notes to public internet - + - Strong note encryption with per-note granularity - + - Sketching diagrams with bult-in Excalidraw (note type "canvas") - + - Relation maps and link maps for visualizing notes and their relations - + - Scripting - see Advanced showcases - + - REST API for automation - + - Scales well in both usability and performance upwards of 100 000 notes - + - Touch optimized mobile frontend for smartphones and tablets - + - Night theme - + - Evernote and Markdown import & export - + - Web Clipper for easy saving of web content developer: ZAdam website: https://github.com/zadam/trilium @@ -59,4 +59,22 @@ defaultUsername: "" defaultPassword: "" torOnly: false submitter: Pranshu Agrawal -submission: https://github.com/getumbrel/umbrel-apps/pull/199 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel-apps/pull/199 +releaseNotes: >- + This update upgrades Trilium Notes from version 0.55.1 to 0.59.4. + + + Version 0.59.4 includes the following changes: + + - fix displaying error message in mermaid + + - download offline images from libreoffice + + - fix duplicating subtree with internal links + + - don't update attribute detail while composing CJK characters + + - fix click events propagating from context menu being closed + + + Full release notes and detailed information for versions between 0.55.1 and 0.59.4 are available at https://github.com/zadam/trilium/releases