diff --git a/README.md b/README.md index 46d4f7c..9e8105b 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ This repository contains the following plugins: | [🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/plugin.jpl) | Menu items, Shortcuts, Toolbar icons | 1.1.0 | Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core | Helmut K. C. Tessarek | | [🏠](https://github.com/hieuthi/joplin-plugin-metis) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.metis/plugin.jpl) | Metis | 0.1.5 | A Simple Task Manager Plugin for Joplin based on Todo.txt Specification | Hieu-Thi Luong | | [🏠](https://github.com/fengqiaozhu/joplin_plugin_nlr.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin_plugin.nlr/plugin.jpl) | NLR | 1.0.2 | 将joplin在记笔记的同时,变成一个网文小说阅读器,a chinese net literature downloader and reader plugin for joplin. | fengQ | -| [🏠](https://github.com/ZhangTe/joplin-plugin-encrypt-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-note-encryption/plugin.jpl) | Note encryption | 1.0.2 | A joplin plugin, encrypt selected notes on the joplin desktop client. | ztbxxt | +| [🏠](https://github.com/ZhangTe/joplin-plugin-encrypt-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-note-encryption/plugin.jpl) | Note encryption | 1.0.5 | A joplin plugin, encrypt selected notes on the joplin desktop client. | ztbxxt | | [🏠](https://github.com/ylc395/joplin-plugin-note-link-system) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.noteLinkSystem/plugin.jpl) | Note Link System | 0.8.0 | A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, Hover to preview, Url Icon, and much more feature | ylc395 | | [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.ToggleSidebars/plugin.jpl) | Note list and sidebar toggle buttons | 1.0.3 | Adds buttons to toggle note list and sidebar | Laurent Cozic | | [🏠](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.note-overview/plugin.jpl) | Note overview | 1.5.5 | A note overview is created based on the defined search and the specified fields. | JackGruber | diff --git a/manifests.json b/manifests.json index 414acc6..2c8865a 100644 --- a/manifests.json +++ b/manifests.json @@ -2274,15 +2274,15 @@ "manifest_version": 1, "id": "joplin-plugin-note-encryption", "app_min_version": "1.6", - "version": "1.0.2", + "version": "1.0.5", "name": "Note encryption", "description": "A joplin plugin, encrypt selected notes on the joplin desktop client.", "author": "ztbxxt", "homepage_url": "https://github.com/ZhangTe/joplin-plugin-encrypt-notes", "repository_url": "https://github.com/ZhangTe/joplin-plugin-encrypt-notes", "keywords": [], - "_publish_hash": "sha256:1756d64d89a5806538e959ec03c68c258df2077d66a633ebca31ad0f9ea25a7c", - "_publish_commit": "master:c95c8f75bab099f860af59431c95fccbb349f82b", + "_publish_hash": "sha256:fce9821a92fd80e109f67676e342e1d4fb40daa114679352dace194ea73e38b5", + "_publish_commit": "master:5ae6927b7286e3f565453fae576873f51a49cae6", "_npm_package_name": "joplin-plugin-note-encrypt" } } \ No newline at end of file diff --git a/plugins/joplin-plugin-note-encryption/manifest.json b/plugins/joplin-plugin-note-encryption/manifest.json index 22f1dac..453f478 100644 --- a/plugins/joplin-plugin-note-encryption/manifest.json +++ b/plugins/joplin-plugin-note-encryption/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "joplin-plugin-note-encryption", "app_min_version": "1.6", - "version": "1.0.2", + "version": "1.0.5", "name": "Note encryption", "description": "A joplin plugin, encrypt selected notes on the joplin desktop client.", "author": "ztbxxt", "homepage_url": "https://github.com/ZhangTe/joplin-plugin-encrypt-notes", "repository_url": "https://github.com/ZhangTe/joplin-plugin-encrypt-notes", "keywords": [], - "_publish_hash": "sha256:1756d64d89a5806538e959ec03c68c258df2077d66a633ebca31ad0f9ea25a7c", - "_publish_commit": "master:c95c8f75bab099f860af59431c95fccbb349f82b", + "_publish_hash": "sha256:fce9821a92fd80e109f67676e342e1d4fb40daa114679352dace194ea73e38b5", + "_publish_commit": "master:5ae6927b7286e3f565453fae576873f51a49cae6", "_npm_package_name": "joplin-plugin-note-encrypt" } \ No newline at end of file diff --git a/plugins/joplin-plugin-note-encryption/plugin.jpl b/plugins/joplin-plugin-note-encryption/plugin.jpl index d44d7f4..1a395f5 100644 Binary files a/plugins/joplin-plugin-note-encryption/plugin.jpl and b/plugins/joplin-plugin-note-encryption/plugin.jpl differ