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,28 +1,22 @@
# v0.91.1-beta
# v0.91.1-beta
## 💡 Key highlights
* 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](https://github.com/TriliumNext/Notes/pull/654) for more information.
* [A new theme is introduced called “TriliumNext"](https://github.com/TriliumNext/Notes/pull/661) by @adoriandoran and @eliandoran. Settings on this theme are now displayed in a card layout. Redesigned tree action buttons.
* [Native title bar buttons](https://github.com/TriliumNext/Notes/pull/702) 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)](https://github.com/TriliumNext/Notes/pull/717) 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.**
## 🐞 Bugfixes
* [Syntax highlight in code blocks only in edit mode](https://github.com/TriliumNext/Notes/issues/668)
* To do lists not preserved on safe import.
* [File type video with emoji in name will break the preview](https://github.com/TriliumNext/Notes/issues/757)
* [Attribute "jump to" for internal links not working anymore](https://github.com/TriliumNext/Notes/issues/732)
## ✨ Improvements
* [Add label definition type for standalone time](https://github.com/TriliumNext/Notes/pull/653) by @mm21
* [Remove resizer from backend log text area](https://github.com/TriliumNext/Notes/pull/670) by @meichthys
* Use CodeMirror for backend log
* Support for ELK layout in Mermaid diagrams (sponsored by @perfectra1n). See the relevant “ELK layout engine” in <a class="reference-link" href="#root/xKNWRXC24L5y/moBMU5tfa7Xx/Tshj61stDt8g/tPQgGfUs7ewD">Mermaid diagrams</a> for more information.
@@ -33,6 +27,7 @@
* [Support page breaks for printing](https://github.com/TriliumNext/Notes/pull/692)
* [user configurable list of allowed html tags in import](https://github.com/TriliumNext/Notes/pull/601) 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.
@@ -41,19 +36,13 @@
* [New Features for note map](https://github.com/TriliumNext/Notes/pull/700) by @CobriMediaJulien
* [Add supported link protocols](https://github.com/TriliumNext/Notes/pull/694) by @SiriusXT
* [add Mind Elixir plugin @mind-elixir/node-menu](https://github.com/TriliumNext/Notes/issues/723)
* [Format dates and times](https://github.com/TriliumNext/Notes/pull/741) by @adoriandoran
* [Expose cheerio in backend script api](https://github.com/TriliumNext/Notes/pull/758) by @kleutzinger 
* [Expose cheerio in backend script api](https://github.com/TriliumNext/Notes/pull/758) by @kleutzinger
* [Format note paths](https://github.com/TriliumNext/Notes/pull/759) by @adoriandoran
* [add remark about UFW issues](https://github.com/TriliumNext/Notes/pull/767) by @pano9000
* [Code Block language support for Terraform (HCL)](https://github.com/TriliumNext/Notes/issues/739)
* [Display the fixed toolbar on multiple lines](https://github.com/TriliumNext/Notes/issues/729) (adjustable in settings)
* [Hide `internalLink` from `Jump To Note` dialog](https://github.com/TriliumNext/Notes/issues/713)
## 🌍 Internationalization
@@ -65,9 +54,7 @@
* Translate hidden notes (including options).
* Romanian improvements.
* [Brazillian Portuguese](https://github.com/TriliumNext/Notes/pull/740) by @Nertonm work in progress (only server translations for now)
* Translate note autocomplete.
## ⬆️ Library updates