💡 Key highlights
-
We now provide binaries to run the server on Linux on ARM without Docker (e.g. on a Raspberry Pi, thanks to @perfectra1n ).
-
Add ability to set Trilium configuration variables via ENV variables by @pano9000 and @perfectra1n
-
Quite a few mobile improvements have been done (kindly waiting for bug reports)
- On mobile the horizontal layout (with the launcher bar displayed at the top of the screen instead of on the left side) is now enforced.
- This allows for more real estate for the content of the note and simplifies the mobile layout.
- The launch bar has also been moved at the bottom, to be inline with modern application layouts.
- Restructured the tree as a sidebar which is triggered via a button on the left side of the title bar.
- The sidebar can also be triggered by swiping to the right on the left side of the screen. Still some quirks to address on both iOS and Android due to their weird back button gesture.
- Improved the positioning of the bottom bar and of the editor toolbar.
- Tabs have been enabled. Currently we are using the same implementation as on desktop, which might have a few quirks on mobile.
- Jump to note is now available.
- The mobile view now has its own launch bar configuration with its own launch bar buttons. For now only a few have been enabled. Feel free to request any button from the desktop should you require it.
- Now it's possible to insert footnotes in CKEditor, thanks to a fork of ThomasAitken/ckeditor5-footnotes.
- It's also possible to create inline Mermaid diagrams into text notes.
- On mobile the horizontal layout (with the launcher bar displayed at the top of the screen instead of on the left side) is now enforced.
-
The launcher bar can now be placed at the top instead of the left of the screen, with a full-width tab bar. See #654 for more information.
-
A new theme is introduced called “TriliumNext" by @adoriandoran and @eliandoran. Settings on this theme are now displayed in a card layout. Redesigned tree action buttons.
-
Native title bar buttons when native title bar is off for Windows and macOS.
-
On Windows, on the TriliumNext theme there are window transparency effects if running under Windows, see Mica (Windows transparency effects) for screenshots. Unfortunately, it is plagued by a few bugs with Electron (the library we are using for the desktop application), see the link for more information.
-
Updated Docker builds to Node 22. Be on the lookout for any potential issues, especially for less-tested platforms such as ARM.
New in this release (v0.91.5)
🐞 Bugfixes
- Import Dialog "Safe Import" Tooltip is cut off
- Backend Log is not showing on mobile view
- initial server setup form cannot be sent with enter key by @pano9000
✨ Improvements
🌍 Internationalization
- …
🛠️ Technical updates
- update dependency @types/node to v22.12.0
- Use new type field for GitHub issues by @pano9000
- chore(client/ts): port setup entrypoint by @pano9000
- refactor(server/utils): turn isMac/isWin/isElectron/isDev into boolean by @pano9000
- chore(issue_templates): add simple Task template by @pano9000
From v0.91.4-beta
🐞 Bugfixes
- Share: Fix going from child note to parent share root
- Context Menu Keyboard Commands wrap to next line
- Keyboard shortcuts in tree context menu are not in line with menu item
- Canvas/Excalidraw note slows down considerably with many images
- tab context menu on mobile is not accessible
- Code Notes Settings: the "Available MIME Type" list gets corrupted
- Tree Panel: the preferred width resets under certain conditions
- Mind map: the branching side preference is not persisted
- HTML Import Strips away "valid" h1 tags by @pano9000
- share.js broken on share pages by @pano9000
✨ Improvements
- Add space between "delete all revisions" and ? buttons on Note revision dialog
- Improved launch bar on mobile: context menu to move between available and visible, or reset the configuration.
- Enable fixed editing toolbar by default for new users.
🌍 Internationalization
- Translated some missing messages in Romanian.
⬆️ Technical improvements
- Reached zero vulnerabilities in dependencies according to
**npm audit**
- Update Electron to 34
- update dependency fs-extra to v11.3.0
- update dependency force-graph to v1.49.0
- update dependency katex to v0.16.21
- update dependency better-sqlite3 to v11.8.1
- set more secure csrf related settings by @pano9000
- get rid of ts-node by @pano9000
- Fix default ivLength in dump-db tool by @Nriver
- add vitest as test framework and port current tests (& various test improvements) by @pano9000
- get rid of Webpack Critical dependency warning by @pano9000
- fix flaky getPlatformAppDataDir test on Windows by @pano9000
- refactor and add tests for `services/import/mime` by @pano9000
- refactor: compress images by @j9t
- Bump Electron to v34.0.1
- Bump i18next-http-backend to v3.0.2
- Bump i18next to v24.2.2
- Bump electron-forge monorepo to v7.6.1
- Bump @mind-elixir/node-menu to v1.0.4
- Docker: update node.js to v22.13.1
- webpack: add Configuration type
- webpack: add missing share.js entry point
- npm audit fix by @pano9000
- port desktop and mobile entrypoints by @pano9000
From v0.91.3-beta
🐞 Bugfixes
-
Prevent HTML from rendering in launcher bar.
-
Note tree context menu not shown on long press on iOS.
-
Advanced tree menu is only accessible in the mobile view via long-press
-
NotFoundError after trying to paste filepath into note, restart required
-
login: fix "flash of unstyled content" by @pano9000
-
fix ck-editor checkboxes not showing checkmark while printing by @pano9000
✨ Improvements
-
Mobile improvements
- Translucent top bar mobile layout on iOS
- Display formatting toolbar above keyboard.
-
Fonts
- Grouped the font selection by font type (sans-serif, monospace, etc.).
- Added an option to use the system font (e.g. “Segoe UI” for Windows).
-
Display the content of JSON attachments and improve the style of attachment code blocks.
-
Translucent top bar on desktop layout for iPad
-
'Show Help' and 'About Trillium Notes' menu options are now available in the mobile view
-
Back/forward buttons have been enabled for web builds as well, mostly for mobile view.
-
login: add Trilium icon and improve style by @pano9000
-
allow disabling mention autocomplete by pressing escape (forward port of @zadam’s work)
-
Added back ESLint support for backend notes
-
Exporting JavaScript code blocks in text notes to Markdown now sets the right language tag.
🌍 Internationalization
- Spanish translation improvements by @hasecilu
- Chinese translation improvements by @Nriver
- make tags translatable by @pano9000
- make duplicate notes suffix translatable by @pano9000
- improve translatability of database_backed_up_to string by @pano9000
- translate some buttons in the note tree
- translate a few note map buttons
⬆️ Technical Improvements
-
Library updates
-
force-graph to v1.47.2
-
@highlightjs/cdn-assets to v11.11.1
-
typedoc to v0.27.6
-
jquery.fancytree to v2.38.4
-
katex to v0.16.19
-
@types/node to v22.10.5
-
marked to v15.0.5
-
mind-elixir to v4.3.6
-
better-sqlite3 to v11.8.0
-
CKEditor to 41.3.2
-
jsdom to v26
-
i18next to v24.2.1
-
draggabilly to v3.0.0
-
electron to 33.3.1.
-
Node.js for Docker containers: v22.13.0
-
ts-loader: v9.5.2
-
-
use named exports for the utils functions by @pano9000
-
use Set instead of Arrays for faster lookups by @pano9000
-
remove unused 'request' by @pano9000
-
utils/formatDownloadTitle: simplify function by @pano9000
-
remove unused tree-kill dependency by @pano9000
-
Add timezone and localtime mounts to docker-compose by @perfectra1n
-
login: simplify JS by @pano9000
-
set password: various smaller fixes by @pano9000
-
use ejs partial for injecting window.glob by @pano9000
-
add prettier as devDep and scripts by @pano9000
-
add override for *.json tab width to match .editorconfig by @pano9000
-
update deprecated electron packages by @pano9000
-
Add server logging for CKEditor state changes by @process
-
refactor(data_dir): simplify logic and make code robust and testable by @pano9000
-
replace csurf with csrf-csrf by @pano9000
-
refactor(backend_log): improve getBackendLog by @pano9000
-
fix(views): replace deprecated meta tag by @pano9000
From v0.91.2-beta
🐞 Bugfixes
- Can not toggle notes by clicking on the note's icon in the navigation bar
- Cannot arrow down to "full search" when no search results are returned in quick search
- Toolbar tooltips no longer shown
- Two help pages will be opened when the help button is clicked
✨ Improvements
-
Style Next: Restyle the "Jump to Note" dialog by @adoriandoran
-
Exporting a Markdown file will now try to preserve syntax highlighting
-
Accessibility: explicitly associate label and input elements by @pano9000
🌍 Internationalization
-
Spanish improvements by @hasecilu
-
Translate new note title
⬆️ Library updates
- typedoc: v0.27.5
- highlightjs: v11.11.0
- marked: v15.0.4
- express-rate-limit to v7.5.0
- chokidar: 4.0.3
- katex: v0.16.18
- sanitize-html: v2.14.0
- webpack-cli: v5.1.4 → v6.0.1
- i18next: v24.2.0
- @braintree/sanitize-url: v7.1.1
From v0.91.1-beta
🐞 Bugfixes
-
To do lists not preserved on safe import.
✨ Improvements
-
Use CodeMirror for backend log
-
Support for ELK layout in Mermaid diagrams (sponsored by @perfectra1n). See the relevant “ELK layout engine” in [missing note] for more information.
-
Importing single HTML file: prefer html title over filename by @maphew
-
user configurable list of allowed html tags in import by @maphew
-
General HTML support; now the editor supports more HTML tags and displays them appropriately.
- Currently the import function is the only way to benefit from them, or modifying the source code manually by changing the note type.
-
Change default icons for “Go to Previous Note” and “Go to next note” launcher buttons.
-
Move toggle sidebar button near tab bar on horizontal layout.
-
Mind map notes now are full-width by default (same as Canvas, for example).
-
Tabs can now display the icon notes instead of only workspace icons (this is the default behaviour of the TrilumNext theme, can be added to any other theme via
--tab-note-icons: true;
to:root
). -
Display the fixed toolbar on multiple lines (adjustable in settings)
🌍 Internationalization
-
Chinese translation improvements (& some new messages translated) by @Nriver
-
Translate import toast messages.
-
Translate hidden notes (including options).
-
Romanian improvements.
-
Brazillian Portuguese by @Nertonm work in progress (only server translations for now)
-
Translate note autocomplete.
⬆️ Library updates
- i18next, i18next-http-backend, i18next-fs-backend
- force-graph v1.47.0
- express 4.2.12
- mermaid 11.4.1
- axios 1.7.9
- katex 0.16.14
- https-proxy-agent 7.0.6
- better-sqlite3 11.6.0
- electron 31.3.1 -> 33.2.1
- jimp 0.22.12 -> 1.6.0
- mind-elixir 4.3.3
- Development tools
- electron-forge
- Docker Node.js updated to v20.18.1
- GitHub Actions workflow actions
- webpack v5.97.1
- TypeScript + types
- yargs
- helmet
- marked 15.0.3
- is-svg 5.1.0
- image-type 5.2.0
- eslint v9.16.0
- jsdom v25.0.1
- compression v1.7.5