ITADN

版本发布 8

v0.94.1预发布
? · 2025-06-07

# v0.94.1 > [!NOTE] > *TriliumNext Notes* will rebrand itself back to Trilium Notes since @zadam was kind enough to give us the original name. See [#2190](https://github.com/orgs/TriliumNext/discussions/2190) for more info. This will probably be the "last" version branded as *TriliumNext Notes*. > [!IMPORTANT] > If you enjoyed this release, consider showing a token of appreciation by: > > * Pressing the “Star” button on [GitHub](https://github.com/TriliumNext/Notes) (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 * [error getting day node with ETAPI](https://github.com/TriliumNext/Notes/issues/2105) * server: unable to use web clipper due to communication error. * [Share page images stretched vertically](https://github.com/TriliumNext/Notes/issues/2124) * [External links using fragment navigation are wrongly recognized as internal links](https://github.com/TriliumNext/Notes/issues/2108) by @SiriusXT * [Selection invisible in non-Next themes](https://github.com/TriliumNext/Notes/issues/2099) by @SiriusXT * [llm: don't filter for specific words when pulling models for openai](https://github.com/TriliumNext/Notes/pull/2127) by @perfectra1n * [Sync errors with sync version 35 due to LLM embeddings](https://github.com/TriliumNext/Notes/issues/2119) by @perfectra1n * [Blank interface on startup](https://github.com/TriliumNext/Notes/issues/2103) * [Desktop application not working on Debian 12](https://github.com/TriliumNext/Notes/issues/2097) * [Share template falls back to default](https://github.com/TriliumNext/Notes/issues/2142) * [“Insert note after” long-press dialog doesn’t create Note](https://github.com/TriliumNext/Notes/issues/2128) * Blue dropdown selection color (when pressed). * `noAuthentication` not being respected if TOTP is enabled. * [Data loss when Note triggers "automatic read-only" threshold](https://github.com/TriliumNext/Notes/issues/1877) by @perfectra1n * [Unable to access Trilium server not running at root URL](https://github.com/TriliumNext/Notes/issues/2098) * [Short session expiry date when “Remember me” is not checked](https://github.com/TriliumNext/Notes/issues/2196) ## ✨ Improvements * geomap: the line of GPX traces now respects the `#color` attribute. * Description for all keyboard shortcuts by @FliegendeWurst * Updated the themes for code notes to the latest version. * Share: pass `t` for translations for custom share templates & improve error logging for notes that could not be found. * On Docker we now publish `linux/arm/v8` arch as well (functionally same as `linux/amd64`), but for compatibility with different providers. * [Configurable date/time format for Alt+T shortcut](https://github.com/TriliumNext/Notes/pull/2083) * Bookmark improvements: * [One-click navigation](https://github.com/TriliumNext/Notes/issues/2187) * Display paragraph of the bookmark when hovering over a bookmark link * [LLM improvements](https://github.com/TriliumNext/Notes/pull/2181) by @perfectra1n * [Text notes: scroll to selection after undo/redo to keep cursor in view](https://github.com/TriliumNext/Notes/pull/2197) by @SiriusXT ## 📖 Documentation * Setting up a Graphana dashboard for Trilium by @perfectra1n * Improve documentation on day notes by @JYC333 * Added some clarifications on session management (see _Authentication_ in the user guide) ## 🛠️ Technical updates * Library updates * Various dependency updates, including some security fixes. * We now have a functional Nix flake (thanks to @FliegendeWurst ) * [LLM integration improvements](https://github.com/TriliumNext/Notes/pull/2110) by @perfectra1n * Updated Electron to 36.4.0.

v0.94.0预发布
? · 2025-06-01

