Skip to content

Releases: zadam/trilium

v0.52.1-beta release

05 Jun 13:14
Compare
Choose a tag to compare

v0.52.0-beta release

27 May 20:55
Compare
Choose a tag to compare

v0.51.2

02 May 22:50
Compare
Choose a tag to compare
  • 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

v0.51.1-beta release

21 Apr 22:22
Compare
Choose a tag to compare

v0.51.0-beta release

10 Apr 12:26
Compare
Choose a tag to compare

v0.50.3 release

22 Mar 20:41
Compare
Choose a tag to compare

v0.50.2 release

09 Feb 22:08
Compare
Choose a tag to compare
  • 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

v0.50.1 release

02 Feb 22:24
Compare
Choose a tag to compare
  • 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

v0.50.0-beta release

19 Jan 19:37
Compare
Choose a tag to compare
v0.50.0-beta release Pre-release
Pre-release

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

v0.49.5 release

14 Jan 20:50
Compare
Choose a tag to compare
  • 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