Skip to content

Releases: heyman/heynote

2.6.2

22 Oct 10:08

Choose a tag to compare

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

20 Oct 11:22

Choose a tag to compare

2.6.2-beta Pre-release
Pre-release

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

03 Oct 10:25

Choose a tag to compare

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

29 Sep 15:02

Choose a tag to compare

2.6.0-beta.2 Pre-release
Pre-release

What's Changed

  • Add functionality and setting for showing white-space by @heyman in #394

Full Changelog: v2.6.0-beta...v2.6.0-beta.2

2.6.0-beta

23 Aug 15:07

Choose a tag to compare

2.6.0-beta Pre-release
Pre-release

What's Changed

  • Improve how we display keybindings by @heyman in #384

Full Changelog: v2.5.0...v2.6.0-beta

2.5.0

15 Aug 12:53

Choose a tag to compare

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

14 Aug 16:56

Choose a tag to compare

2.5.0-beta.4 Pre-release
Pre-release

What's Changed

  • 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.5.0-beta.3...v2.5.0-beta.4

2.5.0-beta.3

13 Aug 20:35

Choose a tag to compare

2.5.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.5.0-beta.2...v2.5.0-beta.3

2.5.0-beta.2

10 Aug 19:11

Choose a tag to compare

2.5.0-beta.2 Pre-release
Pre-release

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

04 Aug 21:54

Choose a tag to compare

2.5.0-beta Pre-release
Pre-release

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