Trilium - Package Updates
Pinned
Trilium
-
[1.12.0]
- Update Trilium to 0.60.3
- Full changelog
- consistent tooltip arrow style, #3948
- selected text in HTML view is searched immediately in find box, #3947
- smooth scrolling for TOC, #3944
- Linux and Windows allow you to choose which app to open the note with ("Open note custom"), #3940
- improved Cyrillic font support, #3933
- move "tree actions" to the right, #3928
- improved include note display, #3920
- more obvious active ribbon item
- ETAPI fixes and improvements, #3908 #3909
- remove HTML tags added by trilium during ZIP import, #3897
- added ability to override default search engine, #3901
- ensure note return branch #3893, thanks to @mirrorcult
- improved performance of note map #3870
- change in regex of resolving custom paths, #3866
- dev env changes #3871 #3827 #3848 #3847 #3846 #3839 #3838 #3833 #3837
- lint changes #3818
- fix click events propagating from a context menu being closed, fixes #3805
- fix resizing of note map #3808
- added #sortLocale, #3695
- don't trigger menu items on right click, #3764
- persistent caching #3814
- sort icons by how much they are used, #3784
- don't trigger menu items on right click, #3764
- change dropdown border to light border
- SVG icons #3773
- note book card margin #3756
- add #newNotesOnTop, closes #3734
- use the same variable as Firefox for scrollbar thumb #3152
- fix search in "view source", closes #3929
- fix cursor position when Jumping from note to included note
- fix parsing the authentication header with password containing a colon, closes #3916
- don't allow setting image quality to empty value, #3894
- fix hamburger icon in canvas, #3780
- wrong password login screen should return 401 so that it counts to the rate limiter, fixes #3867
- collapse command will collapse the whole tree, including the current active note path, fixes #3664
- Merge pull request #3959 from soulsands/fix-search
- images in note list preview should be shrinked to fit into view, fixes #3965
- #3974 from soulsands/fix-edited-note fix getEditedNotesOnDate
- right click on an external link should not open the link, fixes #3971
- keep this window on top #3963 by @SiriusXT
- display icon for non-supported note types in content renderer
- fixed infinite recursion with search notes
- if a note context has sub contexts, then it has to be saved even if empty, fixes #3985
- invalidate attribute cache on branch create/update, fixes #3994
- use note size format also in file properties
- Merge pull request #3984 from dymani/move-pane Add buttons to reorder split panes by @dymani
- don't allow patching relation's value in ETAPI #3998
- Fix shortcuts not resetting to default #4004 by @dymani
- fix showing deleted notes in the recent changes dialog, closes #4013
- ETAPI ZIP import
- fix race condition between script execution and saving, closes #4028
- compatibility with online excalidraw tool - JSON can be imported into excalidraw web tool
- sql console outputs results of CTEs, fixes #2800
- allow creating backups via ETAPI, #4014
-
[1.14.3]
- Update Trilium to 0.61.14
- Full changelog
- fix loading reference link titles in read-only text notes, closes #4404
- fix content renderer of protected canvas/mermaid notes, closes #4414
- fix assigning extension to attachment export filenames, closes #4415
- revert general HTML support
-
[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