trilium

Build your personal knowledge base with Trilium Notes

AGPL-3.0 License

Stars
25.6K
trilium - v0.49.4 release

Published by zadam almost 3 years ago

  • fix sync skipping some changes and then forcing sector queuing
  • fix display of children notes in an empty note, closes #2536
  • use #shareAlias in parent link, closes #2535
  • fix migration to handle duplicates in entity_changes, #2534
  • use [protected] for protected notes in the export
  • create note from API/import etc. should allow empty title, fixes #2530
  • fix migration to preserve IDs in entity_changes
trilium - v0.49.3 release

Published by zadam almost 3 years ago

  • it's now possible to share (read-only) notes publicly. See wiki
  • upgraded to electron 16 and node.js 16
  • support for "minimize to tray"
  • check for new releases (check only, no auto update)
  • number of backlinks to the current note are shown in the note detail
trilium - v0.49.2-beta release

Published by zadam almost 3 years ago

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

  • it's now possible to share (read-only) notes publicly. See wiki
  • upgraded to electron 16 and node.js 16
  • support for "minimize to tray"
  • check for new releases (check only, no auto update)
  • number of backlinks to the current note are shown in the note detail
trilium - v0.49.1-beta release

Published by zadam almost 3 years ago

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

  • it's now possible to share (read-only) notes publicly. See wiki
  • upgraded to electron 16 and node.js 16
  • support for "minimize to tray"
  • check for new releases (check only, no auto update)
  • number of backlinks to the current note are shown in the note detail
trilium - v0.49.0-beta release

Published by zadam almost 3 years ago

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

  • it's now possible to share (read-only) notes publicly. See wiki
  • upgraded to electron 16 and node.js 16
  • support for "minimize to tray"
  • check for new releases (check only, no auto update)
  • number of backlinks to the current note are shown in the note detail
trilium - v0.48.9 release

Published by zadam almost 3 years ago

  • importing of cloned notes should not depend on ZIP listing order, fixes #2440
  • fix setting exported file extension when truncated
  • add default JPG quality if value not in range
  • use lazy title loading in bookmarks buttons to have decrypted title upon protected session start, #2393
  • fixed bug in search where note with inherited attribute is not matched when the owning note is not matched, #2457
  • focus "jump to note" in new tab when there are no workspaces, #2455
  • make sure that the info about periodically erased entities is sent to the frontend
  • added consistency check to reconcile erased status between entity_changes and data
trilium - v0.48.8 release

Published by zadam almost 3 years ago

  • prevent browser from caching images/files, fixes #2378
  • after removing last promoted attribute, create a blank one, fixes #2388
  • fix for "Today page does not work for 2021-11-20", closes #2359
  • fix hidden notes appearing in note map, closes #2403
  • full text search should look into link URLs as well, closes #2412
  • trigger note revisioning saving also on title changes #2426
trilium - v0.48.7 release

Published by zadam almost 3 years ago

This release contains important sync fixes so it is recommended to upgrade all your instances if you use sync.

  • fixed settings menu (#2374)
  • fix total height / scrolling on mobile chrome/safari, closes #2367
  • hide hidden subtree notes from search results, closes #2361
  • fix setting monospace font from theme
  • fix bug overwriting entity changes
  • increment lastProcessedEntityChangeId correctly
  • fix exporting root note, closes #2346
trilium - v0.48.6 release

Published by zadam almost 3 years ago

  • fixed syncing of erased notes, closes #2316
  • fixed jsdoc script API generation, closes #2313
  • fixed button background (#2310)
  • don't show hidden subtree in autocomplete, fixes #2301
  • pasted images should have trimmed names if too long (too often it's just garbage), closes #2307
  • default font family after checking font overriding should be "theme"
  • fix {isoDate} template variable in journal date naming, closes #2306
  • link map contains also backward references and tree map contains parents as well, closes #2270
trilium - v0.48.5 release

Published by zadam almost 3 years ago

This release contains one small feature "max content width" with default of 1200px. This manifests in making the content pane smaller on wide/fullscreen windows. If you want to revert back to full-width content pane, set it to some big value like 10000:

image

Other changes:

  • fix infinite recursion, closes #2292
  • fix correct number of related attributes
  • fix sizing of the attribute detail in inherited attribute list
  • fix broken autocomplete in attribute editor, closes #2295
  • fix immediately closed attribute detail after clicking e.g. "add label"
  • fix overriding monospace font size, closes #2296
  • added "switch to mobile version" button to web edition, closes #1889
  • add back .isDeleted property to becca's note, branch and attribute entities for BC, fixes #2268
  • fix "XSS" in the new empty tab, closes #2145
  • close last tab should behave similarly to 0.47, fixes #2298
  • add hack to produce debian compatible XZ compressed deb packages, fixes #2272
trilium - v0.48.4 release

Published by zadam almost 3 years ago

  • 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
trilium - v0.48.3 release

Published by zadam about 3 years ago

  • 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
trilium - v0.48.2 release

Published by zadam about 3 years ago

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 https://github.com/zadam/trilium/pull/2229
  • Set default icon for clipped notes by @sigaloid in https://github.com/zadam/trilium/pull/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
trilium - v0.48.1-beta release

Published by zadam about 3 years ago

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.

trilium - v0.48.0-beta release

Published by zadam about 3 years ago

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.

trilium - v0.47.8 release

Published by zadam about 3 years ago

  • Let's encrypt certificate expiration fix #2199
trilium - v0.47.7 release

Published by zadam about 3 years ago

  • fix broken v0.47.6 desktop release.
trilium - [broken] v0.47.6 release

Published by zadam about 3 years ago

  • 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
trilium - v0.47.5 release

Published by zadam over 3 years ago

  • upgrade electron to 13.1.4 to fix: v0.47.2 fails to preview all PDF #1904, PDF box is blank #1976
trilium - v0.47.4 release

Published by zadam over 3 years ago

  • 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)
Badges
Extracted from project README
Join the chat at https://gitter.im/trilium-notes/Lobby
Related Projects