Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 5 KB

CHANGELOG.md

File metadata and controls

73 lines (47 loc) · 5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.7 (2023-11-17)

Features

  • add items to tray (7818cb2)
  • add key to test build action (4589c91)
  • add support for labeled and ready_for_review pull (a0d1c6f)
  • update deps (e7c9c62)
  • update Tauri action and latest release JSON (c9f28d7)
  • use dynamic version form data loader (328dbe5)

Bug Fixes

0.0.6 (2023-11-08)

Features

  • add system tray and menu (adfcada)
  • use menu register shortcut (ee705b7)

0.0.5 (2023-11-06)

Features

0.0.4 (2023-11-05)

0.0.3 (2023-11-05)

0.0.2 (2023-11-05)

0.0.1 (2023-11-04)

Features

  • add open_link command (7f81aba)
  • add tauri-plugin-window-state to persist window sizes and positions (75a0703)
  • add basic navigate commands (85f94ba)
  • add command palette page (4dc7eab)
  • add command palette shortcut (055ba92)
  • add icons (aa4127f)
  • add settings page (bd850db)
  • allow external link can be open on broswer (be9883d)
  • implement new command palette page (f24f465)
  • init command palette logic (293853f)
  • let win can be transparent (9c801d0)
  • restructure app & add custom config (74a3ac8)
  • tweak allowlist (7f4cdd4)
  • use settings.json instead (29ec1b5)
  • use setup hook to init window (db1baa8)

Bug Fixes

  • add macOSPrivateApi to tauri config (1dda712)
  • add settings window (a8880ef)
  • keydown event should add on window level (e461f12)
  • move logo out from public (6a096cd)
  • prevent init script run multiple times (2e6ab53)
  • prevent shortcut fired even not focused main window (5f1b762)