Skip to content

Releases: zadam/trilium

v0.27.3 release

05 Jan 21:54
Compare
Choose a tag to compare

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

04 Jan 22:40
Compare
Choose a tag to compare
v0.27.2-beta release Pre-release
Pre-release
  • sync fixes which are not backwards compatible. Upgrade to this version will require sync server upgrade as well.

v0.27.1-beta release

01 Jan 20:01
Compare
Choose a tag to compare
v0.27.1-beta release Pre-release
Pre-release

v0.27.1-beta

v0.27.0-beta release

30 Dec 21:45
Compare
Choose a tag to compare
v0.27.0-beta release Pre-release
Pre-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

20 Dec 19:08
Compare
Choose a tag to compare
  • image sync fix
  • robots.txt which disallows robot scan of the login page

v0.26.0-beta release

18 Dec 21:57
Compare
Choose a tag to compare
v0.26.0-beta release Pre-release
Pre-release

v0.25.2 release

12 Dec 20:36
Compare
Choose a tag to compare
  • Mac should support clipboard integration through CMD key (in addition to CTRL)
  • Small fix in Evernote import

v0.25.1-beta release

09 Dec 20:29
Compare
Choose a tag to compare
v0.25.1-beta release Pre-release
Pre-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

01 Dec 23:37
Compare
Choose a tag to compare
v0.25.0-beta release Pre-release
Pre-release

Highlight of this release is the initial Mac OS support.

v0.24.5 release

27 Nov 14:40
Compare
Choose a tag to compare

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.