From 549ef96806be459cdd03e047eeef73e6b08ddbf2 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 25 May 2025 20:43:48 +0300 Subject: [PATCH] docs(release): simplify release note & add warning for manual install --- docs/Release Notes/Release Notes/v0.94.0.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/docs/Release Notes/Release Notes/v0.94.0.md b/docs/Release Notes/Release Notes/v0.94.0.md index 1b050552c..340d5404e 100644 --- a/docs/Release Notes/Release Notes/v0.94.0.md +++ b/docs/Release Notes/Release Notes/v0.94.0.md @@ -1,4 +1,7 @@ # v0.94.0 +> [!CAUTION] +> **For (advanced) manual setups only:** Following a tooling change, the main entry point has changed from `main.js` to `main.cjs`. Same goes for the Electron build. + > [!IMPORTANT] > If you enjoyed this release, consider showing a token of appreciation by: > @@ -38,21 +41,7 @@ * Added the Nix language (and also in code blocks for text notes). * Added an indentation marker. * Note: syntax highlighting for some languages (mostly HTML-template languages such as EJS, JSP) is no longer supported due to lack of upstream support. If this is a problem, feel free to report an issue and we can see what can be done about it. -* Syntax highlighting in code blocks for text notes: - * Added support for Cypher. - * Added support for XML-DTD. - * Added support for Jinja2. - * Added support for ClojureScript. - * Added support for Perl. - * Added support for Scala. - * Added support for Scheme. - * Added support for Swift. - * Added support for SystemVerilog. - * Added support for mIRC. - * Added support for Cobol. - * Added support for Dylan. - * Added support for RPM Specfile. - * Added support for TCCN3. +* Added support for additional syntax highlighting for code blocks in text notes: Cypher, XML-DTD, Jinja2, ClojureScript, Perl, Scala, Scheme, Swift, SystemVerilog, mIRC, Cobol, Dylan, RPM Specfile, TCCN3. * Mermaid diagrams: basic syntax highlight (not all diagram types are supported) and code folding. * Slight organization in Appearance settings: code block themes are now in "Text Notes", added a "Related settings" section in Appearance. * [Added support for opening and activating a note in a new tab using Ctrl+Shift+click on notes in the launcher pane, note tree, or note images](https://github.com/TriliumNext/Notes/pull/1854) by @SiriusXT