Note
The Docker builds are not yet available for this version, and neither Windows ZIP files.
π‘ Key highlights
- Trilium can now export notes as PDF directly, on the desktop version.
- RPM packages for Linux by @pano9000β
- Flatpak packages for Linux (not yet published to FlatHub) by @pano9000β
- There is now an in-app help that is still work in progress, but it can be triggered by pressing F1. On some note types (e.g. geo map) there is a contextual help button.
- Zen Mode (minimal UI). See in-app help for more details.
π Bugfixes
- js error Parsing error: The keyword 'const' is reserved by @lly-c232733β
- Full Text Search button in quick launch search bar does not work by @SiriusXTβ
- An obscure bug when expanding a note with custom sort where some of the notes did not have the attribute would cause notes to jump around.
- Weight Tracker doesn't work on new install
- Markdown export: Fix strikethrough
- TypeScript code files are detected as video/mp2t files by @pano9000β
- disallow text selection in dropdown-menus by @pano9000
- Password window remains after opening encrypted notes by @dousha
- Error when using code blocks in Markdown code notes
- Numbered bullet is different in Note Revision view
- Missing
etapi.openapi.yaml
. - Pressing Enter to "Add link" does not work anymore (thanks to @St0rml)
- Cannot cancel sharing the root note or the root of a workspace when it's hoisted by @doushaβ
- Enabling "Enable background effects" does not properly work with dark themes
β¨ Improvements
- Better styling for various widgets (buttons, input boxes) on the TriliumNext theme & various TriliumNext theme improvements by @adoriandoranβ
- System tray icon improvements: translations, new buttons ("New note", βOpen today's journal noteβ, βBookmarksβ and βRecent Notesβ), and icons.
- Custom Windows installer icon by @Sarah-Hussein
- Geo map: it's now possible to add .gpx notes as children for the map. Look for the help button in the geo map for more information.
- Geo map: Enable Retina detection for sharper tiles on supported devices.
- Electron: Add "Office" as category for Desktop file by @pano9000β
- Improvements to the note tooltip, including making the note title clickable.
- Render PDFs in full width by default.
- allow setting custom cookiePath by @pano9000β
- Swagger UI endpoint by @perfectra1nβ
- Add support for `mid:` URI
- Raw files can now be served in shared tree by changing the URL instead of setting an attribute to the note. See documentation on Shared Notes in the in-app help (press F1).
- allow setting custom session cookie expiration by @pano9000β
- friendly number handling for note erasure timeouts by @pano9000β
Mobile improvements
- Configure launch bar now has an always visible tree instead of the sidebar. It's far from perfect, but it should be more usable than the previous implementation.
- The note title is now smaller.
- Added back a few launcher bar items:
- New Note
- Calendar
- Open Today's Journal Note
- Recent changes are now available as well as a launch bar item.
- Fixed switching and dragging tabs not working.
π Internationalization
- Spanish improvements by @haseciluβ
π οΈ Technical improvements
- Remove dependency on
semver
. - Update test dependencies.
- make desktop.ejs easier to read by @pano9000β
- server/utils: add tests and smaller refactors / fixes by @pano9000β
- refactor: electron forge config by @pano9000β
- improve server build release file names by @pano9000β
- Improved the development experience by setting up caches (server & Electron) & auto-reload for Electron
- protected_session: input improvements by @pano9000β
- remove unused jasmine by @pano9000β
- update dependency electron to v34.2.0
- update dependency prettier to v3.5.1
- update dependency mind-elixir to v4.3.7
- update dependency marked to v15.0.7
- update dependency typedoc to v0.27.7
- update dependency compression to v1.8.0
- update dependency webpack to v5.98.0
- update node.js to v22.14.0
- simplify login function and get rid of deprecated usage of expires by @pano9000β
- Automated OpenAPI spec generation by @FliegendeWurstβ
- remove leftover @types/jasmineβby @pano9000β
- fix and enable ex-flaky tests in services/search.spec.ts by @pano9000β
- npm scripts namespacing by @pano9000β
- "unpack" log messages before printing by @pano9000