diff --git a/README.md b/README.md index 1563f02..79ea47b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ This repository contains the following plugins: | [🏠](https://github.com/ThibaultJanBeyer/joplin-sheets) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.JSheets/plugin.jpl) | JSheets | 1.1.3 | JSheets - use to write spreadsheets like excel in Joplin | Thibault Jan Beyer | | [🏠](https://github.com/joplin/plugin-kanban/wiki) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.joplin.kanban/plugin.jpl) | Kanban | 1.0.5 | Flexible kanban board plugin for all your tasks | Balint Magyar | | [🏠](https://github.com/treymo/joplin-link-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.treymo.LinkGraph/plugin.jpl) | Link Graph UI | 1.1.4 | Visualize the connections between Joplin notes. | Trey Mo | -| [🏠](https://github.com/ajilderda/joplin-macos-native-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.andrejilderda.macOSTheme/plugin.jpl) | macOS theme | 1.2.13 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda | +| [🏠](https://github.com/ajilderda/joplin-macos-native-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.andrejilderda.macOSTheme/plugin.jpl) | macOS theme | 1.2.14 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.make_all_links/plugin.jpl) | Make All Links | 1.0.3 | Searches the current note for mentions of other notes, then makes the corresponding links. Just click the new icon in the toolbar. | S73ph4n | | [🏠](https://github.com/oswida/joplin-markdown-calc) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/osw.joplin.markdowncalc/plugin.jpl) | Markdown table calculations | 1.0.5 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda | | [🏠](https://github.com/hieuthi/joplin-plugin-markdown-table-colorize) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.markdown-table-colorize/plugin.jpl) | Markdown Table: Colorize | 1.1.3 | Add colors to markdown table syntax to help distinguish different columns | Hieu-Thi Luong | diff --git a/manifests.json b/manifests.json index a9ac645..39da2af 100644 --- a/manifests.json +++ b/manifests.json @@ -835,7 +835,7 @@ "manifest_version": 1, "id": "com.andrejilderda.macOSTheme", "app_min_version": "2.2.4", - "version": "1.2.13", + "version": "1.2.14", "name": "macOS theme", "description": "Native looking macOS theme for Joplin. Also works on non-macOS devices.", "author": "Andre Jilderda", @@ -848,8 +848,8 @@ "css", "macos" ], - "_publish_hash": "sha256:c7aae634e5eb29eb92dc38e8e40d26913a48bdb81aee2e687ad3278b75351b48", - "_publish_commit": "main:21a2370d0a95226be5144d6fbd91ff0efdfa7c49", + "_publish_hash": "sha256:602784c1a4ec51ea7cfb53bba52af567976bb37c9e57322e7da8d0f2be7f7e2b", + "_publish_commit": "main:b17fe31e4aff1001673602958b2ebf98f0245bd2", "_npm_package_name": "joplin-plugin-macos-theme", "_recommended": true }, diff --git a/plugins/com.andrejilderda.macOSTheme/manifest.json b/plugins/com.andrejilderda.macOSTheme/manifest.json index c0d9597..1a41490 100644 --- a/plugins/com.andrejilderda.macOSTheme/manifest.json +++ b/plugins/com.andrejilderda.macOSTheme/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.andrejilderda.macOSTheme", "app_min_version": "2.2.4", - "version": "1.2.13", + "version": "1.2.14", "name": "macOS theme", "description": "Native looking macOS theme for Joplin. Also works on non-macOS devices.", "author": "Andre Jilderda", @@ -15,7 +15,7 @@ "css", "macos" ], - "_publish_hash": "sha256:c7aae634e5eb29eb92dc38e8e40d26913a48bdb81aee2e687ad3278b75351b48", - "_publish_commit": "main:21a2370d0a95226be5144d6fbd91ff0efdfa7c49", + "_publish_hash": "sha256:602784c1a4ec51ea7cfb53bba52af567976bb37c9e57322e7da8d0f2be7f7e2b", + "_publish_commit": "main:b17fe31e4aff1001673602958b2ebf98f0245bd2", "_npm_package_name": "joplin-plugin-macos-theme" } \ No newline at end of file diff --git a/plugins/com.andrejilderda.macOSTheme/plugin.jpl b/plugins/com.andrejilderda.macOSTheme/plugin.jpl index 3c449f1..f8b31d4 100644 Binary files a/plugins/com.andrejilderda.macOSTheme/plugin.jpl and b/plugins/com.andrejilderda.macOSTheme/plugin.jpl differ