diff --git a/README.md b/README.md index 21781e6..a72129c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This repository contains the following plugins: | [🏠](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 | | [🏠](https://github.com/FelisDiligens/joplin-plugin-cmoptions) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.cmoptions/plugin.jpl) | CodeMirror Options | 1.1.0 | Adds some CodeMirror options to Joplin's settings, such as line numbers and line wrapping. | FelisDiligens | -| [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.combine-notes/plugin.jpl) | Combine notes | 1.0.1 | Combine one or more notes | JackGruber | +| [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.combine-notes/plugin.jpl) | Combine notes | 1.2.0 | Combine one or more notes | JackGruber | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.complete_link/plugin.jpl) | Complete Link | 1.0.1 | This plugin adds an icon to the toolbar. When clicked, it completes the selected text into a note title (in a markdown link). | S73ph4n | | [🏠](https://discourse.joplinapp.org/t/plugin-conflict-resolution/19204) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-conflict-resolution/plugin.jpl) | Conflict Resolution | 1.2.3 | A plugin that makes process of resolving conflicts easier. | Ahmed Alwasifey | | [🏠](https://github.com/hieuthi/joplin-plugin-container-with-classes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.container-with-classes/plugin.jpl) | Container with Classes | 1.0.0 | Plugin for creating block-level containers with classes for customization | Hieu-Thi Luong | diff --git a/manifests.json b/manifests.json index e3e7978..1a50c3c 100644 --- a/manifests.json +++ b/manifests.json @@ -38,7 +38,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.combine-notes", "app_min_version": "1.8.1", - "version": "1.0.1", + "version": "1.2.0", "name": "Combine notes", "description": "Combine one or more notes", "author": "JackGruber", @@ -48,8 +48,13 @@ "combine", "merge" ], - "_publish_hash": "sha256:a243e702a3af8390ebeec4321435c2dc003dcbc55bfd16d53fd84cf3dcd8d86f", - "_publish_commit": "master:472f41374ea3c14a7342044a218e8e57028277c4", + "categories": [ + "productivity" + ], + "screenshots": [], + "icons": {}, + "_publish_hash": "sha256:64d5f14f20cf240a0567872d6e6df671f5659df661db6391108ba8d92d3afeff", + "_publish_commit": "master:8899852d5abb8e11188bc5237e77e1286fd97afe", "_npm_package_name": "joplin-plugin-combine-notes", "_recommended": true }, diff --git a/plugins/io.github.jackgruber.combine-notes/manifest.json b/plugins/io.github.jackgruber.combine-notes/manifest.json index 79ac235..a3877f4 100644 --- a/plugins/io.github.jackgruber.combine-notes/manifest.json +++ b/plugins/io.github.jackgruber.combine-notes/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.combine-notes", "app_min_version": "1.8.1", - "version": "1.0.1", + "version": "1.2.0", "name": "Combine notes", "description": "Combine one or more notes", "author": "JackGruber", @@ -12,7 +12,12 @@ "combine", "merge" ], - "_publish_hash": "sha256:a243e702a3af8390ebeec4321435c2dc003dcbc55bfd16d53fd84cf3dcd8d86f", - "_publish_commit": "master:472f41374ea3c14a7342044a218e8e57028277c4", + "categories": [ + "productivity" + ], + "screenshots": [], + "icons": {}, + "_publish_hash": "sha256:64d5f14f20cf240a0567872d6e6df671f5659df661db6391108ba8d92d3afeff", + "_publish_commit": "master:8899852d5abb8e11188bc5237e77e1286fd97afe", "_npm_package_name": "joplin-plugin-combine-notes" } \ No newline at end of file diff --git a/plugins/io.github.jackgruber.combine-notes/plugin.jpl b/plugins/io.github.jackgruber.combine-notes/plugin.jpl index bba893a..e8dc389 100644 Binary files a/plugins/io.github.jackgruber.combine-notes/plugin.jpl and b/plugins/io.github.jackgruber.combine-notes/plugin.jpl differ