Trilium - Package Updates
Pinned
Trilium
-
[1.5.0]
- Update Trilium to 0.48.2
- Full changelog
- Set default icon for clipped notes by @sigaloid in https://github.com/zadam/trilium/pull/2246
- hide tooltip after clicking on a button, fixes #2228
- fix backend API's getNote, getBranch, getAttribute, closes #2230
- fix restoring note revision, closes #2232
- allow async scripts in runOnBackend(), fixes #2243
-
[1.5.1]
- Update Trilium to 0.48.3
- Full changelog
- set iconClass also on whole page clipping #2250
- fix repeated invocation of actions in note actions dropdown, closes #2255
- fix saving images from web clipper, closes #2249
- display properly relations in note map even if they are not in the subtree, #2251
- fix saving images from web clipper, closes #2249
-
[1.5.10]
- Update Trilium to 0.49.5
- Full changelog
- changed shared_info class names to avoid conflict with adblocker, closes #2546
- print should include promoted attributes, #2550
- migration workaround for corrupted index in entity_changes table, closes #2534
- make getAncestors safe in respect to saved search
- ignore "Sync not configured" message when toggling shared state
- prevent infinite recursion when checking shared status
- start sync immediately after sharing/unsharing, fixes #2539
-
[1.5.11]
- Update Trilium to 0.50.1
- Full changelog
- brand new external REST API called ETAPI
- removed username from authentication, only password is now needed
- removed setting password in the initial setup to speed up the process and avoid confusing users, it's possible to set it up later
- added possibility to reset password (thus losing protected notes, if any) from Options.
- as a result of above, typical "new document" setup is just two-click process without having to enter username & password
- optimized sync protocol which can now in some cases halve the sync/time
- unified Jump-To and quick search behavior with regards to hoisting and opening in a new tab, #2483
- search immediately when user chooses "full search" from Jump To dialog, #2483
- make whole text/code detail clickable to improve UX, add placeholder to empty code notes
- print should include promoted attributes, #2550
- add #shareRoot label to define an "index" note, closes #2567
- initial theme is chosen based on OS settings, #2516
- focus promoted/owned attributes input after activating the ribbon tab, closes #2606
-
[1.5.12]
- Update Trilium to 0.50.2
- Full changelog
- fix exporting huge text notes (export would get stuck on HTML pretty print)
- introduced mutex to avoid random conflicts during rapid tab closing
- fix updating becca after undeleting notes
- fixed background color of input label in CKEditor search & replace, #2254
- fix multiple Etapi token options UI bugs, closes #2616
-
[1.5.13]
- Update Trilium to 0.50.3
- Full changelog
- add allow robots.txt tag for /share
- fix inclusion of share.js in builds, fixes #2738
- invalidate flat text cache after login to protected session, fixes #2712
- logging improvements
- fix uploading binary data through ETAPI, closes #2667
- raise line-height in share CSS to 1.5, fixes #2671
- fixed blurred selection background color, closes #2652
- make it clear that Dockerfile needs to be run through a script
- fix importing unknown image types such as .DWG, * closes #2628
- fix param validation
-
[1.5.14]
- Update Trilium to 0.51.2
- Full changelog
- addTextToEditor appends text to the end instead of the beginning
- fix "isActive()" detection to work well with splits, #2806
- fix doubling of icon tooltips, closes #2811
- allow searching within mermaid diagrams, closes #2821
- allow combining tokens in text and title/attributes, fixes #2820
- improve hiding of edit button #2787
- fix missing closing div tag in word count demo widget, closes #2829
- make sure shaca is loaded before any request
-
[1.6.0]
- Update Trilium to 0.52.2
- Full changelog
- new excalidraw backed "canvas note", contributed by @thfrei
- new Find in text widget, based on @antoniotejada's work
- add option to disable auto-download of images for offline storage, #2859
- disable COEP, fixes #2858
- moved protected session expiration scheduling #2855
- added #titleTemplate, closes #2852
- new ~ operator in search for regex
- allow operators =, = and = on note content