Releases: zadam/trilium
Releases · zadam/trilium
v0.27.3 release
First stable release in 0.27 line. Highlight of this release is mobile frontend for touch devices (smartphone/tablets).
This release has changes in the sync protocol so sync server and all the clients need to be upgraded at the same time.
v0.27.2-beta release
- sync fixes which are not backwards compatible. Upgrade to this version will require sync server upgrade as well.
v0.27.1-beta release
v0.27.1-beta
v0.27.0-beta release
Highlight of this release is mobile/tablet friendly responsive frontend which provides limited functionality, but works much better on these touch based devices.
v0.26.1 release
- image sync fix
- robots.txt which disallows robot scan of the login page
v0.26.0-beta release
- note hoisting
- support for system proxy for synchronization
v0.25.2 release
- Mac should support clipboard integration through CMD key (in addition to CTRL)
- Small fix in Evernote import
v0.25.1-beta release
- CKEditor upgraded to 11.2.0 which improves e.g. copy & paste from Office
- Trilium compatibility with nginx improved - it is now possible to place it into non-root path - e.g. domain.com/trilium
- compatibility with "older" distros like Ubuntu 18.04 or Debian Testing improved (glibc 2.27 is supported)
- copy & paste should now work on Mac
- fix note drag & drop bug
v0.25.0-beta release
Highlight of this release is the initial Mac OS support.
v0.24.5 release
This (0.24.X) is fairly big release. Important highlights since 0.23.1:
- (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
- significantly improved import & export into TAR archive
- Experimental Evernote import
- Trilium automatically generates .desktop file on linux
- Improved in-app notifications, especially in dialogs
Because of changes in image representation, synchronization protocol changed and all instances in sync cluster needs to be upgraded at the same time.