All Versions
66
Latest Version
Avg Release Cycle
8 days
Latest Release
1239 days ago

Changelog History
Page 2

  • v0.44.6 Changes

    October 06, 2020

    v0.44.6

  • v0.44.5 Changes

    October 01, 2020

    v0.44.5

  • v0.44.4 Changes

    September 24, 2020

    0.44.X contains changes in sync protocol compared to 0.43.X so all instances must be updated.

    ๐Ÿš€ This release brings:

    • ๐Ÿ“š major overhaul of search syntax and search capabilities (see RFC in #1041 and current documentation in wiki).
      • new syntax is not compatible with the old one and there's no automatic migration for e.g. Saved Search notes or when searching in scripts. It's up to you to migrate the searches into the new syntax.
      • searching is unified across for all use cases - e.g. now Jump To dialog uses the same algorithms as the main search
      • attribute inheritance is respected in all searches
      • fulltext search works can find protected notes while in protected session
    • ๐Ÿ‘€ major overhaul of attribute UI - see RFC in #1068 (shows only very initial prototype though) which allows both text based and graphical UI for working with attributes:

    • ๐ŸŽ backend is now using better-sqlite3 library with synchronous access to the database which allows much better performance in some cases
    • imported notes are sanitized for unknown HTML/CSS/JS content
    • ๐Ÿ”— Links in text notes behave now consistently between classical links and hypertext - single click will activate the target note
    • Jump To dialog remembers (for 2 minutes) last searched item
    • โฌ‡๏ธ Dropped support for .tar imports
    • Images are now not minified, only scaled
    • โšก๏ธ Optimized update of note tree resulting in smoother UX
    • โž• added remove formatting plugin #1239 
    • reworked similarity widget - brand new weight based algorithm evaluating also attributes
    • inline note creation #1237
  • v0.44.3-beta Changes

    September 19, 2020

    v0.44.3-beta

  • v0.44.2-beta Changes

    September 13, 2020

    v0.44.2-beta

  • v0.44.1-beta Changes

    September 05, 2020

    v0.44.1-beta

  • v0.44.0-beta Changes

    September 03, 2020

    0.44.X contains changes in sync protocol compared to 0.43.X so all instances must be updated.

    ๐Ÿš€ This is a beta release and can contain serious bugs. Use for evaluation only.

    ๐Ÿš€ This release brings:

    • ๐Ÿ“š major overhaul of search syntax and search capabilities (see RFC in #1041 and current documentation in wiki).
      • new syntax is not compatible with the old one and there's no automatic migration for e.g. Saved Search notes or when searching in scripts. It's up to you to migrate the searches into the new syntax.
      • searching is unified across for all use cases - e.g. now Jump To dialog uses the same algorithms as the main search
      • attribute inheritance is respected in all searches
      • fulltext search works can find protected notes while in protected session
    • ๐Ÿ‘€ major overhaul of attribute UI - see RFC in #1068 (shows only very initial prototype though) which allows both text based and graphical UI for working with attributes:

    • ๐ŸŽ backend is now using better-sqlite3 library with synchronous access to the database which allows much better performance in some cases
    • imported notes are sanitized for unknown HTML/CSS/JS content
    • ๐Ÿ”— Links in text notes behave now consistently between classical links and hypertext - single click will activate the target note
    • Jump To dialog remembers (for 2 minutes) last searched item
    • โฌ‡๏ธ Dropped support for .tar imports
    • Images are now not minified, only scaled
    • โšก๏ธ Optimized update of note tree resulting in smoother UX
  • v0.43.4 Changes

    August 27, 2020

    ๐Ÿ›  This release brings bunch of bugfixes and small features, including:

    • ๐Ÿ— activate PDF preview also in server build, fixes #1208
    • โž• add fallback when resizing image fails, closes #1190
    • ๐Ÿ›  fix toggle sidebar issues, closes #1196
    • โž• add "search in note" to "note actions" menu, #1184
    • โž• Add web app manifest (#1174)
    • โž• add scrolling margins, #1181
    • ๐Ÿ‘Œ support horizontal line, closes #1164
  • v0.43.3 Changes

    July 31, 2020
    • ๐Ÿ›  fix import of initial demo document sets sync.isSynced incorrectly, #1163 
    • ๐Ÿ›   fix extracting base64 inline images from HTML, fixes #1159 
    • ๐Ÿ›  fix checking affected notes when modified attribute's owning note is not loaded into cache, #803
    • โšก๏ธ update to CKEditor 21 which brings various improvements
  • v0.43.2 Changes

    July 11, 2020
    • ๐Ÿ›  fix declaring global variables on the setup page, closes #1071
    • ๐Ÿ“œ fallback for missing parsed title, closes trilium-web-clipper/issues/16
    • โž• added tab and shift-tab shortcuts for indent/outdent, closes #978
    • ๐Ÿ›  fix SVG single file import as image and not as file, closes #1114
    • ๐Ÿ›  fix unescaped HTML in the tree node title, closes #1127
    • ๐Ÿ–จ hide "type around" controls in printed PDF, closes #1129
    • โฌ†๏ธ upgrade ckeditor to 20.0.0
    • ๐Ÿ›  fixed triggers to sort children of notes with "sorted" label, closes #1126
    • ๐Ÿ‘€ H1 heading is not available anymore (see #1156)