diff --git a/README.md b/README.md index 15824ff..bfacff0 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This repository contains the following plugins: | [🏠](https://github.com/Cologler/userlink-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler | | [🏠](https://github.com/joplin/plugin-kanban/wiki) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.joplin.kanban/plugin.jpl) | Kanban | 1.0.3 | 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.0.1 | View 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.5 | 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.6 | 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.0 | 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.3 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda | | [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.MathMode/plugin.jpl) | Math Mode | 0.5.2 | Turn your notes into a powerful calculator with inline math. | Caleb John | diff --git a/manifests.json b/manifests.json index b280513..95ecb5d 100644 --- a/manifests.json +++ b/manifests.json @@ -850,7 +850,7 @@ "manifest_version": 1, "id": "com.andrejilderda.macOSTheme", "app_min_version": "2.2.4", - "version": "1.2.5", + "version": "1.2.6", "name": "macOS theme", "description": "Native looking macOS theme for Joplin. Also works on non-macOS devices.", "author": "Andre Jilderda", @@ -863,8 +863,8 @@ "css", "macos" ], - "_publish_hash": "sha256:7e4b6321d3c9878cd17671111d4a66f5dcebc275266e7bf925c338bd940cfcf9", - "_publish_commit": "v1.2.5:2a0b98d806dc4360d2c1c5e111323bb57ff500f9", + "_publish_hash": "sha256:ae900a7229c10c6e6d7055fe3d080bc2c8aba5c31c53658017e3551a6ddd4695", + "_publish_commit": "v1.2.6:f06c9c6231d649c2165731be1f91bd6dff2f99f3", "_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 4d3f2cd..ccfb8a9 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.5", + "version": "1.2.6", "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:7e4b6321d3c9878cd17671111d4a66f5dcebc275266e7bf925c338bd940cfcf9", - "_publish_commit": "v1.2.5:2a0b98d806dc4360d2c1c5e111323bb57ff500f9", + "_publish_hash": "sha256:ae900a7229c10c6e6d7055fe3d080bc2c8aba5c31c53658017e3551a6ddd4695", + "_publish_commit": "v1.2.6:f06c9c6231d649c2165731be1f91bd6dff2f99f3", "_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 4bc4ff8..5511df8 100644 Binary files a/plugins/com.andrejilderda.macOSTheme/plugin.jpl and b/plugins/com.andrejilderda.macOSTheme/plugin.jpl differ