Trilium - Package Updates
Pinned
Trilium
-
[1.3.0]
- Update Trilium to 0.45.9
- Full changelog
- Use base image v3
- fix include note rendering over floating elements, #1590
- hide note paths dropdown on changed note, #1572
- fix/improve behavior of "sorted" attribute
- select attr name in attr detail dialog did not trigger update, closes #1557
- added "safe mode" environment variable switch which disables startup scripts
-
[1.4.0]
- Update Trilium to 0.46.5
- Full changelog
- 0.46.X contains changes in sync protocol compared to 0.45.X so all instances must be updated.
- new search UI
- quick search widget in the upper right corner
- "full" search which is actually a saved search - allows to specify some search criteria using UI
- besides searching this provides the ability to define "search actions" which allow to operate on the search results - e.g. add a label
- more intelligent "auto book" behavior where any text/code note is auto book even if it has content
- icon picker
- note tree loading now doesn't access database, instead it leverages already existing backend note cache. This results in significant speed up of some operations
-
[1.4.3]
- Update Trilium to 0.46.9
- Full changelog
- use entity changes instead of actual tables to fill in sector to sync #1809
- fix lexer to parse correctly quoted empty strings, #1825
- improved task manager with allowed year range, #1823
- fix inheriting inheritable attributes through template, #1828
- ctrl + click / middle click now opens image in a text note in a new tab
- clipper fix, #1840
- use official gh client instead of github-release to execute releases
- clear note selection anytime a new note is activated
- fix moving notes with keyboard on Firefox #1865
-
[1.4.4]
- Update Trilium to 0.47.2
- Full changelog
- delete notes dialog has a preview of what notes will be deleted and broken relations
- new sync status widget next to the global menu
- empty new tab shows a list of workspaces to quickly enter
- image notes can be zoomed and panned with mousewheel/dragging
-
[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