trilium

Build your personal knowledge base with Trilium Notes

AGPL-3.0 License

Stars
25.6K
trilium - v0.47.3 release

Published by zadam over 3 years ago

trilium - v0.47.2 release

Published by zadam over 3 years ago

There are no database/sync changes so it's possible to switch between 0.46 and 0.47-beta versions.

  • platform upgrades:
    • electron upgrade from v9 to v13 (beta)
    • nodejs from 12.X to 14.16.1
    • CKEditor upgrade from v24 to v27.1
    • codemirror upgrade to v 5.60.0
  • delete notes dialog has a preview of what notes will be deleted and broken relations
  • new sync status widget next to the global menu
  • empty new tab shows a list of workspaces to quickly enter
  • image notes can be zoomed and panned with mousewheel/dragging
  • dragging a tab up/down will detach the tab to a new window (chrome style)
  • new windows are now full containing e.g. note tree and other widgets (previously new window has note detail view only)
  • audio/video are previewed in the note list
  • audio/video files are served over streaming API so that they can be seeked
  • any note can be opened "externally" by the associated application, temporary file is watched for changes and Trilium will offer to upload the changed version back
trilium - v0.46.9 release

Published by zadam over 3 years ago

v0.46.8 has been skipped.

Changes:

  • use entity changes instead of actual tables to fill in sector to sync #1809
  • fix lexer to parse correctly quoted empty strings, #1825
  • improved task manager with allowed year range, #1823
  • fix inheriting inheritable attributes through template, #1828
  • ctrl + click / middle click now opens image in a text note in a new tab
  • clipper fix, #1840
  • use official gh client instead of github-release to execute releases
  • clear note selection anytime a new note is activated
  • fix moving notes with keyboard on Firefox #1865
trilium - v0.47.1-beta release

Published by zadam over 3 years ago

trilium - v0.47.0-beta release

Published by zadam over 3 years ago

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

There are no database/sync changes so it's possible to switch between 0.46 and 0.47-beta versions.

  • platform upgrades:
    • electron upgrade from v9 to v13 (beta)
    • nodejs from 12.X to 14.16.1
    • CKEditor upgrade from v24 to v27
    • codemirror upgrade to v 5.60.0
  • delete notes dialog has a preview of what notes will be deleted and broken relations
  • new sync status widget next to the global menu
  • empty new tab shows a list of workspaces to quickly enter
  • image notes can be zoomed and panned with mousewheel/dragging
  • dragging a tab up/down will detach the tab to a new window (chrome style)
  • new windows are now full containing e.g. note tree and other widgets (previously new window has note detail view only)
trilium - v0.46.7 release

Published by zadam over 3 years ago

  • #1810 [Bug] Strange behaviour for protected notes titles
  • other small bugfixes
trilium - v0.46.6 release

Published by zadam over 3 years ago

v0.46.6

trilium - v0.46.5 release

Published by zadam over 3 years ago

0.46.X contains changes in sync protocol compared to 0.45.X so all instances must be updated.

To upgrade docker containers you need to manually change execute steps outlined in https://github.com/zadam/trilium/issues/1747#issuecomment-799646048

Highlights:

  • new search UI
    • quick search widget in the upper right corner
    • "full" search which is actually a saved search - allows to specify some search criteria using UI
    • besides searching this provides the ability to define "search actions" which allow to operate on the search results - e.g. add a label
  • more intelligent "auto book" behavior where any text/code note is auto book even if it has content
  • icon picker
  • note tree loading now doesn't access database, instead it leverages already existing backend note cache. This results in significant speed up of some operations
  • new grouping widget for Owned Attributes, Inherited Attributes, Search definition etc.
  • per-tab hoisting - previously hoisting was global, now it can be defined per tab
    • based on this a new concept of Workspace was created which currently allows changing tab look
  • removed "global buttons", part of the buttons have been moved to the note tree
  • each tree node has + button to easily add new child note
  • (experimental) markdown like headings in text notes
  • DB refactorings, deleted entities are now truly deleted (besides trail in entity_changes)
  • Sync protocol now allows breaking up large notes between several requests to work around issues with request size limits in web servers/proxies
  • Sync protocol uses custom header for basic authentication to avoid proxy issues
  • Note info widget now allows calculating note and subtree size
