diff --git a/README.md b/README.md index 3ed25f0..aaad3b7 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ This repository contains the following plugins: | [🏠](https://github.com/joplin/plugin-kanban/wiki) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.joplin.kanban/plugin.jpl) | Kanban | 1.0.7 | Flexible kanban board plugin for all your tasks | Balint Magyar | | [🏠](https://github.com/hieuthi/joplin-plugin-life-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.life-calendar/plugin.jpl) | Life Calendar | 1.2.1 | Your Life in Week Plugin for Joplin | Hieu-Thi Luong | | [🏠](https://github.com/treymo/joplin-link-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.treymo.LinkGraph/plugin.jpl) | Link Graph UI | 1.3.0 | 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.3.0 | 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.3.1 | 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 626f14c..8ad02a8 100644 --- a/manifests.json +++ b/manifests.json @@ -820,7 +820,7 @@ "manifest_version": 1, "id": "com.andrejilderda.macOSTheme", "app_min_version": "2.2.4", - "version": "1.3.0", + "version": "1.3.1", "name": "macOS theme", "description": "Native looking macOS theme for Joplin. Also works on non-macOS devices.", "author": "Andre Jilderda", @@ -833,8 +833,8 @@ "css", "macos" ], - "_publish_hash": "sha256:4b81857a1714e1c4a5b0a47e4757f32d519e3c4996d21f9ddf090c1951322a62", - "_publish_commit": "v1.3.0:4a0141dbceb05cd5dcc2350d34574317be7fc67c", + "_publish_hash": "sha256:43b5b867518a41c941bbbb5eba44e7e2f5623f513305a3bc174984427207c43b", + "_publish_commit": "fix/remove-background-color-of-sort-order-button-in-dark-mode:e0879b46e7c592bbb948721181eb342829aa7024", "_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 ec9f1ab..8ec53f3 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.3.0", + "version": "1.3.1", "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:4b81857a1714e1c4a5b0a47e4757f32d519e3c4996d21f9ddf090c1951322a62", - "_publish_commit": "v1.3.0:4a0141dbceb05cd5dcc2350d34574317be7fc67c", + "_publish_hash": "sha256:43b5b867518a41c941bbbb5eba44e7e2f5623f513305a3bc174984427207c43b", + "_publish_commit": "fix/remove-background-color-of-sort-order-button-in-dark-mode:e0879b46e7c592bbb948721181eb342829aa7024", "_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 25e7e2f..aa8f5a1 100644 Binary files a/plugins/com.andrejilderda.macOSTheme/plugin.jpl and b/plugins/com.andrejilderda.macOSTheme/plugin.jpl differ