From 6eccaac4bb6ea5e278a99759acfef25f5b98cbf3 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 22 Oct 2025 22:12:58 +0300 Subject: [PATCH 1/2] style: fix broken colored links inside read-only notes (hover color) --- apps/client/src/stylesheets/theme-dark.css | 1 + apps/client/src/stylesheets/theme-light.css | 1 + apps/client/src/stylesheets/theme-next-dark.css | 1 + 3 files changed, 3 insertions(+) diff --git a/apps/client/src/stylesheets/theme-dark.css b/apps/client/src/stylesheets/theme-dark.css index fb2abb45d..a356d32fd 100644 --- a/apps/client/src/stylesheets/theme-dark.css +++ b/apps/client/src/stylesheets/theme-dark.css @@ -87,6 +87,7 @@ body ::-webkit-calendar-picker-indicator { } :root .reference-link, +:root .reference-link:hover, .ck-content a.reference-link > span, .board-note { color: var(--dark-theme-custom-color, inherit); diff --git a/apps/client/src/stylesheets/theme-light.css b/apps/client/src/stylesheets/theme-light.css index c0b7c271f..872e7431f 100644 --- a/apps/client/src/stylesheets/theme-light.css +++ b/apps/client/src/stylesheets/theme-light.css @@ -87,6 +87,7 @@ html { } :root .reference-link, +:root .reference-link:hover, .ck-content a.reference-link > span, .board-note { color: var(--light-theme-custom-color, inherit); diff --git a/apps/client/src/stylesheets/theme-next-dark.css b/apps/client/src/stylesheets/theme-next-dark.css index 71cb17924..98fe11a4b 100644 --- a/apps/client/src/stylesheets/theme-next-dark.css +++ b/apps/client/src/stylesheets/theme-next-dark.css @@ -278,6 +278,7 @@ } :root .reference-link, +:root .reference-link:hover, .ck-content a.reference-link > span, .board-note { color: var(--dark-theme-custom-color, inherit); From 5ff07820d3709d1f869a96aa37688ff55a47f284 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 22 Oct 2025 22:37:46 +0300 Subject: [PATCH 2/2] chore(release): prepare for 0.99.3 --- apps/client/package.json | 2 +- apps/desktop/package.json | 2 +- apps/server/package.json | 2 +- docs/Release Notes/!!!meta.json | 110 +++++++++++------- .../Release Notes/Release Template.md | 3 + docs/Release Notes/Release Notes/v0.99.3.md | 36 ++++++ package.json | 2 +- packages/commons/package.json | 2 +- 8 files changed, 112 insertions(+), 47 deletions(-) create mode 100644 docs/Release Notes/Release Notes/v0.99.3.md diff --git a/apps/client/package.json b/apps/client/package.json index c2490ebfd..71957e495 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -1,6 +1,6 @@ { "name": "@triliumnext/client", - "version": "0.99.2", + "version": "0.99.3", "description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)", "private": true, "license": "AGPL-3.0-only", diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 1df37f089..352e43a1c 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@triliumnext/desktop", - "version": "0.99.2", + "version": "0.99.3", "description": "Build your personal knowledge base with Trilium Notes", "private": true, "main": "src/main.ts", diff --git a/apps/server/package.json b/apps/server/package.json index ec76897aa..5cc30b1c9 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -1,6 +1,6 @@ { "name": "@triliumnext/server", - "version": "0.99.2", + "version": "0.99.3", "description": "The server-side component of TriliumNext, which exposes the client via the web, allows for sync and provides a REST API for both internal and external use.", "private": true, "main": "./src/main.ts", diff --git a/docs/Release Notes/!!!meta.json b/docs/Release Notes/!!!meta.json index a33433340..57e84dc42 100644 --- a/docs/Release Notes/!!!meta.json +++ b/docs/Release Notes/!!!meta.json @@ -1,6 +1,6 @@ { "formatVersion": 2, - "appVersion": "0.99.1", + "appVersion": "0.99.2", "files": [ { "isClone": false, @@ -61,6 +61,32 @@ "attachments": [], "dirFileName": "Release Notes", "children": [ + { + "isClone": false, + "noteId": "yuroLztFfpu5", + "notePath": [ + "hD3V4hiu2VW4", + "yuroLztFfpu5" + ], + "title": "v0.99.3", + "notePosition": 10, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "template", + "value": "wyurrlcDl416", + "isInheritable": false, + "position": 60 + } + ], + "format": "markdown", + "dataFileName": "v0.99.3.md", + "attachments": [] + }, { "isClone": false, "noteId": "z207sehwMJ6C", @@ -69,7 +95,7 @@ "z207sehwMJ6C" ], "title": "v0.99.2", - "notePosition": 10, + "notePosition": 20, "prefix": null, "isExpanded": false, "type": "text", @@ -95,7 +121,7 @@ "WGQsXq2jNyTi" ], "title": "v0.99.1", - "notePosition": 20, + "notePosition": 30, "prefix": null, "isExpanded": false, "type": "text", @@ -121,7 +147,7 @@ "cyw2Yue9vXf3" ], "title": "v0.99.0", - "notePosition": 30, + "notePosition": 40, "prefix": null, "isExpanded": false, "type": "text", @@ -147,7 +173,7 @@ "QOJwjruOUr4k" ], "title": "v0.98.1", - "notePosition": 40, + "notePosition": 50, "prefix": null, "isExpanded": false, "type": "text", @@ -173,7 +199,7 @@ "PLUoryywi0BC" ], "title": "v0.98.0", - "notePosition": 50, + "notePosition": 60, "prefix": null, "isExpanded": false, "type": "text", @@ -199,7 +225,7 @@ "lvOuiWsLDv8F" ], "title": "v0.97.2", - "notePosition": 60, + "notePosition": 70, "prefix": null, "isExpanded": false, "type": "text", @@ -225,7 +251,7 @@ "OtFZ6Nd9vM3n" ], "title": "v0.97.1", - "notePosition": 70, + "notePosition": 80, "prefix": null, "isExpanded": false, "type": "text", @@ -251,7 +277,7 @@ "SJZ5PwfzHSQ1" ], "title": "v0.97.0", - "notePosition": 80, + "notePosition": 90, "prefix": null, "isExpanded": false, "type": "text", @@ -277,7 +303,7 @@ "mYXFde3LuNR7" ], "title": "v0.96.0", - "notePosition": 90, + "notePosition": 100, "prefix": null, "isExpanded": false, "type": "text", @@ -303,7 +329,7 @@ "jthwbL0FdaeU" ], "title": "v0.95.0", - "notePosition": 100, + "notePosition": 110, "prefix": null, "isExpanded": false, "type": "text", @@ -329,7 +355,7 @@ "7HGYsJbLuhnv" ], "title": "v0.94.1", - "notePosition": 110, + "notePosition": 120, "prefix": null, "isExpanded": false, "type": "text", @@ -355,7 +381,7 @@ "Neq53ujRGBqv" ], "title": "v0.94.0", - "notePosition": 120, + "notePosition": 130, "prefix": null, "isExpanded": false, "type": "text", @@ -381,7 +407,7 @@ "VN3xnce1vLkX" ], "title": "v0.93.0", - "notePosition": 130, + "notePosition": 140, "prefix": null, "isExpanded": false, "type": "text", @@ -399,7 +425,7 @@ "WRaBfQqPr6qo" ], "title": "v0.92.7", - "notePosition": 140, + "notePosition": 150, "prefix": null, "isExpanded": false, "type": "text", @@ -425,7 +451,7 @@ "a2rwfKNmUFU1" ], "title": "v0.92.6", - "notePosition": 150, + "notePosition": 160, "prefix": null, "isExpanded": false, "type": "text", @@ -443,7 +469,7 @@ "fEJ8qErr0BKL" ], "title": "v0.92.5-beta", - "notePosition": 160, + "notePosition": 170, "prefix": null, "isExpanded": false, "type": "text", @@ -461,7 +487,7 @@ "kkkZQQGSXjwy" ], "title": "v0.92.4", - "notePosition": 170, + "notePosition": 180, "prefix": null, "isExpanded": false, "type": "text", @@ -479,7 +505,7 @@ "vAroNixiezaH" ], "title": "v0.92.3-beta", - "notePosition": 180, + "notePosition": 190, "prefix": null, "isExpanded": false, "type": "text", @@ -497,7 +523,7 @@ "mHEq1wxAKNZd" ], "title": "v0.92.2-beta", - "notePosition": 190, + "notePosition": 200, "prefix": null, "isExpanded": false, "type": "text", @@ -515,7 +541,7 @@ "IykjoAmBpc61" ], "title": "v0.92.1-beta", - "notePosition": 200, + "notePosition": 210, "prefix": null, "isExpanded": false, "type": "text", @@ -533,7 +559,7 @@ "dq2AJ9vSBX4Y" ], "title": "v0.92.0-beta", - "notePosition": 210, + "notePosition": 220, "prefix": null, "isExpanded": false, "type": "text", @@ -551,7 +577,7 @@ "3a8aMe4jz4yM" ], "title": "v0.91.6", - "notePosition": 220, + "notePosition": 230, "prefix": null, "isExpanded": false, "type": "text", @@ -569,7 +595,7 @@ "8djQjkiDGESe" ], "title": "v0.91.5", - "notePosition": 230, + "notePosition": 240, "prefix": null, "isExpanded": false, "type": "text", @@ -587,7 +613,7 @@ "OylxVoVJqNmr" ], "title": "v0.91.4-beta", - "notePosition": 240, + "notePosition": 250, "prefix": null, "isExpanded": false, "type": "text", @@ -605,7 +631,7 @@ "tANGQDvnyhrj" ], "title": "v0.91.3-beta", - "notePosition": 250, + "notePosition": 260, "prefix": null, "isExpanded": false, "type": "text", @@ -623,7 +649,7 @@ "hMoBfwSoj1SC" ], "title": "v0.91.2-beta", - "notePosition": 260, + "notePosition": 270, "prefix": null, "isExpanded": false, "type": "text", @@ -641,7 +667,7 @@ "a2XMSKROCl9z" ], "title": "v0.91.1-beta", - "notePosition": 270, + "notePosition": 280, "prefix": null, "isExpanded": false, "type": "text", @@ -659,7 +685,7 @@ "yqXFvWbLkuMD" ], "title": "v0.90.12", - "notePosition": 280, + "notePosition": 290, "prefix": null, "isExpanded": false, "type": "text", @@ -677,7 +703,7 @@ "veS7pg311yJP" ], "title": "v0.90.11-beta", - "notePosition": 290, + "notePosition": 300, "prefix": null, "isExpanded": false, "type": "text", @@ -695,7 +721,7 @@ "sq5W9TQxRqMq" ], "title": "v0.90.10-beta", - "notePosition": 300, + "notePosition": 310, "prefix": null, "isExpanded": false, "type": "text", @@ -713,7 +739,7 @@ "yFEGVCUM9tPx" ], "title": "v0.90.9-beta", - "notePosition": 310, + "notePosition": 320, "prefix": null, "isExpanded": false, "type": "text", @@ -731,7 +757,7 @@ "o4wAGqOQuJtV" ], "title": "v0.90.8", - "notePosition": 320, + "notePosition": 330, "prefix": null, "isExpanded": false, "type": "text", @@ -764,7 +790,7 @@ "i4A5g9iOg9I0" ], "title": "v0.90.7-beta", - "notePosition": 330, + "notePosition": 340, "prefix": null, "isExpanded": false, "type": "text", @@ -782,7 +808,7 @@ "ThNf2GaKgXUs" ], "title": "v0.90.6-beta", - "notePosition": 340, + "notePosition": 350, "prefix": null, "isExpanded": false, "type": "text", @@ -800,7 +826,7 @@ "G4PAi554kQUr" ], "title": "v0.90.5-beta", - "notePosition": 350, + "notePosition": 360, "prefix": null, "isExpanded": false, "type": "text", @@ -827,7 +853,7 @@ "zATRobGRCmBn" ], "title": "v0.90.4", - "notePosition": 360, + "notePosition": 370, "prefix": null, "isExpanded": false, "type": "text", @@ -845,7 +871,7 @@ "sCDLf8IKn3Iz" ], "title": "v0.90.3", - "notePosition": 370, + "notePosition": 380, "prefix": null, "isExpanded": false, "type": "text", @@ -863,7 +889,7 @@ "VqqyBu4AuTjC" ], "title": "v0.90.2-beta", - "notePosition": 380, + "notePosition": 390, "prefix": null, "isExpanded": false, "type": "text", @@ -881,7 +907,7 @@ "RX3Nl7wInLsA" ], "title": "v0.90.1-beta", - "notePosition": 390, + "notePosition": 400, "prefix": null, "isExpanded": false, "type": "text", @@ -899,7 +925,7 @@ "GyueACukPWjk" ], "title": "v0.90.0-beta", - "notePosition": 400, + "notePosition": 410, "prefix": null, "isExpanded": false, "type": "text", @@ -917,7 +943,7 @@ "wyurrlcDl416" ], "title": "Release Template", - "notePosition": 410, + "notePosition": 420, "prefix": null, "isExpanded": false, "type": "text", diff --git a/docs/Release Notes/Release Notes/Release Template.md b/docs/Release Notes/Release Notes/Release Template.md index acba4dc76..d1371c558 100644 --- a/docs/Release Notes/Release Notes/Release Template.md +++ b/docs/Release Notes/Release Notes/Release Template.md @@ -1,4 +1,7 @@ # Release Template +> [!NOTE] +> If you are interested in an [official mobile application](https://oss.issuehunt.io/r/TriliumNext/Trilium/issues/7447) Β ([#7447](https://github.com/TriliumNext/Trilium/issues/7447)) or [multi-user support](https://oss.issuehunt.io/r/TriliumNext/Trilium/issues/4956) ([#4956](https://github.com/TriliumNext/Trilium/issues/4956)), consider offering financial support via IssueHunt (see links). + > [!IMPORTANT] > If you enjoyed this release, consider showing a token of appreciation by: > diff --git a/docs/Release Notes/Release Notes/v0.99.3.md b/docs/Release Notes/Release Notes/v0.99.3.md new file mode 100644 index 000000000..e82ddaf60 --- /dev/null +++ b/docs/Release Notes/Release Notes/v0.99.3.md @@ -0,0 +1,36 @@ +# v0.99.3 +> [!NOTE] +> If you are interested in an [official mobile application](https://oss.issuehunt.io/r/TriliumNext/Trilium/issues/7447) Β ([#7447](https://github.com/TriliumNext/Trilium/issues/7447)) or [multi-user support](https://oss.issuehunt.io/r/TriliumNext/Trilium/issues/4956) ([#4956](https://github.com/TriliumNext/Trilium/issues/4956)), consider offering financial support via IssueHunt (see links). + +> [!IMPORTANT] +> If you enjoyed this release, consider showing a token of appreciation by: +> +> * Pressing the β€œStar” button on [GitHub](https://github.com/TriliumNext/Trilium) (top-right). +> * 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). + +## 🐞 Bugfixes + +* [Issues with the ribbon and some about dialogs when formatting locale is set to Chinese](https://github.com/TriliumNext/Trilium/issues/7444) +* Incorrect date format for Chinese. +* Development locale appearing in production. +* Split reverted on right-to-left languages +* Fixes for the Flatpak installation method: + * [Flatpak Data Access Issue on install/update : permission issue](https://github.com/TriliumNext/Trilium/issues/7454) + * [flatpak doesn't launch after install, needs no-sandbox](https://github.com/TriliumNext/Trilium/issues/5516) + * Icon missing in Flatpak shortcut. +* [Trilium does not unlock after autolock](https://github.com/TriliumNext/Trilium/issues/7448) by @perfectra1n +* Note color not taken into consideration for reference links by @adoriandoran +* [Board view doesn't respond to Color tags](https://github.com/TriliumNext/Trilium/issues/7456) by @adoriandoran + +## πŸ“– Documentation + +* Improve links & starting page in demo note by @tredondo + +## 🌍 Internationalization + +* Added support for Italian +* Various translation improvements. + +## πŸ› οΈ Technical updates + +* Various dependency updates. \ No newline at end of file diff --git a/package.json b/package.json index d974c5252..54d96c346 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@triliumnext/source", - "version": "0.99.2", + "version": "0.99.3", "description": "Build your personal knowledge base with Trilium Notes", "directories": { "doc": "docs" diff --git a/packages/commons/package.json b/packages/commons/package.json index 96abcb2d0..ecb5a08c3 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@triliumnext/commons", - "version": "0.99.2", + "version": "0.99.3", "description": "Shared library between the clients (e.g. browser, Electron) and the server, mostly for type definitions and utility methods.", "private": true, "type": "module",