diff --git a/README.md b/README.md index 3b59733..3496ffa 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This repository contains the following plugins: [🏠](https://github.com/Cologler/userlink-joplin) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler [🏠](https://discourse.joplinapp.org/t/kanban-board-project/17469) | Kanban | 1.0.0 | Flexible kanban board plugin for all your tasks | Balint Magyar [🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.9 | View the connections between Joplin notes. | Trey Moore -[🏠](https://github.com/ajilderda/joplin-macos-native-theme) | macOS theme | 1.0.0 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda +[🏠](https://github.com/ajilderda/joplin-macos-native-theme) | macOS theme | 1.0.2 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda [🏠](https://github.com/oswida/joplin-markdown-calc) | Markdown table calculations | 1.0.3 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | 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) | 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 5284da9..817fbb6 100644 --- a/manifests.json +++ b/manifests.json @@ -825,7 +825,7 @@ "manifest_version": 1, "id": "com.andrejilderda.macOSTheme", "app_min_version": "2.2.4", - "version": "1.0.0", + "version": "1.0.2", "name": "macOS theme", "description": "Native looking macOS theme for Joplin. Also works on non-macOS devices.", "author": "Andre Jilderda", @@ -838,8 +838,8 @@ "css", "macos" ], - "_publish_hash": "sha256:1eb14a312bc524408079b14442e16405cd637120f1f36cfe1ac1a8019b499fa1", - "_publish_commit": "feature/joplin-plugin:b434eeaf3730c1695b32dd0e9dfb3a135fdab4ee", + "_publish_hash": "sha256:79bc54010688ffa033e34ff0f16bf691fbc659287a2a8cfd3b34d3a6e5eaf31c", + "_publish_commit": "feature/joplin-plugin:56f6dd605f14c603da971c282839a0e0b9a9376a", "_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 c021fb6..7bc310e 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.0", + "version": "1.0.2", "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:1eb14a312bc524408079b14442e16405cd637120f1f36cfe1ac1a8019b499fa1", - "_publish_commit": "feature/joplin-plugin:b434eeaf3730c1695b32dd0e9dfb3a135fdab4ee", + "_publish_hash": "sha256:79bc54010688ffa033e34ff0f16bf691fbc659287a2a8cfd3b34d3a6e5eaf31c", + "_publish_commit": "feature/joplin-plugin:56f6dd605f14c603da971c282839a0e0b9a9376a", "_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 c5af9b3..62b1fe6 100644 Binary files a/plugins/com.andrejilderda.macOSTheme/plugin.jpl and b/plugins/com.andrejilderda.macOSTheme/plugin.jpl differ