mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	
		
			
				
	
	
	
		
			3.2 KiB
		
	
	
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			3.2 KiB
		
	
	
	
	
	
		
			Vendored
		
	
	
	
v0.93.0
Important
If you enjoyed this release, consider showing a token of appreciation by:
- Pressing the “Star” button on GitHub (top-right).
 - Considering a one-time or recurrent donation to the lead developer via GitHub Sponsors or PayPal.
 
🐞 Bugfixes
- Calendar does not hide when clicking on a note by @JYC333
 - Mobile improvements:
- Unable to add internal link on mobile version
 - Note tree not closing when selecting some of the menu actions.
 - Most tree context menu on mobile are broken
 
 - Quick search launch bar item does nothing in vertical layout
 - Note background is gray in 0.92.7 (light theme)
 - config.Session.cookieMaxAge is ignored by @pano9000
 - Return correct HTTP status code on failed login attempts instead of 200 by @pano9000
 - Calendar stops displaying notes after adding a Day Note
 - Full anonymization not redacting attachment titles.
 - Unable to trigger "Move to" dialog via keyboard shortcut.
 - Note ordering doesn't load correctly, only shows up right after moving a note
 - Note selection dialog shows icon class when selecting result with arrow button (jump to note / create link)
 
✨ Improvements
- Add week note and quarter note support by @JYC333
 - Markdown import/export:
- Reduce extra whitespace between list items.
 - Preserve include note.
 - Handle note titles that contain inline code.
 - Support to-do lists.
 
 - In-app help:
- Document structure is now precalculated, so start-up time should be slightly better.
 - Optimized the content in order to reduce the size on disk.
 
 - Mobile improvements:
- 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.
 - Delete notes now requests confirmation.
 - Modals now have a safe margin on their bottom and are scrollable.
 
 - Center Search results under quick search bar
 - Native ARM builds for Windows are now back.
 - Basic Touch Bar support for macOS.
 - Support Bearer Token
 - The tab bar is now scrollable when there are many tabs by @SiriusXT
 - Make each part of the note path clickable by @SiriusXT
 - Allow setting CORS headers by @yiranlus
 
📖 Documentation
- Described almost all of the features of text notes, including a reference of keyboard shortcuts.
 - Improve external links documentation.
 
🛠️ Technical updates
- update dependency mind-elixir to v4.5.1
 - remove non-working cookiePath option by @pano9000