mirror of
https://github.com/heyman/heynote.git
synced 2025-06-28 05:21:48 +02:00
Bump version to 2.1.4-beta
This commit is contained in:
parent
3f7671503d
commit
c397511bda
@ -2,7 +2,7 @@
|
||||
|
||||
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.4 (not released yet)
|
||||
## 2.1.4-beta
|
||||
|
||||
- Fix issue with positioning and size of todo list checkboxes in Markdown blocks when using a non-default font size, or a non-monospaced font.
|
||||
- Fix issue when pressing `Ctrl/Cmd+A` in a text input inside a modal dialog (e.g. the buffer selector). Previously the select all command would be sent to the editor.
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "Heynote",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.4-beta",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "Heynote",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.4-beta",
|
||||
"license": "Commons Clause MIT",
|
||||
"dependencies": {
|
||||
"@sindresorhus/slugify": "^2.2.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Heynote",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.4-beta",
|
||||
"main": "dist-electron/main/index.js",
|
||||
"description": "A dedicated scratch pad",
|
||||
"author": "Jonatan Heyman (https://heyman.info)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user