# 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: > > * Pressing the “Star” button on [GitHub](https://github.com/TriliumNext/Notes) (top-right). > * Considering a one-time or recurrent donation to the lead developer via [GitHub Sponsors](https://github.com/sponsors/eliandoran) or [PayPal](https://paypal.me/eliandoran). ## 💡 Key highlights * A [huge amount of work](https://github.com/TriliumNext/Notes/pull/1325) was done by @perfectra1n to integrate LLMs such as Ollama and ChatGPT into Trilium. * The goal is not to have basic API integration, but to really let the LLM understand the notes that are part of your knowledge base. * For more information, consult the in-app User Guide (<kbd>F1</kbd>) and look for the AI section. * Since this is highly experimental work, the LLM chat functionality might work well or it might have quite a few quirks, please keep this in mind. * This release brings significant updates to our libraries: * CKEditor, used by text notes is now updated to the latest version and that brings in new features (see below) and performance improvements. * CodeMirror, used by code notes has been upgraded to a new generation. * Code notes now also support themes, similar to code blocks. ## 🐞 Bugfixes * [Inconsistent Find and Replace Behavior in Large Code Notes](https://github.com/TriliumNext/Notes/issues/1826) by @SiriusXT * [Incorrect import of multiple inline math](https://github.com/TriliumNext/Notes/pull/1906) by @SiriusXT * [Random EPERM: operation not permitted on Windows](https://github.com/TriliumNext/Notes/issues/249) * [The update button is sometimes blank](https://github.com/TriliumNext/Notes/pull/1975) by @SiriusXT * [Unable to handle multi line mathematical formulas when importing markdown](https://github.com/TriliumNext/Notes/pull/1984) by @SiriusXT * Calendar: became invisible if resizing while not visible * [GPX track not rendering on geomap note](https://github.com/TriliumNext/Notes/issues/2085) * [GPX icons not working](https://github.com/TriliumNext/Notes/issues/1772) ## ✨ Improvements * Improved the text editor style, to match the TriliumNext. * Footnotes work in image captions by @werererer * Improvements to text notes (see the in-app help for more details): * Bookmarks, similar to HTML anchors. * Emojis. * [Make it show which node triggered the event when right-clicking on tree](https://github.com/TriliumNext/Notes/pull/1861) by @SiriusXT * [Only expand/collapse the left pane of the focused window](https://github.com/TriliumNext/Notes/pull/1905) by @SiriusXT * Code notes: * Added the GDScript (Godot) language for both code notes and code blocks in text notes. * 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. * 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 * [Style and footnote improvements](https://github.com/TriliumNext/Notes/pull/1913) by @SiriusXT * Backend log: disable some editor features in order to increase performance for large logs (syntax highlighting, folding, etc.). * [Collapsible table of contents](https://github.com/TriliumNext/Notes/pull/1954) by @SiriusXT * Sessions (logins) are no longer stored as files in the data directory, but as entries in the database. This improves the session reliability on Windows platforms. * Code blocks in text notes: * For editable notes, clicking on a code block will reveal a toolbar with a way to easily change the programming language and another button to copy the text to clipboard. * For read-only notes, a floating button allows copying the code snippet to clipboard. * [Math in text notes: equations can now be displayed on multiple lines](https://github.com/TriliumNext/Notes/pull/2003) by @SiriusXT * [Metrics endpoint](https://github.com/TriliumNext/Notes/pull/2024) by @perfectra1n * Docker: Rootless [Dockerfiles are now available](https://github.com/TriliumNext/Notes/pull/1923/files) by @perfectra1n * [Text notes: add a way to move up and down text lines via a keyboard shortcut](https://github.com/TriliumNext/Notes/issues/1002) by @dogfuntom * [improve tab scroll UX by switching from instant to smooth behavior](https://github.com/TriliumNext/Notes/pull/2030) by @SiriusXT * Calendar view: display calendar view if `#viewType=calendar` is set. * [Mind map: add search support](https://github.com/TriliumNext/Notes/pull/2055) by @SiriusXT * Geo map: * The name, icon and color of the track note are displayed as the starting point. * Added a distinct icon for the end marker. ## 📖 Documentation * Documented the new text note features: bookmarks and emojis. * Add documentation links and updated pnpm commands to README by @perfectra1n * Add documentation around setting the various environment variables to control upload size limit by @perfectra1n * README improvements by @FliegendeWurst * Improved the documentation of text note keyboard shortcuts (including adding missing shortcuts). * Improvements to "Packaged version for Linux" by @HersheyStormBottle ## 🌍 Internationalization * \[…\] ## 🛠️ Technical updates * The application has been completely restructured to a `pnpm` mono-repo using NX. * This is only the beginning, where we have properly split the client, server and desktop apps. We'll integrate more and more repos as time goes by, especially the ckeditor. * For documentation please consult [Notes/docs/Developer Guide/Developer Guide/Environment Setup.md at develop · TriliumNext/Notes](https://github.com/TriliumNext/Notes/blob/develop/docs/Developer%20Guide/Developer%20Guide/Environment%20Setup.md) and [Notes/docs/Developer Guide/Developer Guide/Project Structure.md at develop · TriliumNext/Notes](https://github.com/TriliumNext/Notes/blob/develop/docs/Developer%20Guide/Developer%20Guide/Project%20Structure.md). * A large number of [dependency updates](https://github.com/TriliumNext/Notes/milestone/13). * OpenAPI documentation fixes by @FliegendeWurst * more info on several database table by @FliegendeWurst * CKEditor (the editor used for text notes) has been updated 7 versions, from v42 to 45. * Read-only search refactoring by @SiriusXT * add option to mount database read-only (development preview) by @FliegendeWurst

