joplin-plugin-freehand-drawing
Advanced tools
Comparing version 2.4.1 to 2.5.0
@@ -0,1 +1,7 @@ | ||
# 2.5.0 | ||
- [Updates `js-draw` to v1.12.0](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#1120) | ||
- Fixes using shift+drag to lock a selection's motion to either the horizontal or vertical axis. | ||
- Adjusts how curve fitting works. | ||
# 2.4.1 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"scripts": { | ||
@@ -47,5 +47,5 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"dependencies": { | ||
"@js-draw/material-icons": "^1.11.0", | ||
"js-draw": "^1.11.0" | ||
"@js-draw/material-icons": "1.12.0", | ||
"js-draw": "1.12.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.10", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"name": "Freehand Drawing", | ||
@@ -23,16 +23,16 @@ "description": "Create and edit drawings with js-draw.", | ||
{ | ||
"src": "../screenshots/editor-lightdark-fullscreen.png" | ||
"src": "screenshots/editor-lightdark-fullscreen.png" | ||
}, | ||
{ | ||
"src": "../screenshots/editorview-light-1.png" | ||
"src": "screenshots/editorview-light-1.png" | ||
}, | ||
{ | ||
"src": "../screenshots/editorview-light-2.png" | ||
"src": "screenshots/editorview-light-2.png" | ||
}, | ||
{ | ||
"src": "../screenshots/editorview-dark.png" | ||
"src": "screenshots/editorview-dark.png" | ||
} | ||
], | ||
"_publish_hash": "sha256:f3a5df6fe0ce1d392f3a5dcc357231a6e19a31a6deb666cf8fde2cee2925d1a4", | ||
"_publish_commit": "main:0e01b8ace32694b70792da64d2d567c0d2fb39b7" | ||
"_publish_hash": "sha256:97d26d94c2c2f854f85b2a5208effd0aa2a78a9ff36a24e0008c777d5434e6a9", | ||
"_publish_commit": "main:02d897185b4d71ec43afe41b3629adc7503ce1de" | ||
} |
@@ -107,5 +107,5 @@ # `joplin-plugin-freehand-drawing` | ||
adds additional shortcuts for exiting, selecting pen style 1, and resizing the visible region to the selection. | ||
The above adds additional shortcuts for exiting, selecting pen style 1, and resizing the visible region to the selection. | ||
After changing the shortcuts, Joplin should be restarted. | ||
Joplin must be restarted for the changes to be applied. | ||
@@ -112,0 +112,0 @@ > **Note** |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
589091
+ Added@js-draw/material-icons@1.12.0(transitive)
+ Addedjs-draw@1.12.0(transitive)
- Removed@js-draw/material-icons@1.22.0(transitive)
- Removedjs-draw@1.22.0(transitive)
Updatedjs-draw@1.12.0