From e1e2afc3cdc545374a56eca80132aa2334203dd9 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 16 Jun 2025 00:14:52 +0300 Subject: [PATCH] docs(release): sync description with GitHub --- docs/Release Notes/Release Notes/v0.95.0.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/Release Notes/Release Notes/v0.95.0.md b/docs/Release Notes/Release Notes/v0.95.0.md index 0cd1c21cc..50f764ce8 100644 --- a/docs/Release Notes/Release Notes/v0.95.0.md +++ b/docs/Release Notes/Release Notes/v0.95.0.md @@ -13,7 +13,11 @@ ## πŸ’‘ Key highlights -* \[…\] +* Improvements to the shared notes functionality: + * 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. + * Basic syntax highlighting for code blocks has been added, but only if the language is explicitly specified. + * Note icons are now displayed in the share tree. + * Math equations are now rendered in text notes. ## 🐞 Bugfixes @@ -43,11 +47,6 @@ * Text editor improvements * [Relocate link icon in floating toolbar](https://github.com/TriliumNext/Notes/pull/2231) by @SiriusXT * [Add text alignment options](https://github.com/TriliumNext/Notes/pull/2232) by @SiriusXT -* Improvements to the shared notes functionality: - * 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. - * Basic syntax highlighting for code blocks has been added, but only if the language is explicitly specified. - * Note icons are now displayed in the share tree. - * Math equations are now rendered in text notes. * [Display a warning when using the the x86 build on ARM](https://github.com/TriliumNext/Notes/pull/2281) by @perfectra1n ## πŸ“– Documentation