mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
		
			Vendored
		
	
	
	
| # v0.98.1
 | |
| > [!IMPORTANT]
 | |
| > If you enjoyed this release, consider showing a token of appreciation by:
 | |
| > 
 | |
| > *   Pressing the “Star” button on [GitHub](https://github.com/TriliumNext/Trilium) (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
 | |
| 
 | |
| *   [Keyboard shortcut catches QWERTY keys instead of owner's](https://github.com/TriliumNext/Trilium/issues/6547)
 | |
| *   [\`-character doesn't work in shortcuts](https://github.com/TriliumNext/Trilium/issues/6784)
 | |
| *   Quick search: attribute search no longer working
 | |
| *   Settings not fitting well on mobile.
 | |
| *   [Attributes/tags not showing up in search results](https://github.com/TriliumNext/Trilium/pull/6752)
 | |
| *   [Note links always follow note title](https://github.com/TriliumNext/Trilium/issues/6776)
 | |
| 
 | |
| ## ✨ Improvements
 | |
| 
 | |
| *   Quick search: format multi-line results better
 | |
| *   [Add UI performance-related settings](https://github.com/TriliumNext/Trilium/pull/6747) by @adoriandoran
 | |
| *   [Reduce or disable search animation](https://github.com/TriliumNext/Trilium/issues/6698) by @adoriandoran
 | |
| *   Fuzzy search should have a "non fuzzy" option by @perfectra1n
 | |
| 
 | |
| ## 📖 Documentation
 | |
| 
 | |
| *   [Swagger UI for the internal API](https://github.com/TriliumNext/Trilium/pull/6719) by @perfectra1n
 | |
| *   [Improve documentation on environment variables](https://github.com/TriliumNext/Trilium/pull/6727) by @perfectra1n
 | |
| 
 | |
| ## 🌍 Internationalization
 | |
| 
 | |
| *   Thanks to our contributors on Weblate:
 | |
| *   Added support for the Ukrainian language.
 | |
| *   Increased coverage for most of the languages.
 | |
| 
 | |
| ## 🛠️ Technical updates
 | |
| 
 | |
| *   Mermaid diagrams: patch for CVE-2025-54880
 | |
| *   The settings were ported to React. **If you notice any issues with the settings, let us know and we'll promptly fix them.**
 | |
| *   [Improve management for settings INI](https://github.com/TriliumNext/Trilium/pull/6726) by @perfectra1n
 | |
| *   Log same error message on API 401 as on login error to allow fail2ban blocking by @hulmgulm |