From 245e10b288112a0bd5a26abf0294fc28e6b255b4 Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Mon, 18 Sep 2023 08:00:56 +0000 Subject: [PATCH] Update: io.github.personalizedrefrigerator.js-draw@2.2.1 https://github.com/personalizedrefrigerator/joplin-draw/compare/d1a672de30b6ff05ed64bb38c148da2cfe4969f7..c8030f91548dbfc259a53b9dc2c8293f93d5269a --- README.md | 2 +- manifests.json | 6 +++--- .../manifest.json | 6 +++--- .../plugin.jpl | Bin 513536 -> 516096 bytes 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f86bef9..778c1e0 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ This repository contains the following plugins: | [🏠](https://github.com/benji300/joplin-favorites) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.favorites/plugin.jpl) | Favorites | 1.3.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 | | [🏠](https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl) | Folding in Code Mirror Editor | 2.0.1 | Allows to fold parts of markdown text displayed in editor | ambrt | | [🏠](https://github.com/mak2002/joplin-font-size-shortcut.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.font.size.shortcut/plugin.jpl) | Font Size Shortcut | 1.0.0 | Adds shortcuts to increase/decrease font size | mak2002 | -| [🏠](https://github.com/personalizedrefrigerator/joplin-draw) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.personalizedrefrigerator.js-draw/plugin.jpl) | Freehand Drawing | 2.2.0 | Create and edit drawings with js-draw. | Henry Heino | +| [🏠](https://github.com/personalizedrefrigerator/joplin-draw) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.personalizedrefrigerator.js-draw/plugin.jpl) | Freehand Drawing | 2.2.1 | Create and edit drawings with js-draw. | Henry Heino | | [🏠](https://github.com/hieuthi/joplin-plugin-function-plot) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.function-plot/plugin.jpl) | Function Plot | 1.0.0 | Joplin plugin based on Function Plot library to render function such as y = x * x | Hieu-Thi Luong | | [🏠](https://github.com/tessus/joplin-plugin-get-notebook-id#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.folder-id/plugin.jpl) | Get Notebook ID | 1.0.1 | Copy/Show the ID of a notebook. For developers. A regular user won't need this. | Helmut K. C. Tessarek | | [🏠](https://github.com/marc0l92/joplin-plugin-github-theme#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl) | GitHub Theme | 0.3.0 | Joplin theme with colors of GitHub | marc0l92 | diff --git a/manifests.json b/manifests.json index 8bd0bde..962e22e 100644 --- a/manifests.json +++ b/manifests.json @@ -2095,7 +2095,7 @@ "manifest_version": 1, "id": "io.github.personalizedrefrigerator.js-draw", "app_min_version": "2.10", - "version": "2.2.0", + "version": "2.2.1", "name": "Freehand Drawing", "description": "Create and edit drawings with js-draw.", "author": "Henry Heino", @@ -2124,8 +2124,8 @@ "src": "../screenshots/editorview-dark.png" } ], - "_publish_hash": "sha256:18a649d8e1499fab1e086fc6a17fc4b73c3801bcdc2f5301773d6bead9336d99", - "_publish_commit": "main:d1a672de30b6ff05ed64bb38c148da2cfe4969f7", + "_publish_hash": "sha256:a4f7f02db05c16275ad10e3ee8ee162ad11fa8d0905b9dab8c2cb8a62a77d0db", + "_publish_commit": "main:c8030f91548dbfc259a53b9dc2c8293f93d5269a", "_npm_package_name": "joplin-plugin-freehand-drawing" }, "com.sctmes.kity-minder": { diff --git a/plugins/io.github.personalizedrefrigerator.js-draw/manifest.json b/plugins/io.github.personalizedrefrigerator.js-draw/manifest.json index 4edd7a1..37c9c81 100644 --- a/plugins/io.github.personalizedrefrigerator.js-draw/manifest.json +++ b/plugins/io.github.personalizedrefrigerator.js-draw/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.personalizedrefrigerator.js-draw", "app_min_version": "2.10", - "version": "2.2.0", + "version": "2.2.1", "name": "Freehand Drawing", "description": "Create and edit drawings with js-draw.", "author": "Henry Heino", @@ -31,7 +31,7 @@ "src": "../screenshots/editorview-dark.png" } ], - "_publish_hash": "sha256:18a649d8e1499fab1e086fc6a17fc4b73c3801bcdc2f5301773d6bead9336d99", - "_publish_commit": "main:d1a672de30b6ff05ed64bb38c148da2cfe4969f7", + "_publish_hash": "sha256:a4f7f02db05c16275ad10e3ee8ee162ad11fa8d0905b9dab8c2cb8a62a77d0db", + "_publish_commit": "main:c8030f91548dbfc259a53b9dc2c8293f93d5269a", "_npm_package_name": "joplin-plugin-freehand-drawing" } \ No newline at end of file diff --git a/plugins/io.github.personalizedrefrigerator.js-draw/plugin.jpl b/plugins/io.github.personalizedrefrigerator.js-draw/plugin.jpl index 31241134f27b5aa2058dac466902bee35cefc577..127b76dca2a8a59f6a6c06e3b98e5c078d22b319 100644 GIT binary patch delta 3867 zcmb7HOKcm*88%7Tiu>@vkJgU_UTqY1#u_bmNr|dOZwSY=lcrXJMs9PU=x9X_$&Ht@ z^z6{0A`wi`L*Sr*0|>|-iWC9bOMxV9;DZiE(dN<~Y}7Uyy9Uy0a%g*RPHF$y7xl1E z6oPiS`_KOKzrOGP=gkjKzWK+K@4jY_YPo zCR(@9u9>an5zRZMJ^m{xeleAc0A+kh{xX#i(lAU*)4$xZk#V zcDvg?&jeqYvzp8n-8w~h)uBQW=A0#3nziJiK$~UYlK-h%=uI#}WT;F~0JX{|=cm=K#50&7}iS_2g z#pi@OZ#C$-`T0xSVqU}L?TfZ2z_OalJZYP){gl@7n%jtsD}*jD6)>SD(uwCEJDPfO z;Az5r#qF{>tYEy9ySx;%HE_rFk{Wp^$lL8r9;w4z?xsj6rAOub5faI&KH7 zl)JeO)hy4WTp*@-!s5bv)fO$J28vZo)E}~ImSfiy5DGf0%u(Kicq)Nhsk!a8#p)g` z6ejKWh1N4oQw+3~GVIdzT4*t}aC}uJ=W$u-;XYo(v;W6(qU^41CD1k?EmQPKCkR;> zRHzOaKN(hP3eASn=)K%Ps;0(eJ86LFG@C_I9##T)rFq>YFDM~!fa1s2MIWjQ69zj# z21Koe2Dyq>MGN&)IETySimF0&Rk6fmsCSYQ+oTgL1`L}(Qj!WKpzyf zj=}8E2iRfPAVO&mg@YZ1&&>{Em{@RgF%Qlja9o$8w$_VwjGtE$775Z7A^@@g5sNg16mFzF)j zN%Z6N0U2S^%4TaCx0@|7*Bv;>3Y-U|#og^s;GGVPY;WOVONQ01&ZB#7BbawY=LqWqAZ97Ch1X{ z+(7__5H!pjGeVM~fcKCio>3u02qb_E;LnkJkJ@9Nc?kaMp1Yi#NM%=#8EtTqP&~ z*(sDpm(_#~q^7jHP=HHRVX%zbH3dcFHNN`d{L3!^&&ifxH&)PUt;;!RIvZ)6rNnZa z_{p0U{eVvbHg?U9#lP>-3yuq&mBzH8Fo=PhGYwsb{?Z3`nYjuy0G(hqV(j9WY5KoB zoH;%flW8bV9GL}16MapYlXkbPYg7q&LMbjn^Zm3odT0Rn7L|MzctcbQRp?!!GF64K zLR6-!aUF*Jh7y->!iY`0sIT-%0K~wYfB*@Tsg!(|FdfuEMX!SG@>ZgbM`f?cgXO^z z|5t}IM+TQ#G$ek6lV~e0b5<0u+v&K_JQT6)CT@9}^1OYGvd}$nWz!}`wIB7*%}5#2 z5+zKMU;=MxydKfF4rc1Rc(BFvAn1YBiJr}tb9%LFbLuG+S{~(!p}1Vh?=U||&hFO7 zs-f~?j)L(dw7(B&dp)<{ok9!C6BzCb2vsiQ>M6W{0R%x^aXB2yJ`Y8VO7a&39dXkQ zsvf8Xm*U1eN*d} zuqIo;$DPT9B2)<<4F>140`R%ig{}ckOGt1TMjOLCyvqGGFMaGAgqFhz#`S;q)xM(_ z7k|R6C5KAN0Uq$E!mZ^^A(q?84r2q1F93(g8EMI?U6Jc$GNfFC1|ze@{lD{c_Gy?h z6U$1f3R!ovS(Ukr2EW(Vkn4ZXODievzu=_{{;jX}9mux>W{FIooV#2l(0#aRg$dCb z+-(nMQ5X094_fJ?{>NVWsg&*C@zO`(_Jx;zF2hakU+$&RF(I)AXp2+L;ec?3UZOq! zMn0u%yd%!CM%0s z2wz6^Z=^@|kA`!q>)$&ua%6y^V~7=)Ka(Jssv5#KOrih?Y@MrjegPAb=55aBE_oN= zT^%w8PQgKm06I7R`Q*sl$nkIpPfWM~(F5$-WK4hiwXqTS-@EbJ*go&}6NcLFllsMw}s$aBR=$Qr0$OXXWxGTSS$rj delta 1386 zcmZWpPi)&%7_XfyL7hNU>(F3~Iwpko(pSrl<3wsOmIm9Tp>kLc9AZOE^3ocmc4xn^ zR*u^t4pZPVDFUB{1P7218i#1|fdkxEshg&DfP@4{6Mw{I7q0M}=1;rn$?yB@-|zkT zzVGMn>JM{QznQ!K(TQTYtcWF9DNKoySS*yeDY0iVjXuNp3?udf_Q~X7j#!q|nbR>t7+2Z_^CNtC%MsW>_%CKXD`WQVtW5?+5LajN&(?SB}r_wmk~jMx8p z=O#;Ey1VqH_v7vj`sw{UbIeIkuo~DV7TN4{$g1TD_%iVNU*AZetxdh_`qs;0;^{ z1Xipj$XKDdl$z}YzfErw*R;K+YC$6n;JJ_%}Y7=^1^g4eR@7)Vf9GuHti>Z|Lf z>*4b)$0T$+2$89}Rnb5#Y9s^IsVNw!L5*ynRceX`YEz>a6&I7XYjcB?0u$BID!R}@ z4b(;=9TE%zEG(HsmQ@c;GCGLG1JZy*X(I~}78&OE?S)9|&~hio+aF!7W!Lv@f5q2I!U3ewidVrZt43)92O zc&Zz|lTSXMc5*pD1si^Dq+XyhB-R@Cz=A{z1Cbjm-WoYw zKKUX8qd#&JWs0wFtSiaMD8_XK1rWrkujh0ZZl$Z_utgQx1WBQ zKH9Bhu^