github TriliumNext/Notes v0.91.5

13 hours ago

💡 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 ).

  • Introducing a map note type

  • 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.
  • 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

✨ 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

✨ Improvements

🌍 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

✨ Improvements

🌍 Internationalization

⬆️ 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 existing randomSecureToken function by @pano9000

  • 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

✨ Improvements

🌍 Internationalization

⬆️ 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

✨ Improvements

🌍 Internationalization

⬆️ 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

Don't miss a new Notes release

NewReleases is sending notifications on new releases.