mirror of
https://github.com/heyman/heynote.git
synced 2026-02-06 11:27:25 +00:00
Bump version to 2.8.0-beta
This commit is contained in:
parent
e13f5d95de
commit
d0b116696c
@ -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
4
package-lock.json
generated
@ -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": {
|
||||
|
||||
@ -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)",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user