Skip to content

Releases: zadam/trilium

v0.9.0-beta release

09 Mar 01:35
Compare
Choose a tag to compare
v0.9.0-beta release Pre-release
Pre-release
  • significant changes in script support
    • scripts are now not global and behave very similarly to CommonJS modules
    • scripts have contextual info - currentNote and startNote
    • distinguishing between frontend and backend notes
    • new pattern for event-based scheduling of backend scripts
  • support for custom CSS (with dark mode example), #71
  • bunch of bugfixes (#72 #73 #77) and other small changes

v0.8.1 release

02 Mar 04:16
Compare
Choose a tag to compare

v0.8.0-beta release

27 Feb 04:06
Compare
Choose a tag to compare
v0.8.0-beta release Pre-release
Pre-release
  • eslint for JS validation (useful for spotting problems in the code)
  • lazy loading for CKEditor, CodeMirror and ESLint
  • paperclip icon for attachment #61
  • filtering of autocomplete results #59
  • support for attachment encryption #60
  • port of reddit plugin into script #58
  • import/export of notes into tar archive #63

v0.7.0-beta release

20 Feb 04:10
Compare
Choose a tag to compare
v0.7.0-beta release Pre-release
Pre-release
  • attachment support
  • attributes can't have null values
  • ckeditor and code mirror are now loaded lazily

v0.6.2 release

16 Feb 04:19
Compare
Choose a tag to compare

v0.6.1 release

14 Feb 04:42
Compare
Choose a tag to compare
  • new attribute hide_in_autocomplete #16
  • new global CTRL-ALT-P shortcut which will create new subnote under day note
  • limit number of autocomplete results to 100 #44
  • other small fixes

v0.6.0-beta release

12 Feb 03:15
Compare
Choose a tag to compare
v0.6.0-beta release Pre-release
Pre-release
  • autocomplete in recent notes
  • allow duplicated attribute per note (in effect attributes can be multi-valued) #33
  • deleting attributes, #34
  • attribute sorting
  • code mirror in SQL console, #24
  • fix image support broken in 0.5.X releases
  • create months and days with associated english names, #37
  • API for Trilium Sender Android app - https://github.com/zadam/trilium-sender
  • token based authentication for the sender API

v0.5.6 release

06 Feb 05:13
Compare
Choose a tag to compare

v0.5.5-beta release

05 Feb 04:26
Compare
Choose a tag to compare
v0.5.5-beta release Pre-release
Pre-release

Improvements in attribute handling:

  • nicer UI behavior for adding new attributes (new rows are added automatically) with validation for empty and duplicate names (#29, #30)
  • autocomplete for names and values (#31)
  • attributes are visible in "status bar" without opening attributes dialog (#28)
  • query language for attributes (#26)
  • removed CTRL-SHIFT-LEFT and CTRL-SHIFT-RIGHT keyboard shortcuts because they conflict with standard keyboard actions (#25)

v0.5.4-beta release

03 Feb 18:50
Compare
Choose a tag to compare
v0.5.4-beta release Pre-release
Pre-release

v0.5.4-beta