chore: bump version to 0.2.0, update readme

This commit is contained in:
dragonwocky 2023-04-10 00:10:12 +10:00
parent da54fc0937
commit 046440ea3c
Signed by: dragonwocky
GPG Key ID: 7998D08F7D7BD7A8
4 changed files with 7 additions and 7 deletions

View File

@ -19,11 +19,11 @@ toggle app window visibility and can create quick notes from anywhere in your op
### Quick notes
| Option | Description | Default |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| Quick note location | New quick notes will be placed in this folder. | |
| Quick note date format | New quick notes will use a filename of this pattern. Format: [Moment.js format string](https://momentjs.com/docs/#/displaying/format/) | YYYY-MM-DD |
| Quick note 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) | Disabled |
| Option | Description | Default |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- |
| Quick note location | New quick notes will be placed in this folder. | |
| Quick note date format | New quick notes will use a filename of this pattern. Format: [Moment.js format string](https://momentjs.com/docs/#/displaying/format/) | YYYY-MM-DD |
| Quick note 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+Q |
## Installation

View File

@ -1,4 +1,4 @@
/* obsidian-tray v0.1.2
/* obsidian-tray v0.2.0
by @dragonwocky */
"use strict";

View File

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

BIN
tray.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB