Skip to content
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
2 changes: 1 addition & 1 deletion trilium-notes/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: "3.7"

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

server:
image: triliumnext/trilium:v0.101.3@sha256:f9c978d08f24af19e58c7e3230218a5a6a0ab889ac261e25edb847ebd3762ff4
image: triliumnext/trilium:v0.102.0@sha256:ced97a926b6f3fcde86e26e4319b97686426cb4fc27e85c4fc35bf6150ce64f8
restart: on-failure
environment:
- TRILIUM_DATA_DIR=/data
Expand Down
36 changes: 25 additions & 11 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: "v0.101.3"
version: "v0.102.0"
tagline: Build your personal knowledge base with Trilium Notes
description: >-
Features
Expand Down Expand Up @@ -61,19 +61,33 @@ torOnly: false
submitter: Pranshu Agrawal
submission: https://github.com/getumbrel/umbrel-apps/pull/199
releaseNotes: >-
This release comes with various bug fixes and performance improvements.
⚠️ LLM integration has been removed in this release, requiring a database migration. Downgrades will not be possible without restoring from a backup.


Key highlights in this release:
- Support for custom icon packs for note icons
- New save indicator displayed near the note title
- Built-in PDF renderer based on PDF.js, with annotations, search, form filling, and reading position memory
- Some Collections now hide their children in the note tree by default
- Major mobile improvements including a new tab switcher, improved note actions menu, search and recent notes support, and launch bar enhancements
- Visual math equation editor
- Major SQL console improvements with better table display, sorting, pagination, and filtering
- New ETAPI routes for revisions, undelete, and attachments
- Support for Polish, Irish, and Hindi languages
- jQuery updated to v4.0.0 (may introduce breaking changes for custom scripts)


Bug fixes:
- Fixed SQL Console table data copying issue
- Fixed title not being selected when creating a note via the launcher
- Fixed popup editor closing after inserting a note link
- Fixed new Mermaid diagrams not saving content
- Fixed scrolling issues in Mermaid diagram code
- Fixed max content width not being respected when switching between note types
- Fixed crashes when a note includes itself
- Fixed performance issues due to recursive inclusion in included notes
- Fixed archived subnotes appearing in grid view without includeArchived
- Fixed various UI and layout issues across desktop and mobile
- Fixed Mermaid graphs not rendering correctly in some cases
- Fixed canvas background color not being saved
- Fixed promoted attributes not displaying initial checkbox values correctly
- Fixed search not showing "No results" message
- Fixed breadcrumb not reacting to title updates
- Fixed week note title error when crossing year boundaries
- Fixed tab and shift+tab incorrectly selecting images and tables instead of indenting
- Fixed calendar collection not respecting default formatting locale
- Fixed colors with upper case or invalid values causing crashes


Full release notes are available at https://github.com/TriliumNext/Trilium/releases