Skip to content

Commit f94ad22

Browse files
authored
Update crossnote to version 0.9.10 (#2041)
* chore: Update crossnote to version 0.9.10 * chore: Update nixpkgs to version nixos-24.05 * chore: Ignore package.json in prettier formatting
1 parent 5dd201e commit f94ad22

File tree

6 files changed

+383
-400
lines changed

6 files changed

+383
-400
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ tsconfig.json
1515
## special cases
1616
mume
1717
crossnote
18+
package.json

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.14] - 2024-09-07
11+
12+
Updated [crossnote](https://github.com/shd101wyy/crossnote) to version [0.9.10](https://github.com/shd101wyy/crossnote/releases/tag/0.9.10).
13+
14+
### Changes
15+
16+
- Added `.mdx` to the default `markdownFileExtensions`.
17+
18+
### Updates
19+
20+
- Updated `mermaid` version to the latest `11.1.1`.
21+
- Updated `katex` version to the latest `v0.16.11`.
22+
23+
### Bug fixes
24+
25+
- Fixed a scroll sync bug.
26+
1027
## [0.8.13] - 2024-03-18
1128

12-
Updated [crossnote](https://github.com/shd101wyy/crossnote) to version [0.9.8](https://github.com/shd101wyy/crossnote/releases/tag/0.9.9).
29+
Updated [crossnote](https://github.com/shd101wyy/crossnote) to version [0.9.9](https://github.com/shd101wyy/crossnote/releases/tag/0.9.9).
1330

1431
### Bug fixes
1532

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
inputs = {
55
nixpkgs = {
6-
url = "github:NixOS/nixpkgs/nixos-23.11";
6+
url = "github:NixOS/nixpkgs/nixos-24.05";
77
inputs.nixpkgs.follows = "nixpkgs";
88
};
99
flake-utils = { url = "github:numtide/flake-utils"; };

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "markdown-preview-enhanced",
33
"displayName": "%displayName%",
4-
"version": "0.8.13",
4+
"version": "0.8.14",
55
"description": "%description%",
66
"categories": [
77
"Other"
@@ -586,7 +586,8 @@
586586
".mkdn",
587587
".mkd",
588588
".rmd",
589-
".qmd"
589+
".qmd",
590+
".mdx"
590591
],
591592
"type": "array"
592593
},
@@ -679,7 +680,7 @@
679680
"@types/crypto-js": "^4.1.2",
680681
"@types/vfile": "^3.0.2",
681682
"async-mutex": "^0.4.0",
682-
"crossnote": "^0.9.9",
683+
"crossnote": "^0.9.10",
683684
"crypto-js": "^4.2.0"
684685
},
685686
"devDependencies": {

0 commit comments

Comments
 (0)