New Features
- Added support for moving the current block to another (or new) buffer. Pressing
Ctrl/Cmd+S
will now pop up a dialog where you can search for and select another buffer to which the block will be moved. It's also possible to select to create a new buffer to which the block will be moved. - Add right click context menu with undo/redo/cut/copy/paste/select all as well as Delete Block and Move block to another buffer.
- Add File menu item for switching buffer
- When deleting a block, the cursor will now end up at the beginning of the next block, instead of at the end of the previous block.
- Added support for the following languages:
- Elixir
- Scala
- PHP blocks no longer requires
<?php
for syntax highlighting to work
Bug Fixes
- MacOS: Clicking the Heynote icon in the dock when using menu bar mode didn't bring up the window
- Redo from the application menu didn't work
Merged PRs
- Add support for Scala language by @YasienDwieb in #286
- fix(macos): show window on dock click when using menu bar mode by @heyman in #289
- Elixir language support by @jc00ke in #288
- Highlight code in PHP blocks also when <?php tags are missing by @heyman in #290
- Various IPC/event refactoring by @heyman in #291
- Listen for REDO_EVENT from main process and issue redo command when received by @heyman in #292
- Refactor editior instance creation and settings management by @heyman in #293
- Add feature for moving the current block to another buffer by @heyman in #294
- Position the cursor at the beginning of the next block when a block is deleted by @heyman in #296
- Add right-click context menu and improve application menu by @heyman in #297
- Upgrade Electron to version 33.3.1 by @heyman in #298
New Contributors
- @YasienDwieb made their first contribution in #286
- @jc00ke made their first contribution in #288
Full Changelog: v2.0.0...v2.1.0