trilium - v0.46.4-beta release

Published by zadam over 3 years ago

v0.46.4-beta

trilium - v0.46.3-beta release

Published by zadam over 3 years ago

v0.46.3-beta

trilium - v0.46.2-beta release

Published by zadam over 3 years ago

v0.46.2-beta

trilium - v0.46.1-beta release

Published by zadam over 3 years ago

v0.46.1-beta

trilium - v0.46.0-beta release

Published by zadam over 3 years ago

0.46.X contains changes in sync protocol compared to 0.45.X so all instances must be updated.

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

Highlights:

  • new search UI
    • quick search widget in the upper right corner
    • "full" search which is actually a saved search - allows to specify some search criteria using UI
    • besides searching this provides ability to define "search actions" which allow to operate on the search results - e.g. add a label
  • more intelligent "auto book" behavior where any text/code note is auto book even if it has content
  • icon picker
  • note tree loading now doesn't access database, instead it leverages already existing backend note cache. This results in significant speed up of some operations
  • new grouping widget for Owned Attributes, Inherited Attributes, Search definition etc.
  • per-tab hoisting - previously hoisting was global, now it can be defined per tab
    • based on this a new concept of Workspace was created which currently allows to change tab look
  • removed "global buttons", part of the buttons have been moved to the note tree
  • each tree node has + button to easily add new child note
  • (experimental) markdown like headings in text notes
  • DB refactorings, deleted entities are now truly deleted (besides trail in entity_changes)
  • Sync protocol now allows to break up large notes between several requests to work around issues with request size limits in web servers/proxies
  • Sync protocol uses custom header for basic authentication to avoid proxy issues
  • Note info widget now allows calculating note and subtree size
trilium - v0.45.10 release

Published by zadam over 3 years ago

This release fixes only docker image which was broken in 0.45.9.

All other builds are practically identical to 0.45.9 and it's not necessary to update.

trilium - v0.45.9 release

Published by zadam over 3 years ago

  • fix conflict between CKEditor build content style and externally provided content style (which are not needed when build CSS is available), #1590
  • fix include note rendering over floating elements, #1590 
  • hide note paths dropdown on changed note, #1572 
  • fix/improve behavior of "sorted" attribute
  • select attr name in attr detail dialog did not trigger update, closes #1557
  • added "safe mode" environment variable switch which disables startup scripts
  •  config value to disable backups, closes #1533
trilium - v0.45.8 release

Published by zadam almost 4 years ago

bug fixes:

  • new env variable to specify start note, #1532
  • use correct class in exported HTMLs so that content style is applied, #1504
  • fix top margin of images and tables which can obscure their handles
  • don't strip tags for very large text notes, #1500
trilium - v0.45.7 release

Published by zadam almost 4 years ago

  •  make encryption more robust in face of null values, #1483 
  •  fix inverse relation creation, closes #1498 
  •  avoid resorting children on every child add, fixes #1480 
  •  fix printing notes with math, closes #1484 
  •  inherit also note type and mime from template note, closes #1475 
  • add button to erase deleted notes now into the options
trilium - v0.45.6 release

Published by zadam almost 4 years ago

  • fixed disabled prefix in case of unsafe import to conform to new attribute name pattern constraints
  • fix incorrectly set isInheritable on inherited attrs
  • fix "open in new tab" in tree context menu
  • fix "open in new window" link context menu
  • don't show imageLinks in link map when they are connecting parent (text note) and child (image), closes #1461 
  • show again the table handle and type around
  • show also keyboard shortcut for duplicateSubtree in context menu
  • add keyboard shortcut for duplicate subtree, #1451 
  • add keyboard shortcut for include note, closes #1410
trilium - v0.45.5 release

Published by zadam almost 4 years ago

  • "duplicate note" context menu now does deep duplicate, i.e. includes the whole subtree
    • instances of template notes also get duplicated subtree
  • fixes in ENEX import
  • fixed printing of tables #1448 
  • fixed sync check always reporting success even in case of error
trilium - v0.45.4 release

Published by zadam almost 4 years ago

v0.45.4

Badges
Extracted from project README
Join the chat at https://gitter.im/trilium-notes/Lobby
Related Projects