From ef078b46272a6a27a717598ee3480a9af44474ba Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Fri, 10 Jan 2025 10:20:02 +0100 Subject: [PATCH] Bump version to 2.1.3 --- docs/changelog.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index e3cfb77..3957985 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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. diff --git a/package-lock.json b/package-lock.json index bf9ce48..13f3150 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index a8f6637..c44eafb 100644 --- a/package.json +++ b/package.json @@ -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)",