Skip to content

Releases: zadam/trilium

v0.5.2-beta release

31 Jan 13:12
Compare
Choose a tag to compare
v0.5.2-beta release Pre-release
Pre-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

18 Jan 05:07
Compare
Choose a tag to compare
  • 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

15 Jan 03:16
Compare
Choose a tag to compare
v0.4.0-beta release Pre-release
Pre-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

13 Jan 04:38
Compare
Choose a tag to compare
  • 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

09 Jan 04:43
Compare
Choose a tag to compare
  • fixed bug in scrypt windows binary

v0.3.1 release

08 Jan 02:57
Compare
Choose a tag to compare
  • 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

07 Jan 15:12
Compare
Choose a tag to compare
v0.3.0 release Pre-release
Pre-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

04 Jan 04:12
Compare
Choose a tag to compare
  • 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

03 Jan 03:54
Compare
Choose a tag to compare
  • 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

v0.2.0 release

02 Jan 04:37
Compare
Choose a tag to compare
  • added possibility of selecting multiple notes in the tree (shift+up/down or ctrl+click) and things like copy&paste or drag and drop now work with selected items (behavior should be the same as before when working with single item).
  • changed keyboard shortcut because of multi-select - shift+arrows formerly moved notes around. This is now done with ctrl+arrows. shift+up/down is now used to select multiple notes.
  • better detection of tree cycles when cloning/moving notes around. Also added consistency check.
  • context menu has now option to force sync for one note
  • various small bugfixes