v0.103.0 #9721
Replies: 7 comments 5 replies
-
|
Wow! Such a huge release. Thank you for investing so much time into Trilium! |
Beta Was this translation helpful? Give feedback.
-
|
No Problem!
…On Thu, 14 May 2026 at 07:14, hulmgulm ***@***.***> wrote:
Wow! Such a huge release. Thank you for investing so much time into
Trilium!
—
Reply to this email directly, view it on GitHub
<#9721 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMTCUU2WR33OZRA42FTTWPL42VI3HAVCNFSM6AAAAACY5A43QWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMOJRGMZDQMA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
All working: Server, appimage( debian 13 and Ubuntu ) |
Beta Was this translation helpful? Give feedback.
-
|
It would be great to have a Custom Provider for ai/llm + and a Prompt system |
Beta Was this translation helpful? Give feedback.
-
|
Hey @eliandoran I'm currently updating Trinote to adjust to this version of Trilium. It's coming along nicely, but I wanted to ask for your thoughts on implementing spreadsheet support locally. Currently I have a temporary, simple read-only viewer for the spreadsheet notes. What do you think? |
Beta Was this translation helpful? Give feedback.
-
|
What an amazing update. I wished for a spreadshet note and here it is :D A huge thank you to everyone involved in the development of this great application. THANK YOU!! |
Beta Was this translation helpful? Give feedback.
-
|
Guys! This is glorious! I didn't even hoped to see such a cool feature! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
v0.103.0
Note
If you enjoyed this release, consider showing a token of appreciation by:
Important
Due to the introduction of new note types (spreadsheet) and the OCR feature, the database and sync versions have been increased. This means that both the desktop and the server need an upgrade in order to continue syncing.
Warning
The Windows binary has received a certificate upgrade which means that you might get SmartScreen warnings depending on how you install the application. This is already a known issue, the workaround is to right click the installer → Properties and check the security box at the bottom of the window.
💡 Key highlights
🚨 Breaking changes
api.axioshas been removed. It has already been marked as deprecated for more than two years now and given the recent security compromise and the fact that it's not actually used in the Trilium code base we took the decision to remove it completely. Please update your scripts to use the built-infetch()instead.api.cheeriohas been marked as deprecated, but not removed. As an alternative we providenode-html-parserwhich has a more DOM-oriented syntax.🐞 Bugfixes
~/.local/share).* Not reacting to changes in note reordering.
* Clicking on a URL promoted attribute in board will also open quick edit.
* Table of contents sometimes renders math equations multiple times
* Highlights list does not show equations.
api.startNotewould show[object Object]* Mermaid diagram copy reference to clipboard button is broken
* Issue with Chinese Paths on Windows
.mkdor.code(for GFM).body.✨ Improvements
* Improve the error messages to be more user-friendly when searching for keywords without quotes or entering text after expressions
* Add a way to open all the results in a new tab
* Improve search performance by using caches and optimizing algorithms by @perfectra1n
* Option to easily toggle the fuzzy search on/off by @perfectra1n
* Option to disable fuzzy search in copy/clone
bookends:,highlights:) in OSX apps* Basic rich diff when comparing text note
* Allow adding a description to manually created revisions
* Automatically tag revisions based on their source.
* Improve diff for code notes, by preserving monospace.
* Indicate the source of a revision: manual save, automatic snapshot, ETAPI, LLM change
* Keyboard shortcut and option in note menu to save a named action.
* Improved style
* Can now be exited out of by moving the cursor, just like inline code.
* Added read-only support to disable editing features.
* Shared notes now render using the browser's internal PDF viewer which allows downloading and bypasses some potential issues with reverse proxies.
* UI language was not always set correctly.
* Can now be printed or searched through from the note actions menu.
* Improved the layout slightly.
* PDF page preview: use virtualization for better performance in large documents.
* PDF highlights and annotations are now listed in the sidebar in a separate section
*
api.lognow supports multiple arguments, similar to the syntax ofconsole.log.* API log text not selectable.
📖 Documentation
🌍 Internationalization
🛠️ Technical updates
🔒️ Security improvements
This discussion was created from the release v0.103.0.
Beta Was this translation helpful? Give feedback.
All reactions