Skip to content

Commit

Permalink
v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Oct 13, 2024
1 parent a2533f4 commit b86c605
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.12.0

- [Updates `js-draw` to v1.21.3](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#1213)
- Feature: Add context menu to selection tool.
- Bug fix: Fix strokes drawn with a stylus without `isPrimary` are not added to the image.

# 2.11.0

- [Updates `js-draw` to v1.20.3](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#1203)
Expand Down
186 changes: 186 additions & 0 deletions icons/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.11.0",
"version": "2.12.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
7 changes: 5 additions & 2 deletions 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.13.5",
"version": "2.11.0",
"version": "2.12.0",
"name": "Freehand Drawing",
"description": "Create and edit drawings with js-draw.",
"author": "Henry Heino",
Expand All @@ -11,7 +11,10 @@
"keywords": ["drawing", "freehand-drawing", "freehand", "handwriting"],
"categories": ["editor"],
"screenshots": [
{ "src": "screenshots/editor-lightdark-fullscreen.png" },
{
"src": "screenshots/editor-lightdark-fullscreen.png",
"label": "An image with text is shown in the editor. The editor has a toolbar showing multiple pens, an eraser, a selection tool, a text tool, ..."
},
{ "src": "screenshots/editorview-light-2.png" },
{ "src": "screenshots/editorview-light-1.png" },
{ "src": "screenshots/editorview-dark.png" }
Expand Down

0 comments on commit b86c605

Please sign in to comment.