TriliumNext - Package Updates
-
[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
-
[1.23.0]
- Update Trilium to 0.97.0
- Full Changelog
- Books have been renamed to Collections to better match their intentions.
- A new editing mechanism was introduced: quick edit. This opens notes for editing in a popup instead of a tab, allowing easy access. This is especially useful for collections, to edit notes without switching context.
- Missing note meta. Can't export empty note and involved note tree
- Mermaid notes sluggish
- In-app help confusing due to ligatures
- Geo map: tooltip not showing.
- Nix flake support broke with electron 37 upgrade
- Signing on Windows did not work on the previous release.
- When editing a note in Linux, middle-clicking a note title in tree pane triggers a paste action
- Editor not focused after switching tabs.
-
[1.23.1]
- Update Trilium to 0.97.1
- Full Changelog
- Books have been renamed to Collections to better match their intentions.
- A new editing mechanism was introduced: quick edit. This opens notes for editing in a popup instead of a tab, allowing easy access. This is especially useful for collections, to edit notes without switching context.
- Missing note meta. Can't export empty note and involved note tree
- Mermaid notes sluggish
- In-app help confusing due to ligatures
- Geo map: tooltip not showing.
- Nix flake support broke with electron 37 upgrade
- Signing on Windows did not work on the previous release.
- When editing a note in Linux, middle-clicking a note title in tree pane triggers a paste action
- Editor not focused after switching tabs.
-
[1.23.2]
- Update Trilium to 0.97.2
- Full Changelog
- A new collection type has been added: a board in which child notes are grouped in columns.
- Geo map now comes with a vector map by default.
- Jump to note was enhanced to allow triggering commands (such as the ones that can have a keyboard shortcut assigned to them) quickly.
- Shared note dark mode text doesn't change
- Markdown export of simple tables results in HTML, not Markdown
- Cannot edit ReadOnly note in quick edit
- Documentation for collections is empty
- Laggy "Mermaid Diagram" note type refresh during editing
- Geomap not reacting to marker icon changes.
- Checkbox Inputs (in Canvas Node > Export image...) have broken styling
-
[1.24.0]
- Update Trilium to 0.98.0
- Full Changelog
- Enhanced Search with Fuzzy Matching and Better UX by @perfectra1n
- For Linux users, RPM packages are now GPG-signed.
- The "chat with notes" icon re-appears on 0.97.2's Launchbar after update, even though the LLM feature was disabled before
- Board view: sub-children (recursive) not displayed.
- Canvas: unable to open internal note path links
- Delay when opening a Text note for the first time
- Search term is not highlighted in preview search result
- ETAPI: Save note revision if needed by @perfectra1n
- No update notification in the global menu by @SiriusXT
- Zen mode is now supported on mobile by @Papierkorb2292
-
[1.24.1]
- Update Trilium to 0.98.1
- Full Changelog
- Keyboard shortcut catches QWERTY keys instead of owner's
- `-character doesn't work in shortcuts
- Quick search: attribute search no longer working
- Settings not fitting well on mobile.
- Attributes/tags not showing up in search results
- Note links always follow note title
- Quick search: format multi-line results better
- Add UI performance-related settings
- Reduce or disable search animation
- Fuzzy search should have a "non fuzzy" option