From 315d4cced10b0eff9f565b2d805bce8dd18999d2 Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Sun, 20 Mar 2022 11:31:21 +0000 Subject: [PATCH] Update: com.github.marc0l92.joplin-plugin-drawio@1.1.0 https://github.com/marc0l92/joplin-plugin-drawio/compare/c3088a8c0a7fa86932b172045e896ed19c6f7d70..990a1b9dae459189039ec739764445656c0aa82d --- README.md | 2 +- manifests.json | 6 +++--- .../manifest.json | 6 +++--- .../plugin.jpl | Bin 45056 -> 45056 bytes 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 69015b5..ce82768 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This repository contains the following plugins: | [🏠](https://github.com/Mick2nd/CsvImport#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.CsvImport/plugin.jpl) | Csv Import | 1.0.1 | Imports a Csv file or pastes a Csv text from Clipboard as table | Jürgen Habelt | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.day_review/plugin.jpl) | Day Review | 1.0.1 | This plugin adds an icon to the toolbar. When clicked, it makes a review of the day's created/updated/completed notes and todos. | S73ph4n | | [🏠](https://github.com/JJ-8/joplin-disable-pdf#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/fd117a99-b165-4824-893c-5825439a842d/plugin.jpl) | Disable PDF | 1.0.0 | Disables the PDF preview (and export) in Joplin for better performance | JJ-8 | -| [🏠](https://github.com/marc0l92/joplin-plugin-drawio#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-drawio/plugin.jpl) | Draw.io | 1.0.0 | Draw.io (aka Diagram.net) integration for Joplin | marc0l92 | +| [🏠](https://github.com/marc0l92/joplin-plugin-drawio#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-drawio/plugin.jpl) | Draw.io | 1.1.0 | Draw.io (aka Diagram.net) integration for Joplin | marc0l92 | | [🏠](https://github.com/EliasVincent/joplin-email-note) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.eliasvsimon.email-note/plugin.jpl) | Email Note | 1.2.2 | Send a note as an email | EliasVincent | | [🏠](https://discourse.joplinapp.org/t/embed-any-search-with-content/14328) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.embedSearch/plugin.jpl) | Embed Search | 2.0.0 | Embeds list of links specified by search inside of note | ambrt | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.embeddedtags/plugin.jpl) | embedded tags | 1.0.0 | embeded tags | Dave Edwards | diff --git a/manifests.json b/manifests.json index 2bc8e7e..9863af8 100644 --- a/manifests.json +++ b/manifests.json @@ -1773,15 +1773,15 @@ "manifest_version": 1, "id": "com.github.marc0l92.joplin-plugin-drawio", "app_min_version": "2.2", - "version": "1.0.0", + "version": "1.1.0", "name": "Draw.io", "description": "Draw.io (aka Diagram.net) integration for Joplin", "author": "marc0l92", "homepage_url": "https://github.com/marc0l92/joplin-plugin-drawio#readme", "repository_url": "https://github.com/marc0l92/joplin-plugin-drawio", "keywords": [], - "_publish_hash": "sha256:848c44c822ae6186de053a4320f71e71eba2d50aeab03f313f7dd29d642827ae", - "_publish_commit": "master:c3088a8c0a7fa86932b172045e896ed19c6f7d70", + "_publish_hash": "sha256:4d263b61152534fbae2a4741cdfa6ea03e9e5f9ef95cbd6782f71ac15d847d2e", + "_publish_commit": "master:990a1b9dae459189039ec739764445656c0aa82d", "_npm_package_name": "joplin-plugin-drawio" }, "retr0ve.EmojiPlugin": { diff --git a/plugins/com.github.marc0l92.joplin-plugin-drawio/manifest.json b/plugins/com.github.marc0l92.joplin-plugin-drawio/manifest.json index 365b27a..758b4b8 100644 --- a/plugins/com.github.marc0l92.joplin-plugin-drawio/manifest.json +++ b/plugins/com.github.marc0l92.joplin-plugin-drawio/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "com.github.marc0l92.joplin-plugin-drawio", "app_min_version": "2.2", - "version": "1.0.0", + "version": "1.1.0", "name": "Draw.io", "description": "Draw.io (aka Diagram.net) integration for Joplin", "author": "marc0l92", "homepage_url": "https://github.com/marc0l92/joplin-plugin-drawio#readme", "repository_url": "https://github.com/marc0l92/joplin-plugin-drawio", "keywords": [], - "_publish_hash": "sha256:848c44c822ae6186de053a4320f71e71eba2d50aeab03f313f7dd29d642827ae", - "_publish_commit": "master:c3088a8c0a7fa86932b172045e896ed19c6f7d70", + "_publish_hash": "sha256:4d263b61152534fbae2a4741cdfa6ea03e9e5f9ef95cbd6782f71ac15d847d2e", + "_publish_commit": "master:990a1b9dae459189039ec739764445656c0aa82d", "_npm_package_name": "joplin-plugin-drawio" } \ No newline at end of file diff --git a/plugins/com.github.marc0l92.joplin-plugin-drawio/plugin.jpl b/plugins/com.github.marc0l92.joplin-plugin-drawio/plugin.jpl index 43c71e59e13e7c3aa83bc88c8b246052b0fc3800..07deb3db816d3934d0f453a9a56168020652d5ac 100644 GIT binary patch delta 1311 zcma)6|7#pY6z^Vo)d~ec8jUsWHHKuDTQ|46cbAjxT&dbpDw@_PO2cU>x1X8! z-sioUw{$15bSLrd+Yjb5&17@HSXtZdF$Y$6|I3&; zE7xPRdl}2JGd;#`jy`Hz;N8qxX08>nKdY+sJOohqX+yPjx&W$c| zB0|nmG>TM;&J5RG<3)0=dd&A+!W+YN(lCbW%$VhVSPcv^F9-`DdgF|yFHqvSDbJ{J zD#$VF5tZt_oztE_tq)D(faJ47nob*<)(}S7BbYx!gSn@1xk3{z z;D@|SPGV6}iRQ@n#K0JtC*@EObtn*+i=!ZfGwdC8si16jNGDr*$|})?PUWd^-@$v% z_|^YAA}>|_F z`T5RmL|bWJEW4HS3vYe03%X#+$K!)*UnIcKZ?s?jz5WxROY?i>ub2NwVk4}&^7r+J zHLqEuAWaUV#G)-^%7;GaD;Qbpjx@S=6FP;IKqZU*sQ2Hy^9{GTD^Nqd2x$= z!px71sJ;Q+#?1B4!Ts|l7g$-vkR8fEb&bHIWukJOr;(Z08s{-jd1&la^>7@%UrFr6 zNF|6wQN5uV%y$9J!h`wigY*M9ids(vAudNZMw1u>CpjQ4mp88Tao`58HK76@ zUc1}Ri^XCgGOdE{PqB2mgsfa{gv-s%$DlR0H}^q#;-5bnP!{=rg`4>_=?c~yI-_zU zAVOuJp$*_YY_XtT|0@6Mv(u9#`z zM^Ii;64pK>NP{HiRek8m=%pS4p)#W<`v)R=>C9?tPrjV_o%x-6&hMUk&e(4D*lzZN z`*}VkAP3|uN%n>OK{iXGi0QT&X0{^D_=CVGe&vvNhS+ZY|15QOJuN3ly4o^o`PSWDsLfSiBL`iM|-54xm2z@=>%OLtN(LuMg;bTPA zxU;-~Xk%Xk{Jz(>Nk8Z^qtVg+DzHoaHEtbStU*8a7dL5Q4>98dF%b`2*obMSk-Q!z z*oqT_y`^Ejo7Kf3qFMNoren?!GVz_d*(p?aq8JYPt9ik&1^p{iOjJv>G)u>Vp*FX* zwul3W#4tzb8KWD7-Zj?2UNk+ROT1Y`$IJ+zFXpv8L*1{|#bLqX1#&=_mxAl$tB-RU zpA;e^1IX&FHVbi2 zN_kI^M8b&cx~d{NnyPUVj|X0FH6^$aAVfc>=AjCr*3vk<+^?lQu-~5)RHE<=lW@*l zVO0v_bHT9Ji+M9*cyUxEcK*{c&}i2_FM;OMre(Gfi7{+(1_(?87#LB2;O-awxNUE8`3!*%PY?_g`J$TXg^c