Skip to content

Commit 2688d2f

Browse files
committed
0.3.4
1 parent 466ab0c commit 2688d2f

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515

1616

17+
18+
## [0.3.4] - 2025-06-27
19+
20+
### Changes
21+
22+
- Tune status bar length
23+
- Tune status bar length
24+
- Improve code format
25+
1726
## [0.3.3] - 2025-06-27
1827

1928
### Changes

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "send-to-canvas",
33
"name": "Send to Canvas",
4-
"version": "0.3.3",
4+
"version": "0.3.4",
55
"minAppVersion": "1.0.0",
66
"author": "wenlzhang",
77
"authorUrl": "https://github.com/wenlzhang",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "send-to-canvas",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Send tasks, blocks, and notes to Canvas files as plain text, links, and embeds.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"0.3.0": "1.0.0",
99
"0.3.1": "1.0.0",
1010
"0.3.2": "1.0.0",
11-
"0.3.3": "1.0.0"
11+
"0.3.3": "1.0.0",
12+
"0.3.4": "1.0.0"
1213
}

0 commit comments

Comments
 (0)