diff --git a/README.md b/README.md index 1672de5..7ce024d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,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.1 | 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.0.2 | 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.1.0 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda | | [🏠](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.1 | Turn your notes into a powerful calculator with inline math. | Caleb John | | [🏠](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 | diff --git a/manifests.json b/manifests.json index 2dd1c72..6dfa54e 100644 --- a/manifests.json +++ b/manifests.json @@ -829,7 +829,7 @@ "manifest_version": 1, "id": "com.andrejilderda.macOSTheme", "app_min_version": "2.2.4", - "version": "1.0.2", + "version": "1.1.0", "name": "macOS theme", "description": "Native looking macOS theme for Joplin. Also works on non-macOS devices.", "author": "Andre Jilderda", @@ -842,8 +842,8 @@ "css", "macos" ], - "_publish_hash": "sha256:79bc54010688ffa033e34ff0f16bf691fbc659287a2a8cfd3b34d3a6e5eaf31c", - "_publish_commit": "feature/joplin-plugin:56f6dd605f14c603da971c282839a0e0b9a9376a", + "_publish_hash": "sha256:3cc2063268fa43943527c3d0773a6eb810da1324883ba4cc6c9731af7b6a0efb", + "_publish_commit": "fix/misc-issues:32c55a6ccb217980890ce93c17f7da64c3b10cbd", "_npm_package_name": "joplin-plugin-macos-theme" } } \ No newline at end of file diff --git a/plugins/com.andrejilderda.macOSTheme/manifest.json b/plugins/com.andrejilderda.macOSTheme/manifest.json index 7bc310e..0921973 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.0.2", + "version": "1.1.0", "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:79bc54010688ffa033e34ff0f16bf691fbc659287a2a8cfd3b34d3a6e5eaf31c", - "_publish_commit": "feature/joplin-plugin:56f6dd605f14c603da971c282839a0e0b9a9376a", + "_publish_hash": "sha256:3cc2063268fa43943527c3d0773a6eb810da1324883ba4cc6c9731af7b6a0efb", + "_publish_commit": "fix/misc-issues:32c55a6ccb217980890ce93c17f7da64c3b10cbd", "_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 62b1fe6..b2248e4 100644 Binary files a/plugins/com.andrejilderda.macOSTheme/plugin.jpl and b/plugins/com.andrejilderda.macOSTheme/plugin.jpl differ