Trilium - Package Updates
Pinned
Trilium
-
[1.14.4]
- Update Trilium to 0.61.15
- Full changelog
- fix creating tree cycle by moving clone into another clone, closes #4442
- fix incorrect syntax/typo, closes #4443
- fix edit history crossing note activation in canvas, #4437
- fix buggy http proxy initialization, closes #4453
-
[1.15.0]
- Update Trilium to 0.62.2
- Full changelog
- scroll beyond last line in text/code editor, fixes #2728
- TOC and Highlights widgets have a button for quick access to options
- Added runOnBranchChange event #4108
- improved PWA manifest #4371, thanks to @rauenzi
- Added more backend API methods to access options, attachments, revisions
- reduce indent of TOC when larger headings are not being used, fixes #4363
- note list should show the prefix, #4362
- added runAsyncOnBackendWithManualTransactionHandling API method, runOnBackend checks that a sync method has been passed.
- add promoted attributes widget to the mobile version, closes #4314
-
[1.15.1]
- Update Trilium to 0.62.3
- Full changelog
- make sure the promoted attributes don't take the whole screen in mobile, #4468
- fix printing math, closes #4470
- remove title to fix closing highlights list, fixes #4471
- fix thumbnails with chinese titles, closes #4478
- normalize strings before calculation hashes, #4435
- dragging notes from note tree will automatically insert them as images where appropriate (image, canvas, mermaid)
- when canvas and mermaid are inserted using "include note", we insert them as images
-
[1.15.3]
- Update Trilium to 0.62.5
- Full changelog
- unescape HTML before downloading images, #4566
- correctly save attachment URL, #4566
- fix auto-download of images, closes #4566
- document attachment ETAPI APIs in OpenAPI spec, fixes #4559
- fix loading katex in share #4558
- convert absolute image attachment URLs to relative without domain, fixes #4509
-
[1.15.4]
- Update Trilium to 0.62.6
- Full changelog
- optimize migration process #4535
- fix rendering image title in share renderer, closes #4578
- fix URL unescaping in improper place, #4566
- support SVG image upload, fixes #4573
- remove conflicting shortcut, fixes #4570
-
[1.16.0]
- Update Trilium to 0.63.3
- Full changelog
- add API method to erase a revision #4662
- fix highlighting search results with regexp characters in fulltext string, closes #4665
- Improved scriptes bin/copy-trilium.sh, bin/build-linux-x64.sh #4671
- fix searching fulltext with tags, closes #4661
- #4635 from WantToLearnJapanese/WantToLearnJapanese-patch-unhoist-bookmark
- fix JSDoc, closes #4633
- Add the -o option to the groupmod command used in start-docker.sh #4632
- PWA manifest fixes for extra auth, fixes #4611
- activate parent note when deleting a note, #4600
- added keyboard shortcut for toggling the right pane, closes #4552
- fix pin button shadow, closes #4595
- CKEditor 41.0.0
- synx fixes
-
[1.16.1]
- Update Trilium to 0.63.5
- Full changelog
- fix rendering of math on non-root paths, closes #4713
- allow cancelling mention UI with escape, fixes #4692, #4684
- fix copy link in browser, closes #4682
- allow converting file attachments to file notes
- fix: invisible unchecked to-do items, by @st3iny