chore: bump version to 0.2.1

This commit is contained in:
dragonwocky 2023-04-10 13:11:15 +10:00
parent f4e4fad2aa
commit f48cd63a02
Signed by: dragonwocky
GPG Key ID: 7998D08F7D7BD7A8
3 changed files with 9 additions and 7 deletions

View File

@ -17,10 +17,9 @@ toggle app window visibility and can create quick notes from anywhere in your op
| Create tray icon | Add an icon to your system tray/menubar to bring hidden Obsidian windows back into focus on click or force a full quit/relaunch of the app through the right-click menu. _Changing this option requires a restart to take effect._ | Enabled | | Create tray icon | Add an icon to your system tray/menubar to bring hidden Obsidian windows back into focus on click or force a full quit/relaunch of the app through the right-click menu. _Changing this option requires a restart to take effect._ | Enabled |
| Toggle window focus hotkey | This hotkey is registered globally and will be detected even if Obsidian does not have keyboard focus. Format: [Electron accelerator](https://www.electronjs.org/docs/latest/api/accelerator) | CmdOrCtrl+Shift+Tab | | Toggle window focus hotkey | This hotkey is registered globally and will be detected even if Obsidian does not have keyboard focus. Format: [Electron accelerator](https://www.electronjs.org/docs/latest/api/accelerator) | CmdOrCtrl+Shift+Tab |
> **Note** The `Relaunch Obsidian` action can be triggered from the tray/menubar context menu, or with the in-app
> The `Relaunch Obsidian` action can be triggered from the tray/menubar context menu, or with the in-app command palette (search for "Tray: Relaunch Obsidian"). Hotkeys can be assigned to the command via
> command palette (search for "Tray: Relaunch Obsidian"). Hotkeys can be assigned to the command via Obsidian's built-in hotkey manager.
> Obsidian's built-in hotkey manager.
### Quick notes ### Quick notes

View File

@ -1,5 +1,8 @@
/* obsidian-tray v0.2.0 /**
by @dragonwocky */ * obsidian-tray v0.2.1
* (c) 2023 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (https://github.com/dragonwocky/obsidian-tray/) under the MIT license
*/
"use strict"; "use strict";

View File

@ -4,7 +4,7 @@
"author": "dragonwocky", "author": "dragonwocky",
"authorUrl": "https://dragonwocky.me/", "authorUrl": "https://dragonwocky.me/",
"description": "Launch Obsidian on startup and run it in the background from the system tray.", "description": "Launch Obsidian on startup and run it in the background from the system tray.",
"version": "0.2.0", "version": "0.2.1",
"isDesktopOnly": true, "isDesktopOnly": true,
"minAppVersion": "1.0.0" "minAppVersion": "1.0.0"
} }