Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit dd647db

Browse files
committed
docs(release): v0.95.0
1 parent 04794c3 commit dd647db

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# v0.95.0
2+
> [!IMPORTANT]
3+
> If you enjoyed this release, consider showing a token of appreciation by:
4+
>
5+
> * Pressing the “Star” button on [GitHub](https://github.com/TriliumNext/Notes) (top-right).
6+
> * Considering a one-time or recurrent donation to the [lead developer](https://github.com/eliandoran) via [GitHub Sponsors](https://github.com/sponsors/eliandoran) or [PayPal](https://paypal.me/eliandoran).
7+
8+
> [!CAUTION]
9+
> Sync version has been increased, so update of both the client and server are necessary.
10+
11+
> [!IMPORTANT]
12+
> For canvas notes, the “Mermaid to Excalidraw” feature is no longer functional for now since it relies on an old version of Mermaid diagrams. To avoid having a large library duplicated, we had to let go of this feature. If it's an important feature to you, let us know.
13+
14+
## 💡 Key highlights
15+
16+
* \[\]
17+
18+
## 🐞 Bugfixes
19+
20+
* Text notes stability if the editor crashes:
21+
* Data loss if the editor crashed while it was saving (causing an empty note)
22+
* Blank screen if editor crashes more than once
23+
* [Zen Mode: text formatting commands are missing from UI](https://github.com/TriliumNext/Notes/issues/1370) by @SiriusXT
24+
* [Links: Unable to open notes in a new window](https://github.com/TriliumNext/Notes/pull/2243) by @SiriusXT
25+
* [desktop syncing issues with the app](https://github.com/TriliumNext/Notes/issues/2268)
26+
* LLM bugfixes by @perfectra1n:
27+
* LLM could sometimes save the response in the wrong note
28+
* [Llama3.1 doesn't work](https://github.com/TriliumNext/Notes/issues/2200)
29+
* Text notes:
30+
* [Selection gets incomplete when moving multiple lines up/down](https://github.com/TriliumNext/Notes/issues/2191) by @SiriusXT and @herrkami
31+
* [Markdown import: restore focus after importing markdown](https://github.com/TriliumNext/Notes/pull/2304) by @SiriusXT
32+
* [Ensure images opened in a new tab can be activated](https://github.com/TriliumNext/Notes/pull/2303) by @SiriusXT
33+
* [Unexpected collapse after hoisting a note](https://github.com/TriliumNext/Notes/pull/2293) by @SiriusXT
34+
35+
## ✨ Improvements
36+
37+
* [Tab bar: ensure similar behavior between horizontal/vertical scrolling](https://github.com/TriliumNext/Notes/pull/2177) by @SiriusXT and @rom1dep
38+
* [Two factor: support custom OIDC server](https://github.com/TriliumNext/Notes/pull/2198) by @koderx and @JYC333
39+
* LLM improvements by @perfectra1n
40+
* [Clarify experimental state](https://github.com/TriliumNext/Notes/pull/2217)
41+
* [Simplify (remove embedding system) in order to improve its stability](https://github.com/TriliumNext/Notes/pull/2205)
42+
* Simplify provider selection
43+
* Text editor improvements
44+
* [Relocate link icon in floating toolbar](https://github.com/TriliumNext/Notes/pull/2231) by @SiriusXT
45+
* [Add text alignment options](https://github.com/TriliumNext/Notes/pull/2232) by @SiriusXT
46+
* Improvements to the shared notes functionality:
47+
* A new default theme was introduced called Trilium.Rocks (original development by @zerebos) and adapted to our project. New features from this theme include: search, collapsible tree, light/dark mode, mobile mobile.
48+
* Basic syntax highlighting for code blocks has been added, but only if the language is explicitly specified.
49+
* Note icons are now displayed in the share tree.
50+
* Math equations are now rendered in text notes.
51+
* [Display a warning when using the the x86 build on ARM](https://github.com/TriliumNext/Notes/pull/2281) by @perfectra1n
52+
53+
## 📖 Documentation
54+
55+
* Clarify custom paths for non-root and improve nginx configuration by @hulmgulm
56+
* Multi-factor authentication clarifications by @JYC333
57+
58+
## 🛠️ Technical updates
59+
60+
* Express was updated to the newest major version (5).
61+
* The canvas (Excalidraw) was refactored to use Preact instead of React.
62+
* Desktop version: remove unnecessary locale information to save some space.

0 commit comments

Comments
 (0)