Changelog.
0.5.9September 12, 2023
The Small Wins patch!
New
- Added
Space Mono
font for Editor and Interface.
Improvements
- Fix collapsed sidebar glitching out when the window was reduced.
- Fix lagging behaviour when resizing the sidebar
- Ignore
node_modules
folder when opening a workspace (those are usually packages without markdown files for javascript projects, and accidentally opening a folder with it, shouldn’t cause the app to crash due to the immense amount of files/folders) - Fix Resizing Sidebar bar not appearing when a note was open.
- Fix FileName Input inside Editor not being aligned with Editor on smaller windows.
- Show
Today
icon on Calendar if the current selected day is not today. - Fix
Today
icon not showing if the month is the same, irrespective of year. (oops!) - Add shortcuts for Going to Previous and Next Day in Daily Desk
Cmd + [
andCmd + ]
respectively. - Add shortcuts for Going back and forward in History in Notes
Cmd + [
andCmd + ]
respectively. - Add
Today’s Note
toCmd + K
centre. - Fix scrollbar appearing for a blank or small note.
- Improve filtering experience in Keyboard Shortcuts Drawer
- Highlight the query in the text
- Only show the required shortcuts and not the entire section during search
- Add support for
Home
andEnd
buttons to navigate toStart of Line
andEnd of Line
respectively.