joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -0,1 +1,7 @@ | ||
# 1.0.8 | ||
* Updates `js-draw` | ||
* Adds a pipette tool (pick colors by clicking on the screen) | ||
* Adds recent colors to the list of suggested colors | ||
* Fixes "resume editing" button sometimes not working. | ||
# 1.0.7 | ||
@@ -2,0 +8,0 @@ * Updates `js-draw` |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"scripts": { | ||
@@ -32,3 +32,3 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"dependencies": { | ||
"js-draw": "^0.1.6", | ||
"js-draw": "^0.1.8", | ||
"os-browserify": "^0.3.0", | ||
@@ -35,0 +35,0 @@ "path-browserify": "^1.0.1" |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"name": "Freehand Drawing", | ||
@@ -20,4 +20,9 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:dd7ce18d57cc7da8a2c8437be2701989a14953cb86ccc6323c578981bd66836e", | ||
"_publish_commit": "main:c3852df6bb4a37222fe0911a8206f64085d1f742" | ||
"screenshots": [ | ||
{ | ||
"src": "../screenshot.png" | ||
} | ||
], | ||
"_publish_hash": "sha256:de2725f467735e55a384614ed8e0503e3b3d70fa411e0a5006ef49ef2bc81462", | ||
"_publish_commit": "main:7cde3668f1d0eba50b9b817dcdf030614fab6b87" | ||
} |
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
376493
25
Updatedjs-draw@^0.1.8