Releases: zadam/trilium
Releases · zadam/trilium
v0.24.4-beta release
This is testing release only!
v0.24.3-beta release
This is testing release only!
v0.24.2-beta release
This is testing release only!
v0.24.1-beta release
This is testing release only!
v0.24.0-beta 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
v0.23.0 release
v0.22.1 release
- Simplified sync setup (#184)
- Fixed file (tar, markdown etc.) import
- Added Today script into demo document
v0.22.0 release
v0.21.0 release
- 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