Nightly Buildnightly预发布
? · 2025-05-14
0.0.0
? · 2025-04-11
v0.92.7
? · 2025-04-10

> [!IMPORTANT] > If you enjoyed this release, consider showing a token of appreciation by: > > * Pressing the “Star” button on [GitHub](https://github.com/TriliumNext/Notes) (top-right). > * Considering a one-time or recurrent donation to the lead developer via [GitHub Sponsors](https://github.com/sponsors/eliandoran) or [PayPal](https://paypal.me/eliandoran). ## 🐞 Bugfixes * [Quick search not working on horizontal layout](https://github.com/TriliumNext/Notes/issues/1647) * [Launch bar has a right shift except in default theme](https://github.com/TriliumNext/Notes/issues/1646) * Options/Appearance: Checking “Override theme fonts” not showing the “Fonts” section immediately (only after a refresh). * [Code Syntax Highlighting Not Persisting after navigating back to Note (highlight.js)](https://github.com/TriliumNext/Notes/issues/1609) * [The syntax highlighting of code blocks is broken for imported notes](https://github.com/TriliumNext/Notes/issues/843) * [Export equations into Katex instead of latex](https://github.com/TriliumNext/Notes/issues/1649) * Duplicating note subtree escapes special characters * [Internal Note links not working in User Guide](https://github.com/TriliumNext/Notes/issues/1643) * [Mobile detection when auth disabled not working](https://github.com/TriliumNext/Notes/issues/1660) * [Format bar placement obscures the bottom bar](https://github.com/TriliumNext/Notes/issues/1121) * [On mobile, format bar scrolls when should remain static position above keyboard](https://github.com/TriliumNext/Notes/issues/1513) * ["Error: Option 'redirectBareDomain' doesn't exist" on new installations](https://github.com/TriliumNext/Notes/pull/1668) by @pano9000  ## ✨ Improvements * Calendar View: Improve display of calendar items with hours ## 📖 Documentation * Reorganized and improved the documentation for scripting notes. * Documented table of contents, highlights list and the right sidebar. * Improved documentation for attributes (labels & relations), as well as the list of all attributes. * Documented the hidden tree. * Documented the note contextual menu. * Documented various dialogs such as recent changes or bulk actions. ## 🛠️ Technical updates * Use eslint simple-import-sort plugin to enable auto fix by @JYC333  * use type variable for sql.transactional's return value by @pano9000

v0.92.6
? · 2025-04-06

> [!IMPORTANT] > The database version has been increased due to the multi-factor authentication mechanism. This means that both the desktop clients and server need to be on this version in order for synchronization to work. ## New from v0.92.5-beta ### 🐞 Bugfixes * Mermaid export to PNG: fix export error for some diagram types * [Redirect to login works differently with TOTP enabled](https://github.com/TriliumNext/Notes/issues/1580) by @JYC333  * [Cannot search for selected text when in ReadOnly mode](https://github.com/TriliumNext/Notes/issues/543) by @pano9000  * [PDF export showing title bar buttons](https://github.com/TriliumNext/Notes/issues/1587) * [In-APP help is empty on non-English languages](https://github.com/TriliumNext/Notes/issues/1600#issuecomment-2772337007) * [Fix "Cannot set headers after they are sent" error in logout function](https://github.com/TriliumNext/Notes/pull/1595) by @Nriver * [TOTP Validation Occurs After Password Verification](https://github.com/TriliumNext/Notes/issues/1596) by @Nriver * [Wrong tree selection on launch (last tab instead of active tab)](https://github.com/TriliumNext/Notes/issues/1193) * Empty tabs not properly cleaned at app startup * [Undo/Redo doesn't work on the Mac](https://github.com/TriliumNext/Notes/issues/1538) * Geo-map cut off at first start * `Search in note` sometimes can't be opened ### ✨ Improvements * [Instructions for moving \[day notes\] for new users](https://github.com/TriliumNext/Notes/issues/46) * Mermaid export to PNG: Improve error handling * [Improve note autocomplete performance for large database](https://github.com/TriliumNext/Notes/pull/1589) by @SiriusXT  * [Forced to trigger search after compositionend](https://github.com/TriliumNext/Notes/pull/1598/commits) by @SiriusXT * Improvements to small window sizes on desktop: * Launch bar icons no longer squeeze together. * The launch bar icons are scrollable if they don't fit. * [Set a minimum size to the window](https://github.com/TriliumNext/Notes/issues/994) * Login & set password: configure browser for autocompletion * Launch bar: Display popups at the bottom on horizontal layout * HTML-Markdown cross-compatibility: * Preserve reference links * Preserve image width and height * Preserve figures (images with alignment) * Preserve inline and display math equations ### Documentation * Fixed some broken images in geo map, theme development and mermaid. * Documented the various elements of the ribbon. * Documented tabs and split view. * Quick overview of the options. * Improved the documentation of the note types. * Improved the documentation of read-only notes. * Export to PDF: default application on GNOME. * Documented the File note type. * Advanced documentation: * button use case * Note IDs and collisions. ### 🛠️ Technical updates * Use --link-color as the color of links by @kliu   * use eslint for formatting and replace dprint by @pano9000  * format .spec files by @pano9000 * update dependency electron to v35.1.3 * update fullcalendar monorepo to v6.1.17 * update jquery.fancytree to v2.38.5 ## From v0.92.5-beta ### 💡 Key highlights * Windows binaries are now signed, so there will be no more “untrusted application” popups appearing when starting the application for the first time after an update. Many thanks to [deajan](https://github.com/deajan) from NetPerfect for helping us with the EV certificate and the infrastructure. * For the desktop application, it's now possible to set a locale to change the number or date format for places such as promoted attributes. * [Multi-Factor Authentication (Google OAuth and TOTP)](https://github.com/TriliumNext/Notes/pull/401) by @chesspro13 and @jyc333  ### 🐞 Bugfixes * Right margin of admonitions * In-app help buttons not working due to them pointing to the wrong notes. * Mind Map: No context menu visible by @pano9000  * [Can't navigate up on Mermaid diagrams code](https://github.com/TriliumNext/Notes/issues/282) * [Mermaid diagrams rendered out of viewport](https://github.com/TriliumNext/Notes/issues/474) * [Valid typescript syntax is shown as error](https://github.com/TriliumNext/Notes/issues/1503) * [two desktop entries in Linux](https://github.com/TriliumNext/Notes/issues/1488) * [attribute entry tool-tip obscures at-lookup note matches](https://github.com/TriliumNext/Notes/issues/844) * [Note icon dialog doesn't close if note icon not chosen before moving to another note](https://github.com/TriliumNext/Notes/issues/964) * [Fix tray exception when multiple windows](https://github.com/TriliumNext/Notes/pull/1487) * [Chinese and numbers at the same time will be used on both sides of the number will have a gap increase](https://github.com/TriliumNext/Notes/issues/1327) by @SiriusXT  * "Note not found" tooltip for some URLs * [Cannot copy text from included note](https://github.com/TriliumNext/Notes/issues/588) * [Header formatting remains in source note after cut and paste selection to sub-note](https://github.com/TriliumNext/Notes/issues/687) * [Code blocks lost when importing Markdown from clipboard](https://github.com/TriliumNext/Notes/issues/1530) * [Highlights List with Italic text has error when click on it](https://github.com/TriliumNext/Notes/issues/1555) * Incorrect build information for Docker builds. ### ✨ Improvements * Calendar view: * Events now have a start time and an end time too, not just dates. * Multiple new views: week view (with time), year, list. * Mermaid: * Use better zoom mechanism (quite similar to mermaid.live). * The diagram/code sections are now resizeable. * Now the code/preview split can be optionally displayed with a horizontal split, similar to mermaid.live. * Reduce flicker when editing the diagram. * Improved display of errors. * [Allow for PNG export of diagrams (Mermaid / Mindmap)](https://github.com/TriliumNext/Notes/issues/536) * [Allow hiding of mermaid diagram text](https://github.com/TriliumNext/Notes/issues/922) (via read-only mode). * Improved single file import/export (support for `.mermaid` and `.mmd` extensions). * Markdown export: * Remove `joplin-table-wrapper` on tables exported as HTML. * Code blocks inside a table now renders the table as HTML for compatibility. * In-app help: * Improve the style of code blocks * Mobile view: * Improve content width on tablet portrait mode. * Mind map: Add PNG export. * General improvements to the TriliumNext theme. * Add {isoMonth} month pattern to day notes by @jshprentz   * [Note source: disable the ability to change the icon](https://github.com/TriliumNext/Notes/issues/1377) * [Zen Mode: Changed default keyboard shortcut to <kbd>F9</kbd>](https://github.com/TriliumNext/Notes/issues/1372) * Note auto-complete: * Display icons for the notes. * Don't search unless at least three characters are entered for performance reasons. * Backend log * [Allow Word Wrapping](https://github.com/TriliumNext/Notes/issues/1496) * Display refresh button as a floating button to save space. * Markdown import/export: normalize non-breaking spaces ### Documentation * Corrected some examples in calendar view where the `#` or `~` prefix was incorrectly used. ### 🌍 Internationalization * Spanish language improvements by @hasecilu ### 🛠️ Technical updates * **TriliumNext is now 100% written in TypeScript, for both the server and the client.** * tsyncserver error gettaddrinfo ENOTFOUND * update dependency sass to v1.86.0 * update dependency better-sqlite3 to v11.9.1 * update test dependencies * update dependency helmet to v8.1.0 * update dependency axios to v1.8.4 * update dependency sanitize-html to v2.15.0 * update dependency typescript dependencies * update dependency electron to v35.1.2 * update dependency multer to v1.4.5-lts.2 * update dependency force-graph to v1.49.5 * update dependency codemirror to v5.65.19 * update dependency eslint-linter-browserify to v9.23.0 * update dependency mermaid to v11.6.0 * update electron-forge monorepo to v7.8.0 * update dependency mime-types to v3 * bundle mind-elixir with webpack by @pano9000 * update dependency mind-elixir to v4.5.0  * TypeScript ports by @JYC333  * Improve E2E test stability by @JYC333  * chore: fix lint issues in src/share by @pano9000  * port copy-trilium.sh cleanup functionality to cross-platform TS by @pano9000  * replace prettier with dprint by @pano9000  * use webpack for excalidraw by @pano9000  * Move library loader to webpack

v0.92.5-beta预发布
? · 2025-03-30

> [!IMPORTANT] > The database version has been increased due to the multi-factor authentication mechanism. This means that both the desktop clients and server need to be on this version in order for synchronization to work. ## 💡 Key highlights * Windows binaries are now signed, so there will be no more “untrusted application” popups appearing when starting the application for the first time after an update. Many thanks to [deajan](https://github.com/deajan) from NetPerfect for helping us with the EV certificate and the infrastructure. * For the desktop application, it's now possible to set a locale to change the number or date format for places such as promoted attributes. * [Multi-Factor Authentication (Google OAuth and TOTP)](https://github.com/TriliumNext/Notes/pull/401) by @chesspro13 and @jyc333  ## 🐞 Bugfixes * Right margin of admonitions * In-app help buttons not working due to them pointing to the wrong notes. * Mind Map: No context menu visible by @pano9000  * [Can't navigate up on Mermaid diagrams code](https://github.com/TriliumNext/Notes/issues/282) * [Mermaid diagrams rendered out of viewport](https://github.com/TriliumNext/Notes/issues/474) * [Valid typescript syntax is shown as error](https://github.com/TriliumNext/Notes/issues/1503) * [two desktop entries in Linux](https://github.com/TriliumNext/Notes/issues/1488) * [attribute entry tool-tip obscures at-lookup note matches](https://github.com/TriliumNext/Notes/issues/844) * [Note icon dialog doesn't close if note icon not chosen before moving to another note](https://github.com/TriliumNext/Notes/issues/964) * [Fix tray exception when multiple windows](https://github.com/TriliumNext/Notes/pull/1487) * [Chinese and numbers at the same time will be used on both sides of the number will have a gap increase](https://github.com/TriliumNext/Notes/issues/1327) by @SiriusXT  * "Note not found" tooltip for some URLs * [Cannot copy text from included note](https://github.com/TriliumNext/Notes/issues/588) * [Header formatting remains in source note after cut and paste selection to sub-note](https://github.com/TriliumNext/Notes/issues/687) * [Code blocks lost when importing Markdown from clipboard](https://github.com/TriliumNext/Notes/issues/1530) * [Highlights List with Italic text has error when click on it](https://github.com/TriliumNext/Notes/issues/1555) ## ✨ Improvements * Calendar view: * Events now have a start time and an end time too, not just dates. * Multiple new views: week view (with time), year, list. * Mermaid: * Use better zoom mechanism (quite similar to mermaid.live). * The diagram/code sections are now resizeable. * Now the code/preview split can be optionally displayed with a horizontal split, similar to mermaid.live. * Reduce flicker when editing the diagram. * Improved display of errors. * [Allow for PNG export of diagrams (Mermaid / Mindmap)](https://github.com/TriliumNext/Notes/issues/536) * [Allow hiding of mermaid diagram text](https://github.com/TriliumNext/Notes/issues/922) (via read-only mode). * Improved single file import/export (support for `.mermaid` and `.mmd` extensions). * Markdown export: * Remove `joplin-table-wrapper` on tables exported as HTML. * Code blocks inside a table now renders the table as HTML for compatibility. * In-app help: * Improve the style of code blocks * Mobile view: * Improve content width on tablet portrait mode. * Mind map: Add PNG export. * General improvements to the TriliumNext theme. * Add {isoMonth} month pattern to day notes by @jshprentz   * [Note source: disable the ability to change the icon](https://github.com/TriliumNext/Notes/issues/1377) * [Zen Mode: Changed default keyboard shortcut to <kbd>F9</kbd>](https://github.com/TriliumNext/Notes/issues/1372) * Note auto-complete: * Display icons for the notes. * Don't search unless at least three characters are entered for performance reasons. * Backend log * [Allow Word Wrapping](https://github.com/TriliumNext/Notes/issues/1496) * Display refresh button as a floating button to save space. ## Documentation * Corrected some examples in calendar view where the `#` or `~` prefix was incorrectly used. ## 🌍 Internationalization * Spanish language improvements by @hasecilu ## 🛠️ Technical updates * **TriliumNext is now 100% written in TypeScript, for both the server and the client.** * tsyncserver error gettaddrinfo ENOTFOUND * update dependency sass to v1.86.0 * update dependency better-sqlite3 to v11.9.1 * update test dependencies * update dependency helmet to v8.1.0 * update dependency axios to v1.8.4 * update dependency sanitize-html to v2.15.0 * update dependency typescript dependencies * update dependency electron to v35.1.2 * update dependency multer to v1.4.5-lts.2 * update dependency force-graph to v1.49.5 * update dependency codemirror to v5.65.19 * update dependency eslint-linter-browserify to v9.23.0 * update dependency mermaid to v11.6.0 * update electron-forge monorepo to v7.8.0 * update dependency mime-types to v3 * bundle mind-elixir with webpack by @pano9000 * update dependency mind-elixir to v4.5.0  * TypeScript ports by @JYC333  * Improve E2E test stability by @JYC333  * chore: fix lint issues in src/share by @pano9000  * port copy-trilium.sh cleanup functionality to cross-platform TS by @pano9000  * replace prettier with dprint by @pano9000  * use webpack for excalidraw by @pano9000  * Move library loader to webpack

Nightly Buildnightly预发布
? · 2025-03-27