Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Mar 22, 2024
1 parent 7a562e1 commit 9d3b229
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2.9.0

- [Updates `js-draw` to v1.18.0](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#1180)
- New pen type.
- Partial stroke eraser.
- Bug fixes
- Fixed "Edit" button incorrectly shown in the Rich Text Editor in Joplin 3.0.

# 2.8.0

- [Updates `js-draw` to v1.17.0](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#1170)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-freehand-drawing",
"version": "2.8.0",
"version": "2.9.0",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "io.github.personalizedrefrigerator.js-draw",
"app_min_version": "2.10",
"version": "2.8.0",
"version": "2.9.0",
"name": "Freehand Drawing",
"description": "Create and edit drawings with js-draw.",
"author": "Henry Heino",
Expand Down

0 comments on commit 9d3b229

Please # to comment.