All Versions
66
Latest Version
Avg Release Cycle
8 days
Latest Release
1601 days ago
Changelog History
Page 3
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 -
v0.42.6 Changes
June 03, 2020 -
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
- Ampersand in code blocks is recursively changed to
- 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
- โฌ๏ธ upgrade to ckeditor 19.1.0
-
v0.42.3 Changes
May 20, 2020 -
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