Bump version to 2.8.0-beta

This commit is contained in:
Jonatan Heyman 2026-01-12 10:10:37 +01:00
parent e13f5d95de
commit d0b116696c
3 changed files with 5 additions and 5 deletions

View File

@ -2,12 +2,12 @@
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).
## (not yet released)
## 2.8.0-beta
- Add syntax highlighting for Math blocks
- New lines in a Plaintext, Math and SQL blocks now inherits the indentation from the previous line
(other languages should already have this behaviour for new lines)
- Add support for [Mermaid](https://mermaid.js.org/) blocks
- Add syntax highlighting for Math blocks
## 2.7.1

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "Heynote",
"version": "2.7.1",
"version": "2.8.0-beta",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Heynote",
"version": "2.7.1",
"version": "2.8.0-beta",
"hasInstallScript": true,
"license": "Commons Clause MIT",
"dependencies": {

View File

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