2025-04-18 16:10:44 +03:00

3.1 KiB
Vendored
Raw Blame History

v0.91.4-beta

To do before release:

  • Ensure Excalidraw works on desktop build.

💡 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

🐞 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