All Versions
66
Latest Version
Avg Release Cycle
8 days
Latest Release
1601 days ago

Changelog History
Page 3

  • v0.43.1 Changes

    June 23, 2020
    • ๐Ÿ›  fix custom resource handler, closes #1125 
    • note title tooltips under note tree widget #1120 
    • ๐Ÿ›  fix keyboard shortcut for print this note, #1118 
    • ๐Ÿ›  fix click handler of links inside included note
    • ๐Ÿ‘ allow mouse interactions in ckeditor widgets, fixes #1117 
    • โž• add back lost edited notes widget, closes #1115
  • v0.43.0-beta Changes

    June 15, 2020

    ๐Ÿš€ This is an unplanned minor release containing some important bug fixes but no new features:

    • ๐Ÿ›  reworked transaction handling - transactions are now opened only when necessary for write operations which improves concurrency and fixes some deadlocks in special situations
    • ๐Ÿšš frontend components were previously using exclusive locks but this caused some deadlocks in specific cases. These exclusive locks have been removed

    ๐Ÿ›  There are other, small bugfixes as well.

    ๐Ÿš€ If 0.42.X is working for you then there isn't much need to update to this release, but if you have problems, give this release a try.

  • v0.42.7 Changes

    June 08, 2020
    • โšก๏ธ promoted attributes widget is now auto-updating, fixes #700 
    • prevent attribute inheritance cycle via template, closes #1077 
    • ctrl + alt + p shortcut isn't focusing the note title field #1084 
    • other smaller improvements
  • v0.42.6 Changes

    June 03, 2020
    • ๐Ÿ›  fix unloading protected session after clicking on a button, closes #1078 
    • [issue] cannot scroll To ActiveNote #1079 
    • ๐Ÿ”— Links cannot be deleted or moved around #1069 
    • ๐Ÿ›  fix anonymization using VACUUM
  • v0.42.5 Changes

    May 31, 2020
    • ๐Ÿ›  fix moving/cloning notes broken in 0.42.4, closes #1066
  • v0.42.4 Changes

    May 31, 2020
    • โฌ†๏ธ upgrade to ckeditor 19.1.0
      • Ampersand in code blocks is recursively changed to & each save #917 
    •  fix long filename overflowing, closes #1052 
    •  fix hiding autocompletes after closing tab, closes #1034 
    • safer backup to file using VACUUM INTO + possibility to explicitly backup now
    • ๐Ÿ”€  return 401 when auth request is out of sync, closes #1056 
    • ๐Ÿ”€  fix extra refresh because of duplicated sync event, closes #1063 
    • ๐Ÿ‘Œ improvements to drag & drop
  • v0.42.3 Changes

    May 20, 2020

    ๐Ÿ› bug fixes:

    • ๐Ÿ›  fix deadlock after "cut to note", closes #1030
    • ๐Ÿ›  fix exporting root note, closes #1024
    • ๐Ÿ›  fix incorrect processing of sync rows, closes #1019
  • v0.42.2 Changes

    May 12, 2020

    ๐Ÿ›  Various bug fixes.

  • v0.42.1 Changes

    May 06, 2020
    • ๐Ÿ‘Œ support for opening notes in a new window
    • 0๏ธโƒฃ tree widget has now an option to hide images if they are included in the parent note (turned on by default) which makes the tree less cluttered
    • tabs are now loaded lazily which speeds up initial load of the application
    • ๐Ÿง linux and windows builds are now shipped with portable-trilium script which will set up the trilium-data directory in place
    • โฌ†๏ธ upgrade CKEditor to version 19 which brings improvements in tables
    • ๐Ÿšš protected note switch is now moved to "note action" to declutter the view
    • ๐Ÿš€ when recording timestamps, trilium uses client timezone instead of server timezone (relevant for server deployments only)
    • ๐ŸŽ long code notes are now previewed in read only mode to improve performance
    • โž• added "expand subtree" action to the note tree context menu
  • v0.42.0-beta Changes

    May 04, 2020
    • ๐Ÿ‘Œ support for opening notes in a new window
    • 0๏ธโƒฃ tree widget has now an option to hide images if they are included in the parent note (turned on by default) which makes the tree less cluttered
    • tabs are now loaded lazily which speeds up initial load of the application
    • ๐Ÿง linux and windows builds are now shipped with portable-trilium script which will set up the trilium-data directory in place
    • โฌ†๏ธ upgrade CKEditor to version 19 which brings improvements in tables
    • ๐Ÿšš protected note switch is now moved to "note action" to declutter the view
    • ๐Ÿš€ when recording timestamps, trilium uses client timezone instead of server timezone (relevant for server deployments only)
    • ๐ŸŽ long code notes are now previewed in read only mode to improve performance