Skip to content

Releases: zadam/trilium

v0.48.4 release

28 Oct 20:37
Compare
Choose a tag to compare
  • new note is in decrypted state even if protected, fixes #2291
  • fix wrapping of code blocks in note revisions, #2216
  • after creation of inverse relation we need to clear the cache, otherwise inverse relations will be created infinitely, fixes #2269
  • fix ordering of note contexts, fixes #2283
  • fix updating "lastAcceptedEntityId" - can't take last entityChange since they might be reordered based on update order, closes #2277
  • fix refreshing ribbon titles upon entity change, closes #2274
  • fix note status update, closes #2276
  • Update "Sync from Desktop" setup instructions. (#2271)
  • increasing amount of text rendered in note previous to 2000 (previously 1000) bytes, #2266
  • when saving Saved Search or SQL console, move it to their home (i.e. remove from hidden subtree)
  • fix finding note paths of hidden notes, fixes #2262

v0.48.3 release

22 Oct 19:40
Compare
Choose a tag to compare
  • set iconClass also on whole page clipping #2250
  • fix repeated invocation of actions in note actions dropdown, closes #2255
  • fix saving images from web clipper, closes #2249
  • display properly relations in note map even if they are not in the subtree, #2251
  • fix saving images from web clipper, closes #2249

v0.48.2 release

20 Oct 20:20
Compare
Choose a tag to compare

0.48 is a big release and contains many changes, the biggest are described on release notes page.

What's Changed since 0.48.1-beta

  • Add tag based multi arch docker build using GitHub Workflows by @TrAnn3l in #2229
  • Set default icon for clipped notes by @sigaloid in #2246
  • hide tooltip after clicking on a button, fixes #2228
  • fix backend API's getNote, getBranch, getAttribute, closes #2230
  • fix restoring note revision, closes #2232
  • allow async scripts in runOnBackend(), fixes #2243

v0.48.1-beta release

12 Oct 20:49
Compare
Choose a tag to compare
v0.48.1-beta release Pre-release
Pre-release

This is a beta release and can contain serious bugs. Use for evaluation only.

0.48 is a big release and contains many changes, the biggest are described on release notes page.

v0.48.0-beta release

08 Oct 21:00
Compare
Choose a tag to compare
v0.48.0-beta release Pre-release
Pre-release

This is a beta release and can contain serious bugs. Use for evaluation only.

0.48 is a big release and contains many changes, the biggest are described on release notes page.

v0.47.8 release

04 Oct 20:24
Compare
Choose a tag to compare
  • Let's encrypt certificate expiration fix #2199

v0.47.7 release

23 Aug 20:23
Compare
Choose a tag to compare
  • fix broken v0.47.6 desktop release.

[broken] v0.47.6 release

21 Aug 19:02
Compare
Choose a tag to compare
  • fix random ordering in search, fixes #2047
  • enable autoformat plugin in ckeditor build, closes #1339
  • fix "root" note in edited notes, closes #2058
  • fix deletion in the mobile frontend, closes #2114
  • fix importing image captions, closes #2113
  • fix include note PDF sizing, closes #2116

v0.47.5 release

25 Jun 19:33
Compare
Choose a tag to compare
  • upgrade electron to 13.1.4 to fix: v0.47.2 fails to preview all PDF #1904, PDF box is blank #1976

v0.47.4 release

02 Jun 20:59
Compare
Choose a tag to compare
  • fix width in zen mode, closes #1965
  • don't error out when backend log does not exist yet, fixes #1977
  • imported internal links crash ckeditor, #1979
  • reorder database initialization so that all critical sections are in the same transaction, #1985
  • reimplementation of ZIP export using archiver.js library #1938
  • Update KaTeX to v0.13.9 (#1925)
  • Add support for mhchem markup in KaTeX (#1917)