mirror of
https://github.com/dragonwocky/obsidian-tray.git
synced 2025-04-06 12:59:03 +00:00
chore: bump version to 0.2.1
This commit is contained in:
parent
f4e4fad2aa
commit
f48cd63a02
@ -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
|
||||||
|
|
||||||
|
7
main.js
7
main.js
@ -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";
|
||||||
|
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user