mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +01:00 
			
		
		
		
	
		
			
				
	
	
	
		
			5.4 KiB
		
	
	
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			5.4 KiB
		
	
	
	
	
	
		
			Vendored
		
	
	
	
v0.92.0-beta
💡 Key highlights
- Trilium can now export notes as PDF directly, on the desktop version.
 - RPM packages for Linux by @pano9000
 - Flatpak packages for Linux (not yet published to FlatHub) by @pano9000
 - There is now an in-app help that is still work in progress, but it can be triggered by pressing F1. On some note types (e.g. geo map) there is a contextual help button.
 - Zen Mode (minimal UI). See in-app help for more details.
 
🐞 Bugfixes
- js error Parsing error: The keyword 'const' is reserved by @lly-c232733
 - Full Text Search button in quick launch search bar does not work by @SiriusXT
 - An obscure bug when expanding a note with custom sort where some of the notes did not have the attribute would cause notes to jump around.
 - Weight Tracker doesn't work on new install
 - Markdown export: Fix strikethrough
 - TypeScript code files are detected as video/mp2t files by @pano9000
 - disallow text selection in dropdown-menus by @pano9000
 - Password window remains after opening encrypted notes by @dousha
 - Error when using code blocks in Markdown code notes
 - Numbered bullet is different in Note Revision view
 - Missing 
etapi.openapi.yaml. - Pressing Enter to "Add link" does not work anymore (thanks to @St0rml)
 - Cannot cancel sharing the root note or the root of a workspace when it's hoisted by @dousha
 - Enabling "Enable background effects" does not properly work with dark themes
 
✨ Improvements
- Better styling for various widgets (buttons, input boxes) on the TriliumNext theme & various TriliumNext theme improvements by @adoriandoran
 - System tray icon improvements: translations, new buttons ("New note", “Open today's journal note”, “Bookmarks” and “Recent Notes”), and icons.
 - Custom Windows installer icon by @Sarah-Hussein
 - Geo map: it's now possible to add .gpx notes as children for the map. Look for the help button in the geo map for more information.
 - Geo map: Enable Retina detection for sharper tiles on supported devices.
 - Electron: Add "Office" as category for Desktop file by @pano9000
 - Improvements to the note tooltip, including making the note title clickable.
 - Render PDFs in full width by default.
 - allow setting custom cookiePath by @pano9000
 - Swagger UI endpoint by @perfectra1n
 - Add support for `mid:` URI
 - Raw files can now be served in shared tree by changing the URL instead of setting an attribute to the note. See documentation on Shared Notes in the in-app help (press F1).
 - allow setting custom session cookie expiration by @pano9000
 - friendly number handling for note erasure timeouts by @pano9000
 
Mobile improvements
- Configure launch bar now has an always visible tree instead of the sidebar. It's far from perfect, but it should be more usable than the previous implementation.
 - The note title is now smaller.
 - Added back a few launcher bar items:
- New Note
 - Calendar
 - Open Today's Journal Note
 
 - Recent changes are now available as well as a launch bar item.
 - Fixed switching and dragging tabs not working.
 
🌍 Internationalization
- Spanish improvements by @hasecilu
 
🛠️ Technical improvements
- Remove dependency on 
semver. - Update test dependencies.
 - make desktop.ejs easier to read by @pano9000
 - server/utils: add tests and smaller refactors / fixes by @pano9000
 - refactor: electron forge config by @pano9000
 - improve server build release file names by @pano9000
 - Improved the development experience by setting up caches (server & Electron) & auto-reload for Electron
 - protected_session: input improvements by @pano9000
 - remove unused jasmine by @pano9000
 - update dependency electron to v34.2.0
 - update dependency prettier to v3.5.1
 - update dependency mind-elixir to v4.3.7
 - update dependency marked to v15.0.7
 - update dependency typedoc to v0.27.7
 - update dependency compression to v1.8.0
 - update dependency webpack to v5.98.0
 - update node.js to v22.14.0
 - simplify login function and get rid of deprecated usage of expires by @pano9000
 - Automated OpenAPI spec generation by @FliegendeWurst
 - remove leftover @types/jasmine by @pano9000
 - fix and enable ex-flaky tests in services/search.spec.ts by @pano9000
 - npm scripts namespacing by @pano9000
 - "unpack" log messages before printing by @pano9000