From 9cf759f73c4ba72135f48911eaf6163c718d158d Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Sat, 19 Mar 2022 10:03:58 +0000 Subject: [PATCH] Update: com.github.marc0l92.joplin-plugin-drawio@1.0.0 https://github.com/marc0l92/joplin-plugin-drawio/compare/edbddca66057f961f965eaaac1f56aa8f476abb1..c3088a8c0a7fa86932b172045e896ed19c6f7d70 --- 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 231fb1d..69015b5 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 | 0.1.2 | 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.0.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 ea161ca..2bc8e7e 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": "0.1.2", + "version": "1.0.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:bc364964bcd35b414116b40a2a9dd3cd4b589d572315c73ab92629201db5aa00", - "_publish_commit": "master:edbddca66057f961f965eaaac1f56aa8f476abb1", + "_publish_hash": "sha256:848c44c822ae6186de053a4320f71e71eba2d50aeab03f313f7dd29d642827ae", + "_publish_commit": "master:c3088a8c0a7fa86932b172045e896ed19c6f7d70", "_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 8b9cc31..365b27a 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": "0.1.2", + "version": "1.0.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:bc364964bcd35b414116b40a2a9dd3cd4b589d572315c73ab92629201db5aa00", - "_publish_commit": "master:edbddca66057f961f965eaaac1f56aa8f476abb1", + "_publish_hash": "sha256:848c44c822ae6186de053a4320f71e71eba2d50aeab03f313f7dd29d642827ae", + "_publish_commit": "master:c3088a8c0a7fa86932b172045e896ed19c6f7d70", "_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 53284dcaa0632fa93505998dbf60bf999e3f0692..43c71e59e13e7c3aa83bc88c8b246052b0fc3800 100644 GIT binary patch delta 748 zcmY+C&1(}u7>B#nB*qW0#ezi9CDuAaH($I#WMLbk!MTDYFBCNZUbm?|xnVm^( zLZDI+K@ZYF@Kh8msMq}$yn6E{N-y3$_M}d0+tkYoGw=8Fd)KxH*R}^=t!IkXgg#&u zZL3tUOIFDmFs(wlsQygpXkM&ocN3>wfMJ)j)ouiQ`D^ite3GnduKbbQRJNBIn}uDM zl8Ec1iqW#e-9?apSZ~xpeX5=Zwdve~lk1qd$;LRW!_hpfFw6xbI=N12R%42YAm}v( zak)>4?#Xwl1=~9)DXOIAH!6M;?6#l*MgeVsET>DDWDNlg7jYbMAY|^u&M_4xucpUt z9%OShki$9i9|;wOd=C-o;dv(zxI)yk8UYS_J_<#&2ng)$59aq&z4i1BO~jwmTc^$h zRe@A{jtMt{xIOacc%tnDz9)GmJQp0S!vQgTgBr~6CVmr4YI#=Wi2FRi2C43) zhYpJ{V2I%`a9pee-!GpxvRNp9F3%*}4%1mhBJxe0$w@k`3Hg9-rqneV92(LJD~fL? z{F+MYGb9u|o_j2`p$Jhji=)VCVf_|kl*uovzvJ(nl}x$;rt+g*+=KD`*YAfnJ{-kq V7OnCjn2&2(!a^o8<7b~biN6h9@OJ&K(MMFnT=c_Lv^Y?@MRp$6ijZPv1kK+?n1~wV$uZ zANd7`8NGlK#8$20frgjj$lhVG5QH`kq|BFtAJtQG78c&Gg}7_i$;LeJ`RMN zBK>sycUFEW(OFR+&2ycYkx9+OWU_g33o(i2=J%?RuFgG2vV($+Q!kJ0qi_`pr|K#^ zBNV4!6ecXY=G4ZP@sH&=t~IvYXXj7YlZaKW<++~fjdGjCqv^Hf5FwFn$M?}JY23JT z>n85_2?L#D9`P8YMXt*yDY)>+@s!nzM*7pOHv#^bwbp69x?hlJ+(L(?L