2025-04-15 17:49:32 +03:00
# v0.93.0
2025-04-11 14:10:47 +03:00
## 💡 Key highlights
* …
## 🐞 Bugfixes
2025-04-12 00:02:01 +03:00
* Calendar does not hide when clicking on a note by @JYC333
2025-04-12 09:43:35 +03:00
* Mobile improvements:
* [Unable to add internal link on mobile version ](https://github.com/TriliumNext/Notes/issues/1677 )
2025-04-12 11:41:37 +03:00
* Note tree not closing when selecting some of the menu actions.
2025-04-12 10:57:31 +03:00
* [Most tree context menu on mobile are broken ](https://github.com/TriliumNext/Notes/issues/671 )
2025-04-12 11:14:38 +03:00
* [Quick search launch bar item does nothing in vertical layout ](https://github.com/TriliumNext/Notes/issues/1680 )
2025-04-14 23:37:40 +03:00
* [Note background is gray in 0.92.7 (light theme) ](https://github.com/TriliumNext/Notes/issues/1689 )
2025-04-15 13:13:23 +03:00
* [config.Session.cookieMaxAge is ignored ](https://github.com/TriliumNext/Notes/issues/1709 ) by @pano9000
* [Return correct HTTP status code on failed login attempts instead of 200 ](https://github.com/TriliumNext/Notes/issues/1707 ) by @pano9000
2025-04-15 19:57:26 +03:00
* [Calendar stops displaying notes after adding a Day Note ](https://github.com/TriliumNext/Notes/issues/1705 )
2025-04-11 14:10:47 +03:00
## ✨ Improvements
2025-04-11 20:05:22 +03:00
* Add week note and quarter note support by @JYC333
2025-04-12 12:46:00 +03:00
* Markdown import/export:
2025-04-11 20:17:05 +03:00
* Reduce extra whitespace between list items.
* Preserve include note.
2025-04-12 12:46:00 +03:00
* Handle note titles that contain inline code.
2025-04-12 00:44:00 +03:00
* In-app help:
2025-04-14 20:03:09 +03:00
* Document structure is now precalculated, so start-up time should be slightly better.
2025-04-12 00:44:00 +03:00
* Optimized the content in order to reduce the size on disk.
2025-04-12 09:53:58 +03:00
* Mobile improvements:
2025-04-12 10:54:57 +03:00
* The following dialogs are now accessible: bulk actions, branch prefix, include note, add link, sort child notes, note type selector, move/clone to, import/export, markdown import, note revisions, info dialog.
2025-04-12 10:53:29 +03:00
* Delete notes now requests confirmation.
2025-04-12 09:53:58 +03:00
* Modals now have a safe margin on their bottom and are scrollable.
2025-04-12 11:27:51 +03:00
* [Center Search results under quick search bar ](https://github.com/TriliumNext/Notes/issues/1679 )
2025-04-13 17:08:55 +03:00
* Native ARM builds for Windows are now back.
2025-04-13 23:49:29 +03:00
* Basic Touch Bar support for macOS.
2025-04-15 17:49:32 +03:00
* [Support Bearer Token ](https://github.com/TriliumNext/Notes/issues/1701 )
2025-04-11 14:10:47 +03:00
## 🌍 Internationalization
* …
2025-04-11 23:15:30 +03:00
## 📖 Documentation
* Described almost all of the features of text notes, including a reference of keyboard shortcuts.
2025-04-12 11:41:37 +03:00
* Improve external links documentation.
2025-04-11 23:15:30 +03:00
2025-04-11 14:10:47 +03:00
## 🛠️ Technical updates
2025-04-13 17:08:55 +03:00
* upgrade to express 5.1.0 by @pano9000
* update dependency mind-elixir to v4.5.1
2025-04-13 17:13:20 +03:00
* remove non-working cookiePath option by @pano9000