Added
- Added folding support for heading1, 2 and 3.
- Added shortcut to toggle the current line as subtext using
Ctrl+/.
Changed
- Updated the app's default fonts (now using Iosevka and Migu 1M for the editor) and the overall UI design.
- Custom themes can now specify multiple fallback fonts for the editor, in order of priority, using
--editor-font. - Changed tab closing behavior to retain the same index instead of switching to the previous tab.
- Tabs now switch on
mousedownduring drag-and-drop reordering.
Fixed
- Fixed UI flickering that occurred during file drag-and-drop.
- Fixed an issue where closing the window from outside the app would not warn about unsaved content.
- Fixed an issue where undo/redo history was lost when switching tabs.
- Fixed tab switching to properly preserve scroll position, multi-cursor state, selection ranges, and folding state.