Bump version to 2.1.3

This commit is contained in:
Jonatan Heyman 2025-01-10 10:20:02 +01:00
parent b31310bc8b
commit ef078b4627
3 changed files with 5 additions and 5 deletions

View File

@ -3,9 +3,9 @@
Here are the most notable changes in each release. For a more detailed list of changes, see the [Github Releases page](https://github.com/heyman/heynote/releases).
## 2.1.0 (not yet released)
## 2.1.0
- 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 brand new buffer to which the block will be moved.
- 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.

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "Heynote",
"version": "2.1.0-beta.3",
"version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Heynote",
"version": "2.1.0-beta.3",
"version": "2.1.0",
"license": "Commons Clause MIT",
"dependencies": {
"@sindresorhus/slugify": "^2.2.1",

View File

@ -1,6 +1,6 @@
{
"name": "Heynote",
"version": "2.1.0-beta.3",
"version": "2.1.0",
"main": "dist-electron/main/index.js",
"description": "A dedicated scratch pad",
"author": "Jonatan Heyman (https://heyman.info)",