Commit graph

  • 90d685e527
    Merge 0e94f9b242 into ac353bb5a6 David Becker 2026-06-12 13:29:46 -0700
  • 0e94f9b242 feat: add "auto hide taskbar icon" option David Becker 2026-06-12 12:40:03 -0700
  • eb8009decd fix: serialize macos dock icon transitions so rapid changes are not dropped David Becker 2026-06-12 12:39:04 -0700
  • 3d6d0be679 docs: fix "from from" typo in hide taskbar icon description David Becker 2026-06-12 12:38:34 -0700
  • 4f11ed5965
    Merge bdf2093bf3 into ac353bb5a6 EndermanbugZJFC 2026-03-01 23:12:46 +1100
  • bdf2093bf3
    Refactor window methods to use function syntax EndermanbugZJFC 2026-03-01 22:59:17 +1100
  • 0e3fb33bf6
    Merge 9a4c48d9ea into ac353bb5a6 Desmond Sylin 2025-11-15 07:14:05 +0800
  • 0531973148
    Merge e3de313bdd into ac353bb5a6 可以李 2025-11-12 17:00:42 +0800
  • e3de313bdd feat(quick note): add option to control how duplicate filenames are handled Introduce a new quickNoteAlwaysCreate setting. When disabled, opening a note with an existing filename will switch to that file instead of creating a new one with an incremented number. The legacy behavior (always create a numbered file) remains the default. 东龙 2025-11-12 16:48:24 +0800
  • 9a4c48d9ea
    fix: prevent macOS shutdown blocking when tray icon is active Claude 2025-11-12 00:20:11 +0000
  • eea4b2c128
    Merge ce30f4a614 into ac353bb5a6 ari 2025-11-03 23:53:43 +0700
  • 445a63bbb8
    Merge 6a02b9af14 into ac353bb5a6 Jock 2025-11-03 23:53:23 +0700
  • f4a24a6373
    Merge 5c36b19640 into ac353bb5a6 Karl Fischer 2025-10-31 23:52:10 +0800
  • 4708a21ca7
    Merge d7a6765a66 into ac353bb5a6 Amit Karamchandani Batra 2025-10-20 14:52:07 +0200
  • ac353bb5a6
    Merge pull request #66 from achilleas-k/fix/accelerator-docs-url main Tom 2025-10-19 20:06:06 +1100
  • 5e7ee6ca73 fix: update documentation URL for Electron accelerator format Achilleas Koutsou 2025-10-16 11:08:33 +0200
  • 6a02b9af14 fix: #41 Fixed the bug that the beforeunload event was triggered incorrectly jock 2025-08-17 12:23:48 +0800
  • 5c36b19640 feat(icons): Added new icons based on https://obsidian.md/blog/new-obsidian-icon/ kmf 2025-08-16 09:28:19 +0200
  • ce30f4a614 Add Obsidian protocol URI handler for toggling windows ari 2025-05-10 10:28:11 -0300
  • 2bccce55b2
    Merge 7900f7fc7d into f4e827253d Khaf 2025-03-18 06:55:29 +0100
  • f4e827253d
    merge #51: expose windowing to other plugins Tom 2025-03-15 22:06:39 +1100
  • 7900f7fc7d fix: #14 taskbar icon doesn't open minimized Obsidian Kh4f 2025-01-11 04:38:21 +0300
  • 62fcf88fe6
    feat: expose getCurrentWindow Blue Falcon 2024-06-23 02:13:35 -0700
  • 09fe3c2d03
    feat: expose windowing APIs to other plugins Blue Falcon 2024-06-23 01:57:53 -0700
  • 862621dfb2
    Merge 7bf0055cb6 into cc0baa3226 Llewllyn 2024-05-03 20:15:38 +1200
  • 7bf0055cb6
    Fix toggle vault Llewllyn 2024-05-03 20:13:57 +1200
  • 20a14c9856
    Add vault window commands Llewllyn 2024-05-03 19:25:28 +1200
  • d7a6765a66 feat: #18 add functionality for configuring separate directories and note filename formats for quick notes and daily notes, with independent hotkey settings Amit Karamchandani Batra 2024-02-11 00:40:44 +0100
  • ba229da0f2 feat: #18 add an option for allowing to open an existing quick note when creating a new one Amit Karamchandani Batra 2023-10-30 17:43:27 +0100
  • cc0baa3226
    fix: #29 #30 focus maximised windows on trigger after alt-tab 0.3.5 dragonwocky 2023-09-04 21:26:01 +1000
  • 6a76f575ed
    revert hotkey changes as per #19 0.3.4 dragonwocky 2023-08-24 18:40:15 +1000
  • b60e453b68
    fix #28: restore dock on close, hide dock on focus if req dragonwocky 2023-08-24 18:39:19 +1000
  • 999213801f
    set public manifest version to 0.3.3 dragonwocky 2023-08-24 18:25:29 +1000
  • 77ce4bd54a
    partial fix #28: will quit obsidian if single vault is closed dragonwocky 2023-08-23 23:17:51 +1000
  • 096bb34d54
    fix #19: use super for default hotkeys to avoid conflicts e.g. CmdOrCtrl+Shift+Tab is bound by default to switch tabs in obsidian and chrome dragonwocky 2023-08-23 22:37:51 +1000
  • fb15c25171
    fix #16: disable toggle on macos menubar icon click dragonwocky 2023-08-23 22:06:27 +1000
  • b62d8862ab
    theoretically fix #28: quit app on macos if no windows remain dragonwocky 2023-08-23 21:57:17 +1000
  • 4c0c3da898
    theoretically fix #27: call app.dock.hide() on mac dragonwocky 2023-08-23 21:38:04 +1000
  • b8326526ef
    fix #21: always create quick notes relative to root dragonwocky 2023-08-23 21:25:41 +1000
  • 5cef2b0ed7
    fix #22: preserve maximised windows after minimisation dragonwocky 2023-08-23 20:40:47 +1000
  • 78e819cc45
    merge pull request #24 from Zarpyk/main Tom 2023-08-23 20:37:49 +1000
  • 71ba850a15
    Fix #22 Zarpyk 2023-07-27 13:58:32 +0200
  • a5abaf32e7
    chore: remove "coming soon" from readme Tom 2023-04-21 15:30:17 +1000
  • d49c49fe83
    chore: update plugin description 0.3.3 dragonwocky 2023-04-11 16:49:38 +1000
  • 6f81acb0ad
    chore: update tray.png dragonwocky 2023-04-11 16:44:11 +1000
  • aac711518b
    chore: bump version to 0.3.2 0.3.2 dragonwocky 2023-04-11 16:35:34 +1000
  • aa4e824723
    feat: register close vault to command palette dragonwocky 2023-04-11 16:32:23 +1000
  • d37152dd4e
    chore: update terminology to different between vault-level and app-level actions dragonwocky 2023-04-11 16:31:36 +1000
  • fcce4935a3
    chore: add <kbd> formatting to quick note hotkey in readme dragonwocky 2023-04-11 16:23:56 +1000
  • b8834b1286
    feat: make tray icon tooltip configurable dragonwocky 2023-04-11 16:21:26 +1000
  • 16d577d67e
    feat: #13 use the vault name as tray icon tooltip (@hedonihilist) Tom 2023-04-11 15:53:16 +1000
  • f0c6a5d49f use the vault name as tray icon tooltip Hedonihilist 2023-04-11 00:18:00 +0800
  • 4e097cca14
    chore: change plugin id from obsidian-tray -> tray 0.3.1 dragonwocky 2023-04-10 23:53:07 +1000
  • 5cf55e3b7c
    chore: bump version to 0.3.0 0.3.0 dragonwocky 2023-04-10 23:46:37 +1000
  • 44518be5a5
    feat: edit tray icon w/out app restart dragonwocky 2023-04-10 23:44:25 +1000
  • 3270ed5d82
    feat: #7 multi-vault support (open, hide & quit actions target vault windows only) dragonwocky 2023-04-10 23:35:39 +1000
  • 8cebeed926
    chore: upload obsidian.png for embedding in the readme dragonwocky 2023-04-10 22:01:00 +1000
  • 1937bdb561
    chore: add trayIconImage opt to readme dragonwocky 2023-04-10 21:49:58 +1000
  • db671961c5
    feat: #2 customisable tray icon image dragonwocky 2023-04-10 21:24:13 +1000
  • 84a02f157a
    fix: prevent type-specific format descs from duplicating on menu reopen dragonwocky 2023-04-10 21:14:27 +1000
  • f48cd63a02
    chore: bump version to 0.2.1 0.2.1 dragonwocky 2023-04-10 13:11:15 +1000
  • f4e4fad2aa
    feat: #8 register relaunch obsidian to command palette dragonwocky 2023-04-10 13:05:33 +1000
  • 1ba0ffb550
    chore: define all messages in constants dragonwocky 2023-04-10 12:59:44 +1000
  • 1fd510e3d2
    fix: #12 intercept window close at electron level dragonwocky 2023-04-10 12:37:07 +1000
  • 046440ea3c
    chore: bump version to 0.2.0, update readme 0.2.0 dragonwocky 2023-04-10 00:10:12 +1000
  • da54fc0937
    feat: #10 add quick notes via tray or hotkey dragonwocky 2023-04-10 00:02:15 +1000
  • d34a8edf42
    chore: set defaults to disabled, make window-management modifications opt-in dragonwocky 2023-04-09 22:25:09 +1000
  • 74784eb6df
    feat: hide from taskbar option #11 dragonwocky 2023-04-09 22:19:28 +1000
  • b366512321
    chore: use 16x16 base64 encoded icon for macos compat dragonwocky 2023-04-09 21:51:51 +1000
  • fbce51895d
    fix: hide on launch after layout ready to prevent refocusing of minimised window dragonwocky 2023-04-09 21:34:30 +1000
  • 7f9ec58cfa
    fix: #4, #6 decouple run in background and hide on launch opts dragonwocky 2023-04-09 16:14:42 +1000
  • 5a81b44df1
    chore: bump version in main.js dragonwocky 2022-11-23 15:52:27 +1100
  • 28da78c12b
    chore: bump manifest version 0.1.2 dragonwocky 2022-11-23 15:44:36 +1100
  • 94ab240b51
    fix: cleanup window close interception on plugin unload dragonwocky 2022-11-23 15:44:13 +1100
  • c89a6e1f75
    chore: add img to readme 0.1.1 dragonwocky 2022-11-23 15:31:05 +1100
  • 7d87865e90
    feat: add tray and hotkey dragonwocky 2022-11-23 15:27:46 +1100
  • 99b40d9506
    Initial commit Tom 2022-11-23 10:16:46 +1100