TriliumNext - Package Updates
-
[1.16.1]
- Update Trilium to 0.63.5
- Full changelog
- 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
-
[1.18.0]
- Update base image to 5.0.0
-
[1.18.1]
- Support backup hook for sqlite database
-
[1.19.0]
- Update package to use TriliumNext
- The original Trilium project is in maintenance mode
- Migration - There are no special migration steps to migrate from a zadam/Trilium instance to a TriliumNext/Notes instance. Simply install TriliumNext/Notes as usual and it will use your existing database.
-
[1.20.0]
- Update Notes to 0.94.0
- Full Changelog
- The sync version has been increased, so you will have to update both the server (if any) and the desktop client.
- For (advanced) manual setups only: Following a tooling change, the main entry point has changed from
main.js
tomain.cjs
. Same goes for the Electron build. - A huge amount of work was done by @perfectra1nto integrate LLMs such as Ollama and ChatGPT into Trilium.
- This release brings significant updates to our libraries:
- CKEditor, used by text notes is now updated to the latest version and that brings in new features (see below) and performance improvements.
- CodeMirror, used by code notes has been upgraded to a new generation.
- Code notes now also support themes, similar to code blocks.
- Inconsistent Find and Replace Behavior in Large Code Notes by @SiriusXT
- Incorrect import of multiple inline math by @SiriusXT
- Random EPERM: operation not permitted on Windows
- The update button is sometimes blank by @SiriusXT
-
[1.20.1]
- Update Notes to 0.94.1
- Full Changelog
- error getting day node with ETAPI
- server: unable to use web clipper due to communication error.
- Share page images stretched vertically
- External links using fragment navigation are wrongly recognized as internal links
- Selection invisible in non-Next themes
- llm: don't filter for specific words when pulling models for openai
- Sync errors with sync version 35 due to LLM embeddings
- Blank interface on startup
- Desktop application not working on Debian 12
- Share template falls back to default
-
[1.21.0]
- Update Notes to 0.95.0
- Full Changelog
- Sync version has been increased, so update of both the client and server are necessary.
- For canvas notes, the Mermaid to Excalidraw feature is no longer functional for now since it relies on an old version of Mermaid diagrams.
- A new default theme was introduced called Trilium.Rocks (original development by @zerebos)and adapted to our project.
- Basic syntax highlighting for code blocks has been added, but only if the language is explicitly specified.
- Note icons are now displayed in the share tree.
- Math equations are now rendered in text notes.
- Text notes stability if the editor crashes:
- Zen Mode: text formatting commands are missing from UI by @SiriusXT
- Links: Unable to open notes in a new window by @SiriusXT
- desktop syncing issues with the app
-
[1.22.0]
- Update Trilium to 0.96.0
- Full Changelog
- Thanks to a partnership with CKEditor, we now have a set of features that would otherwise be available on a commercial license only.
- Slash commands for easy commands via the keyboard.
- Text snippets to insert reusable pieces of text (similar to templates, but for blocks of text content).
- For more information, see the user guide Note Types Text Premium features.
- Insert note after long-press dialog doesnt create Note
- Code notes: user's font selection not respected.
- Windows V0.95.0 Client Failed to sync with server (use of double-slashes) by @perfectra1n
- Desktop client not working on older Linux distros
- NOT NULL constraint failed: revisions.title when saving an empty note