joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -0,1 +1,9 @@ | ||
# 1.1.2 | ||
* Updates `js-draw` | ||
* Hand tool can now be toggled with one click. | ||
* Keyboard shortcuts: | ||
* `ctrl+d` for duplicate selection | ||
* `ctrl+r` for resize image to selection | ||
* `shift+click` to expand the selection | ||
# 1.1.1 | ||
@@ -2,0 +10,0 @@ * Publishes changes from 1.1.0 (`manifest.json` needed to be updated) |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"scripts": { | ||
@@ -32,4 +32,4 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"dependencies": { | ||
"js-draw": "^0.5.0" | ||
"js-draw": "^0.6.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"name": "Freehand Drawing", | ||
@@ -31,4 +31,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:882f136e54bf00d9a7ba3df87ef8306ba303512e6cfe8ae2c50899c7e390f9c6", | ||
"_publish_commit": "main:c63832229f20fabc8a15332e134c99b581fe8097" | ||
"_publish_hash": "sha256:9fe6bc31b9c6318d731fb198123d1d3e0c3247f36cc6ed37425e77d7cd316d26", | ||
"_publish_commit": "main:937bfa84d1c092f3a003d91b3659414739971bec" | ||
} |
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
468699
+ Addedjs-draw@0.6.0(transitive)
- Removedjs-draw@0.5.0(transitive)
Updatedjs-draw@^0.6.0