Releases: heyman/heynote
2.6.2
What's Changed
- Update to latest version of Electron to fix issue making Heynote unusable on latest version of Mac OS (Tahoe)
- Fix issue that would break Math blocks with a large number of lines (the parser would not start processing
rows from the beginning of the block) - Fix issue with not being able to hide window after toggling alwaysOnTop (on Mac)
Merged PRs
- Fix issue with large Math blocks by @heyman in #400
- Fix issue with not being able to hide window after toggling alwaysOnTop (on Mac) by @heyman in #401
Full Changelog: v2.6.1...v2.6.2
2.6.2-beta
What's Changed
- Update to latest version of Electron to fix issue making Heynote unusable on latest version of Mac OS (Tahoe)
- Fix issue with large Math blocks by @heyman in #400
- Fix issue with not being able to hide window after toggling alwaysOnTop (on Mac) by @heyman in #401
Full Changelog: v2.6.1...v2.6.2-beta
2.6.1
Note
The 2.6.0 version was yanked due to a bug.
What's Changed
- Add setting for rendering white-space characters (spaces as dots and tabs as arrows)
- Show key bindings in Command Palette
- When displaying key bindings show shorter version with ⇧, ⌘, ⌥, etc instead of Shift, Cmd, Alt, etc
- Tooltips now display the new key binding if the default have been overridden
Merged PRs
- Improve how we display keybindings by @heyman in #384
- Add functionality and setting for showing white-space by @heyman in #394
Full Changelog: v2.5.0...v2.6.1
2.6.0-beta.2
What's Changed
Full Changelog: v2.6.0-beta...v2.6.0-beta.2
2.6.0-beta
What's Changed
Full Changelog: v2.5.0...v2.6.0-beta
2.5.0
What's New
Tabs
You now get a visual representation of open buffers in the form of tabs. The tabs are integrated in the menu bar to take up as little screen real estate as possible, and they can also be turned off - completely or just in fullscreen mode - in the settings.
Spellchecking
It's now possible to turn on/off spellchecking. This can be done by clicking the spellchecking icon in the status bar. There are also heynote commands that can be bound to custom keys to enable/disable/toggle spellchecking.
Other fixes and improvements
- Added a pin icon to the status bar that can be used to toggle the "Always on top" setting (to make the windows float on top of other programs).
- Added toggleAlwaysOnTop command that can be used to bind a key that toggles the "Always on top setting".
- Remember the open buffer(s) between program restarts.
- Fixed so that Alt-clicking on an cursor removes it (if more than one cursor exists).
- Changed the key binding for rectangular selection from Alt+Click to Alt+Shift+Click.
- Fixed issue where the window position wouldn't be properly restored in some cases.
- Updated to latest version of Electron.
Merged PRs
- Add Tabs functionality by @heyman in #371
- Fix removal of additional cursors with Alt+Click, and change default keys for rectangular selection to Alt+Shift-Click by @heyman in #374
- Spellchecking by @heyman in #376
- Tab re-ordering by @heyman in #377
- Add command and status bar icon for toggling "Always on top" setting by @heyman in #379
- feat: add key binding to reopen recently closed tabs by @a26nine in #378
- Fix restoring of window position by @heyman in #380
New Contributors
Full Changelog: v2.4.0...v2.5.0
2.5.0-beta.4
2.5.0-beta.3
2.5.0-beta.2
What's Changed
- Fix removal of additional cursors with Alt+Click, and change default keys for rectangular selection to Alt+Shift-Click by @heyman in #374
- Spellchecking by @heyman in #376
Full Changelog: v2.5.0-beta...v2.5.0-beta.2
2.5.0-beta
What's Changed
Tabs
You now get a visual representation of open buffers in the form of tabs. The tabs are integrated in the menu bar to take up as little screen real estate as possible, and they can also be turned off - completely or just in fullscreen mode - in the settings.
Other fixes and improvements
- Remember the open buffer(s) between program restarts
- Update to latest version of Electron
Full Changelog: v2.4.0...v2.5.0-beta