Skip to content

Releases: zadam/trilium

v0.24.4-beta release

21 Nov 22:54
Compare
Choose a tag to compare
v0.24.4-beta release Pre-release
Pre-release

This is testing release only!

v0.24.3-beta release

20 Nov 12:09
Compare
Choose a tag to compare
v0.24.3-beta release Pre-release
Pre-release

This is testing release only!

v0.24.2-beta release

19 Nov 16:23
Compare
Choose a tag to compare
v0.24.2-beta release Pre-release
Pre-release

This is testing release only!

v0.24.1-beta release

18 Nov 23:12
Compare
Choose a tag to compare
v0.24.1-beta release Pre-release
Pre-release

This is testing release only!

v0.24.0-beta release

16 Nov 22:37
Compare
Choose a tag to compare
v0.24.0-beta release Pre-release
Pre-release

This is testing release only!

This is fairly big release. Important highlights:

  • (experimental) new note type "relation map" for visualizing relations between notes
  • new concept of "mirror" relations - relation can require another relation in the opposite direction
  • we now parse out note content "links" - e.g. hyperlink from one note to another, image reference or inclusion of note in the relation map. These links are also visible in the relation map.
  • images are now represented as "image" notes, i.e. they are placed into a tree structure
    • there's a migration script which puts the image under every note in which it is placed
  • jQuery UI removed completely from the application, using mostly Bootstrap (upgraded to v4) to replace its functionality
  • consolidated icon usage, moved to Jam icons (previously used mix of feather icons, custom icons, glyphicons and jQuery UI icons). Jam icons look remarkably similar to feather icons so overall look stays very similar
  • Experimental Evernote import

Because of changes in image representation, synchronization protocol changed and all instances in sync cluster needs to be upgraded at the same time.

v0.23.1 release

25 Oct 16:20
Compare
Choose a tag to compare
  • Stronger validation for tree correctness #197
  • Anonymization tool can be run from command line #200

v0.23.0 release

09 Oct 19:15
Compare
Choose a tag to compare

Fixed issues:

  • Ctrl+Delete Shortcut Conflicts with default behaviour. #190
  • Internal links in electron attempt to open in browser #191
  • Support for other langauges when creating a "code" note #192

Also updated FancyTree and CKEditor components to latest versions.

v0.22.1 release

11 Sep 08:29
Compare
Choose a tag to compare
  • Simplified sync setup (#184)
  • Fixed file (tar, markdown etc.) import
  • Added Today script into demo document

v0.22.0 release

09 Sep 08:25
Compare
Choose a tag to compare
  • support for node.js 10
  • support for headings H4-H6 (#177)
  • configurable tree pane width (#176)
  • cut and paste into subnote (#171)

v0.21.0 release

03 Sep 18:30
Compare
Choose a tag to compare
  • Highlight of this release is Markdown import / export (#166)
  • changed rendering of paragraphs - now we keep standard margin & padding for better interop
  • some API addition, in part to support custom renderers (e.g. LaTex) as scripts