Releases: zadam/trilium
Releases · zadam/trilium
v0.5.3-beta release
- electron icon fix
- fixed clean install (generating new DB)
v0.5.2-beta release
- added code mirror to allow creating "code" notes (for code snippets and scripting)
- ability to execute JS code - on app startup, on request, as included in rendered HTML page
- ability to execute JS code on the backend with tailored friendly API
- refactored whole DB schema to follow camelCase for columns
- many other changes
This is first release of 0.5, previous 0.5.0 and 0.5.1 had broken electron builds.
v0.4.1 release
- attribute sync fixes
- fixed sync of sorted notes
- improvements in search
- fixed glitch when creating new subnote into unexpanded folder
v0.4.0-beta release
- added note attributes (useful for plugins and automation)
- experimental and undocumented reddit import plugin
- added option to sort notes alphabetically under some parent
- delete now works with multi-select
- some routing refactorings
v0.3.3 release
- workaround for the CKEditor bug which caused wrong behavior after creating new note
- drag & drop of file/images navigated away from Trilium when dropping outside of editor, this is fixed now
v0.3.2 release
- fixed bug in scrypt windows binary
v0.3.1 release
- some important image related fixes, mainly on windows platform
- it's now possible to delete unused images
- fix for startup with no database
v0.3.0 release
- image support (JPG, PNG, GIF) with resizing and optimization (mozjpeg, pngquant, giflossy)
- added synchronization mutex for operations which require strong consistency (backup, consistency checks)
- internal: unhandled exceptions now fail requests early instead of just hanging
v0.2.2 release
- fixed #3
- backspace on note tree jumps to the parent note
- fixed behavior of ctrl+click - now it toggles selection instead of just selecting
v0.2.1 release
- fixed a bug where key between note and parent note wasn't unique so it was possible to create duplicate relationship (required DB upgrade!).
- added also extra checks before moving/cloning note for existing relatonship to provide nice error message
- removed loading animation which caused problems with setting initial focus on note tree after app startup
- alt-m (focus/private mode) now doesn't completely disappears the elements, instead makes them low opacity
- fixed switching between note clones in "note locations" list
- updated initial page in demo document to showcase supported formattings