Skip to content

Commit 591bbcf

Browse files
committed
0.3.0
1 parent db9d05a commit 591bbcf

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-5
lines changed

CHANGELOG.md

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

1111

1212

13+
14+
## [0.3.0] - 2025-03-25
15+
16+
### Changes
17+
18+
- Fix eslint errors
19+
- Update css handling
20+
- Update README.md
21+
- Update esbuild.config.mjs
22+
- Improve code format
23+
- Improve status bar handling
24+
- Address review comments
25+
- Remove redundant code
26+
- Use editor interface
27+
- Improve canvas file checking
28+
- Update canvas types
29+
- Remove moment
30+
- Improve code format
31+
1332
## [0.2.0] - 2025-03-11
1433

1534
### 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.2.0",
4+
"version": "0.3.0",
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.2.0",
3+
"version": "0.3.0",
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
@@ -4,5 +4,6 @@
44
"0.1.1": "1.0.0",
55
"0.1.2": "1.0.0",
66
"0.1.3": "1.0.0",
7-
"0.2.0": "1.0.0"
7+
"0.2.0": "1.0.0",
8+
"0.3.0": "1.0.0"
89
}

0 commit comments

Comments
 (0)