trilium

Build your personal knowledge base with Trilium Notes

AGPL-3.0 License

Stars
25.6K
trilium - v0.54.3 release

Published by zadam about 2 years ago

trilium - v0.54.2 release

Published by zadam about 2 years ago

This release contains several minor features and fixes:

  • optional basic auth for shared notes, closes #2781
  • add highlighting to search results, closes #2977
  • allow per workspace calendars, fixes #2959
  • added mermaid export SVG button
  • export note ZIPs via ETAPI, #3012
  • Add config setting to disable update check #3000
  • added an option to define a "min TOC headings", #2985
  • add #toc label to control Table of Contents visibility per note, #2985
  • upgrade excalidraw to 0.12 #2994
  • useMaxWidth for mermaid pie widget, fixes #2984
  • added getTargetNote to froca's attribute, fixes #2981
  • fix build revision in the about dialog, closes #2980
  • focus icon search input after showing up, closes #2979
  • fix error message on removing bulk actions from search, closes #3027
  • use 16 bytes IV for newly encrypted data, closes #3017
  • rename "backlinks.js" as it's not liked by some adblockers, #3003
  • prevent zooming the whole app when ctrl + zoom on the canvas note, fixes #3002
  • add CSS variables for CKEditor table caption, fixes #2998
  • prevent paste on middle click, fixes #2995
  • add jsdocs to note.cloneTo, closes #2996
  • upgrade to KaTeX 0.16.0
  • cssClass label cannot be applied on the root widget because of note splits, fixes https://github.com/zadam/trilium/issues/3032
  • fix backend script error reporting https://github.com/zadam/trilium/issues/3033

DB schema version and sync protocol version have been incremented in 0.54, all instances in the cluster need to be upgraded.

trilium - v0.54.1-beta release

Published by zadam about 2 years ago

This release contains several minor features and fixes:

  • optional basic auth for shared notes, closes #2781
  • add highlighting to search results, closes #2977
  • allow per workspace calendars, fixes #2959
  • added mermaid export SVG button
  • export note ZIPs via ETAPI, #3012
  • Add config setting to disable update check #3000
  • added an option to define a "min TOC headings", #2985
  • add #toc label to control Table of Contents visibility per note, #2985
  • upgrade excalidraw to 0.12 #2994
  • useMaxWidth for mermaid pie widget, fixes #2984
  • added getTargetNote to froca's attribute, fixes #2981
  • fix build revision in the about dialog, closes #2980
  • focus icon search input after showing up, closes #2979
  • fix error message on removing bulk actions from search, closes #3027
  • use 16 bytes IV for newly encrypted data, closes #3017
  • rename "backlinks.js" as it's not liked by some adblockers, #3003
  • prevent zooming the whole app when ctrl + zoom on the canvas note, fixes #3002
  • add CSS variables for CKEditor table caption, fixes #2998
  • prevent paste on middle click, fixes #2995
  • add jsdocs to note.cloneTo, closes #2996
  • upgrade to KaTeX 0.16.0
  • cssClass label cannot be applied on the root widget because of note splits, fixes https://github.com/zadam/trilium/issues/3032
  • fix backend script error reporting https://github.com/zadam/trilium/issues/3033

DB schema version and sync protocol version have been incremented in 0.54, all instances in the cluster need to be upgraded.

trilium - v0.54.0-beta release

Published by zadam about 2 years ago

This release contains several minor features and fixes:

  • optional basic auth for shared notes, closes #2781
  • add highlighting to search results, closes #2977
  • allow per workspace calendars, fixes #2959
  • added mermaid export SVG button
  • export note ZIPs via ETAPI, #3012
  • Add config setting to disable update check #3000
  • added an option to define a "min TOC headings", #2985
  • add #toc label to control Table of Contents visibility per note, #2985
  • upgrade excalidraw to 0.12 #2994
  • useMaxWidth for mermaid pie widget, fixes #2984
  • added getTargetNote to froca's attribute, fixes #2981
  • fix build revision in the about dialog, closes #2980
  • focus icon search input after showing up, closes #2979
  • fix error message on removing bulk actions from search, closes #3027
  • use 16 bytes IV for newly encrypted data, closes #3017
  • rename "backlinks.js" as it's not liked by some adblockers, #3003
  • prevent zooming the whole app when ctrl + zoom on the canvas note, fixes #3002
  • add CSS variables for CKEditor table caption, fixes #2998
  • prevent paste on middle click, fixes #2995
  • add jsdocs to note.cloneTo, closes #2996
  • upgrade to KaTeX 0.16.0

DB schema version and sync protocol version have been incremented, all instances in the cluster need to be upgraded.

trilium - v0.53.2 release

Published by zadam over 2 years ago

trilium - v0.53.1-beta release

Published by zadam over 2 years ago

Compared to 0.53.0-beta, a couple of bugs have been fixed + one security issue.

trilium - v0.52.4 release

Published by zadam over 2 years ago

This release fixes a security issue. If you use server installation, it is recommended to upgrade to this version.

trilium - v0.53.0-beta release

Published by zadam over 2 years ago

  • added TOC sidebar for text notes (based on @antoniotejada's work)
  • Select template when creating page #2813
  • Bulk-adding attributes #2812
  • New (experimental) note type opening a webview with an external website #2515
  • Select Tree Items in Between (Normally Shift) #2647
trilium - v0.52.3 release

Published by zadam over 2 years ago

  • (Bug report) Restoring note revision throws an exception #2915
  • Added the USER_UID & USER_GID env variables #2917
trilium - v0.51.2

Published by zadam over 2 years ago

  • 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
trilium - v0.50.2 release

Published by zadam over 2 years ago

  • 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
trilium - v0.50.1 release

Published by zadam over 2 years ago

  • 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 https://github.com/zadam/trilium/issues/2606
trilium - v0.50.0-beta release

Published by zadam almost 3 years ago

This is a beta release and can contain serious bugs. Use for evaluation only.

  • 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
trilium - v0.49.5 release

Published by zadam almost 3 years ago

  • 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
Badges
Extracted from project README
Join the chat at https://gitter.im/trilium-notes/Lobby
Related Projects