Skip to content

Releases: zadam/trilium

v0.63.5 release

28 Mar 06:20
Compare
Choose a tag to compare
  • fix rendering of math on non-root paths, closes #4713
  • allow cancelling mention UI with escape, fixes #4692, #4684
  • fix copy link in browser, closes #4682
  • allow converting file attachments to file notes
  • fix: invisible unchecked to-do items, by @st3iny

(0.63.4 release was broken)

v0.63.3 release

03 Mar 06:06
Compare
Choose a tag to compare
  • add API method to erase a revision #4662
  • fix highlighting search results with regexp characters in fulltext string, closes #4665
  • Improved scriptes bin/copy-trilium.sh, bin/build-linux-x64.sh #4671
  • fix searching fulltext with tags, closes #4661
  • #4635 from WantToLearnJapanese/WantToLearnJapanese-patch-unhoist-bookmark
  • fix JSDoc, closes #4633
  • Add the -o option to the groupmod command used in start-docker.sh #4632
  • PWA manifest fixes for extra auth, fixes #4611
  • activate parent note when deleting a note, #4600
  • added keyboard shortcut for toggling the right pane, closes #4552
  • fix pin button shadow, closes #4595
  • CKEditor 41.0.0
  • synx fixes

v0.63.2-beta release

17 Feb 21:57
Compare
Choose a tag to compare
v0.63.2-beta release Pre-release
Pre-release
  • #4635 from WantToLearnJapanese/WantToLearnJapanese-patch-unhoist-bookmark
  • fix JSDoc, closes #4633
  • Add the -o option to the groupmod command used in start-docker.sh #4632
  • PWA manifest fixes for extra auth, fixes #4611
  • activate parent note when deleting a note, #4600
  • added keyboard shortcut for toggling the right pane, closes #4552
  • fix pin button shadow, closes #4595
  • CKEditor 41.0.0

v0.62.6 release

21 Jan 23:00
Compare
Choose a tag to compare
  • optimize migration process #4535
  • fix rendering image title in share renderer, closes #4578
  • fix URL unescaping in improper place, #4566
  • support SVG image upload, fixes #4573
  • remove conflicting shortcut, fixes #4570

v0.63.1-beta release

11 Jan 23:11
Compare
Choose a tag to compare
v0.63.1-beta release Pre-release
Pre-release
  • bugfixes from stable
  • more sync fixes

v0.62.5 release

07 Jan 23:12
Compare
Choose a tag to compare
  • unescape HTML before downloading images, #4566
  • correctly save attachment URL, #4566
  • fix auto-download of images, closes #4566
  • document attachment ETAPI APIs in OpenAPI spec, fixes #4559
  • fix loading katex in share #4558
  • convert absolute image attachment URLs to relative without domain, fixes #4509
  • fix setNoteToParent API breakage, closes #4505

v0.63.0-beta release

03 Jan 23:57
Compare
Choose a tag to compare
v0.63.0-beta release Pre-release
Pre-release

This release contains mainly sync fixes.

The release increases sync version and DB schema version, all instances in the sync cluster needs to be running this version.

v0.62.4 release

06 Dec 23:11
Compare
Choose a tag to compare

This release contains just one fix:

  • fix "long sync" when erasing revisions #4435

v0.62.3 release

27 Nov 22:45
Compare
Choose a tag to compare
  • make sure the promoted attributes don't take the whole screen in mobile, #4468
  • fix printing math, closes #4470
  • remove title to fix closing highlights list, fixes #4471
  • fix thumbnails with chinese titles, closes #4478
  • normalize strings before calculation hashes, #4435
  • dragging notes from note tree will automatically insert them as images where appropriate (image, canvas, mermaid)
  • when canvas and mermaid are inserted using "include note", we insert them as images

v0.62.2 release

21 Nov 19:58
Compare
Choose a tag to compare

Trilium v0.62 is mainly polishing existing features without major changes. There's no DB migration or sync protocol change, and v0.62 should be backwards compatible with 0.61. It is still a good practice to run all instances in sync cluster on the same Trilium version (on the minor version level).

List of changes:

  • scroll beyond last line in text/code editor, fixes #2728
  • TOC and Highlights widgets have a button for quick access to options
  • Added runOnBranchChange event #4108
  • improved PWA manifest #4371, thanks to @rauenzi
  • Added more backend API methods to access options, attachments, revisions
  • reduce indent of TOC when larger headings are not being used, fixes #4363
  • note list should show the prefix, #4362
  • added runAsyncOnBackendWithManualTransactionHandling API method, runOnBackend checks that a sync method has been passed.
  • add promoted attributes widget to the mobile version, closes #4314
  • Add ~shareTemplate and #shareExternalLink, share search endpoint #4298, thanks to @rauenzi
  • allow shrinking note title text in the tree to make space for the "add note" button #4287
  • add support for "bottom" sort, closes #4277
  • accept custom widgets as classes instead of instances, #4274
  • Add hotkey option to toggle hide to tray, #4267, thanks to @rauenzi
  • Fix jump to ToC for nested headers, thanks to @rauenzi
  • Add option for promoted alias, thanks to @rauenzi
  • sort code mime types alphabetically, thanks to @Nriver
  • fixes for tooltip auto-disappearing handling
  • Add keyboard shortcuts for tabs #4251, thanks to @rauenzi
  • add new datePattern replacers for shortmonth, thanks to @Compositr
  • {shortMonth3} 3-letter months, e.g. Sep, Oct, Nov, Dec
  • {shortMonth4} 4-letter months, e.g. Sept, Octo, Nove, Dece
  • add new datePattern replacer {ordinal}, thanks to @Compositr
  • {ordinal} is replaced with the ordinal date (e.g. 1st, 2nd, 3rd) etc.
  • Add openAttachmentCustom
  • Fix right click bookmark bug, #4240, thanks to @SiriusXT
  • Click the button to reset the zoom level, #4225, thanks to @SiriusXT
  • Use a list instead of dropdown for jump-to-note, #4202, thanks to @eliandoran
  • Fix and improve JSDoc for APIs, thanks to @rauenzi
  • add 200ms timeout to api.getTextEditor() and similar #4174
  • add api.backupNow() to backend API, closes #4455
  • Migrate [email protected] from libraries to [email protected] in node_modules #4417
  • change the way frontend detects content change which works even if no new blob is created, fixes #4434