diff --git a/README.md b/README.md index 6a2720e..3097ff7 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This repository contains the following plugins: | [🏠](https://github.com/ahaltindis/joplin-plugin-bulk-note-creator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.ahaltindis.joplin.BulkNoteCreator/plugin.jpl) | Bulk Note Creator | 1.0.0 | Create notes as bulk | Ahmet Altindis | | [🏠](https://github.com/marc0l92/joplin-plugin-bytefield-svg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-bytefield-svg/plugin.jpl) | bytefield-svg | 1.1.0 | Add support for bytefield-svg diagrams used to describe network protocols, memory layouts and any other binary structure. | marc0l92 | | [🏠](https://github.com/rsandz/joplin-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl) | Calendar | 1.0.0-pre-release-6 | A simple calendar to show notes created on each day. | Ryan Sandoval | -| [🏠](https://github.com/Mick2nd/Calibre-Import#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt-jena.CalibreImport/plugin.jpl) | Calibre Import | 1.0.0 | Imports a Calibre Db into (Sub-) Notebook | Jürgen Habelt | +| [🏠](https://github.com/Mick2nd/Calibre-Import#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt-jena.CalibreImport/plugin.jpl) | Calibre Import | 1.0.1 | Imports a Calibre Db into (Sub-) Notebook. Also includes a content plugin supporting attributes (see documentation) | Jürgen Habelt | | [🏠](https://github.com/Mick2nd/Code-Section#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.CodeSection/plugin.jpl) | Code Section | 1.0.6 | Inserts a piece of code from code source | Jürgen Habelt | | [🏠](https://github.com/bluulo/joplin-plugin-code-clipboard) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/bluulo.JoplinCodeClipboardPlugin/plugin.jpl) | Code-Clipboard | 1.0.0 | Copy the content of a code block to the clipboard | bluulo | | [🏠](https://github.com/shantanugoel/joplin-plugin-cm-linenumbers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.shantanugoel.JoplinCMLineNumbersPlugin/plugin.jpl) | CodeMirror Line Numbers | 2.0.0 | Enables line numbers for CodeMirror editor | Shantanu Goel | diff --git a/manifests.json b/manifests.json index 64b30dd..9dd856b 100644 --- a/manifests.json +++ b/manifests.json @@ -3083,9 +3083,9 @@ "manifest_version": 1, "id": "de.habelt-jena.CalibreImport", "app_min_version": "2.12", - "version": "1.0.0", + "version": "1.0.1", "name": "Calibre Import", - "description": "Imports a Calibre Db into (Sub-) Notebook", + "description": "Imports a Calibre Db into (Sub-) Notebook. Also includes a content plugin supporting attributes (see documentation)", "author": "Jürgen Habelt", "homepage_url": "https://github.com/Mick2nd/Calibre-Import#readme", "repository_url": "https://github.com/Mick2nd/Calibre-Import", @@ -3094,10 +3094,13 @@ "import-plugin", "calibre-import" ], - "categories": [], + "categories": [ + "files", + "appearance" + ], "screenshots": [], - "_publish_hash": "sha256:1b446f09d8df9c46bf19db2d199e6ac42fccf633c67d8ad81b10c362019bd098", - "_publish_commit": "master:2398027fdcda7e51b39ee2295a261eb4023c8e15", + "_publish_hash": "sha256:9f6609270980a29da9378bed29823b37eed8921c9b3cbabc6cbd11a64976f8d5", + "_publish_commit": "master:0116c2b0f4a19459280f32c28b34cf1d426ef7d8", "_npm_package_name": "joplin-plugin-calibre-import" } } \ No newline at end of file diff --git a/plugins/de.habelt-jena.CalibreImport/manifest.json b/plugins/de.habelt-jena.CalibreImport/manifest.json index 640c0f2..db071fa 100644 --- a/plugins/de.habelt-jena.CalibreImport/manifest.json +++ b/plugins/de.habelt-jena.CalibreImport/manifest.json @@ -2,9 +2,9 @@ "manifest_version": 1, "id": "de.habelt-jena.CalibreImport", "app_min_version": "2.12", - "version": "1.0.0", + "version": "1.0.1", "name": "Calibre Import", - "description": "Imports a Calibre Db into (Sub-) Notebook", + "description": "Imports a Calibre Db into (Sub-) Notebook. Also includes a content plugin supporting attributes (see documentation)", "author": "Jürgen Habelt", "homepage_url": "https://github.com/Mick2nd/Calibre-Import#readme", "repository_url": "https://github.com/Mick2nd/Calibre-Import", @@ -13,9 +13,12 @@ "import-plugin", "calibre-import" ], - "categories": [], + "categories": [ + "files", + "appearance" + ], "screenshots": [], - "_publish_hash": "sha256:1b446f09d8df9c46bf19db2d199e6ac42fccf633c67d8ad81b10c362019bd098", - "_publish_commit": "master:2398027fdcda7e51b39ee2295a261eb4023c8e15", + "_publish_hash": "sha256:9f6609270980a29da9378bed29823b37eed8921c9b3cbabc6cbd11a64976f8d5", + "_publish_commit": "master:0116c2b0f4a19459280f32c28b34cf1d426ef7d8", "_npm_package_name": "joplin-plugin-calibre-import" } \ No newline at end of file diff --git a/plugins/de.habelt-jena.CalibreImport/plugin.jpl b/plugins/de.habelt-jena.CalibreImport/plugin.jpl index 1a9d71c..6397622 100644 Binary files a/plugins/de.habelt-jena.CalibreImport/plugin.jpl and b/plugins/de.habelt-jena.CalibreImport/plugin.jpl differ