chore(docs): sync

This commit is contained in:
Elian Doran
2025-04-11 20:05:22 +03:00
parent 2e4524361b
commit d1b308eced
43 changed files with 862 additions and 967 deletions

View File

@@ -1,4 +1,4 @@
# v0.92.3-beta
# v0.92.3-beta
## 💡 Key highlights
* [Signed binaries for macOS (thanks to @perfectra1nfor the implementation).](https://github.com/TriliumNext/Notes/pull/1267)
@@ -11,21 +11,21 @@
* Migrations since Trilium 0.60.4 are now working, no more need to update to the latest zadam's Trilium version before migrating to TriliumNext.
* [Custom widget position doesn't work](https://github.com/TriliumNext/Notes/issues/1321)
* Canvas: Unable to copy-paste elements on the canvas.
* Couldn't add external link from add link dialog by @JYC333
* Couldn't add external link from add link dialog by @JYC333
## ✨ Improvements
* A task list/to-do list system is on the works.
* [Small improvements to Zen Mode](https://github.com/TriliumNext/Notes/pull/1258/files) by @pano9000
* [Small improvements to Zen Mode](https://github.com/TriliumNext/Notes/pull/1258/files) by @pano9000
* Calendar View:
* Display promoted attributes (initial implementation by @rom1dep)
* Display promoted attributes (initial implementation by @rom1dep)
* Customisable start and end attributes.
* Search now focuses automatically on search string
* Video file preview:
* Display in full-width by default (similar to PDFs)
* Match screen size while maintaining aspect ratio (remove the scroll).
* Improve display in note list.
* Settings: improve ETAPI options page description by @pano9000
* Settings: improve ETAPI options page description by @pano9000
* Small improvements for printing:
* Code blocks are now displayed with word wrapping.
* Language tag is hidden if it's “auto-detected”.
@@ -33,15 +33,15 @@
## 🌍 Internationalization
* French translation improvements by @Potjoe-97
* French translation improvements by @Potjoe-97
* Romanian translation improvements
* Chinese translation improvements by @clsty
* Spanish translation improvements by @hasecilu
* Chinese translation improvements by @clsty
* Spanish translation improvements by @hasecilu
## 🛠️ Technical updates
* bundle bootstrap with webpack by @pano9000
* remove unneeded extra arm64 handling by @pano9000
* bundle bootstrap with webpack by @pano9000
* remove unneeded extra arm64 handling by @pano9000
* update dependency prettier to v3.5.3
* update dependency sass to v1.85.1
* update dependency typedoc to v0.27.9
@@ -53,9 +53,9 @@
* update dependency force-graph to v1.49.3
* update dependency typescript to v5.8.2
* update dependency axios to v1.8.2 \[security\]
* Various TypeScript ports by @pano9000and @JYC333
* package.json maintenance by @pano9000
* let webpack handle dayjs, split.js and i18next by @pano9000
* fix prettier code style issues by @pano9000
* add eslint as linter by @pano9000
* Various TypeScript ports by @pano9000and @JYC333
* package.json maintenance by @pano9000
* let webpack handle dayjs, split.js and i18next by @pano9000
* fix prettier code style issues by @pano9000
* add eslint as linter by @pano9000
* stop copying dump-db during build by @pano9000