Browse Source
Update Trilium Notes to version 0.59.4 (#619)
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Javier G. Montoya S
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
39 additions and
21 deletions
-
trilium-notes/docker-compose.yml
-
trilium-notes/umbrel-app.yml
|
@ -8,7 +8,7 @@ services: |
|
|
PROXY_AUTH_WHITELIST: "/api/*" |
|
|
PROXY_AUTH_WHITELIST: "/api/*" |
|
|
|
|
|
|
|
|
server: |
|
|
server: |
|
|
image: zadam/trilium:0.55.1@sha256:9bf48a49359cd567bb8e9ce87c1d310713ba98ac8d517d75b07b8de907525077 |
|
|
image: zadam/trilium:0.59.4@sha256:5b68fd04fd6f3c26944f0c61f7a470e94480b1f6d61709201331a400be882a1c |
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|
environment: |
|
|
environment: |
|
|
- TRILIUM_DATA_DIR=/data |
|
|
- TRILIUM_DATA_DIR=/data |
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
id: trilium-notes |
|
|
id: trilium-notes |
|
|
category: Productivity |
|
|
category: Productivity |
|
|
name: Trilium Notes |
|
|
name: Trilium Notes |
|
|
version: "0.55.1-build-2" |
|
|
version: "0.59.4" |
|
|
tagline: Build your personal knowledge base with Trilium Notes |
|
|
tagline: Build your personal knowledge base with Trilium Notes |
|
|
description: >- |
|
|
description: >- |
|
|
Features |
|
|
Features |
|
@ -60,3 +60,21 @@ defaultPassword: "" |
|
|
torOnly: false |
|
|
torOnly: false |
|
|
submitter: Pranshu Agrawal |
|
|
submitter: Pranshu Agrawal |
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/199 |
|
|
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 |
|
|