Skip to content

CodexMonitor 0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 06:22
· 5 commits to main since this release

Changelog

0.2.0 - 2026-08-14

Added

  • Added a Windows notification-area icon that remains available when the main window is hidden.
  • Added left-click restoration of the main window from the notification-area icon.
  • Added notification-area commands to open the window, refresh quota data immediately, and exit the application.
  • Added a one-time notification explaining that CodexMonitor continues running after the window is closed.
  • Added a custom application icon for the executable, main window, and notification area.

Changed

  • Closing the main window now hides it instead of exiting, allowing scheduled quota refreshes to continue in the background.
  • Exiting from the notification-area menu now cancels active refresh work, disposes the icon, and closes the application cleanly.
  • Updated the application icon to use a transparent background in the executable, main window, notification area, and background-running notification.

0.1.0 - 2026-08-14

Added

  • Added a regular WPF window that displays the available Codex quota windows, remaining percentages, reset countdowns, last refresh time, and current status.
  • Added local quota reads through the Codex app-server without reading authentication files or tokens directly.
  • Added an automatic data refresh interval of three minutes by default.
  • Added one-second local countdown updates without requesting fresh quota data every second.
  • Added a Refresh now action for immediate manual updates.
  • Added retention of the latest successful quota snapshot when a later refresh fails.
  • Added a local settings.json file for the refresh interval and an optional custom codex.exe path.
  • Added local diagnostic logging.
  • Added self-contained single-EXE, framework-dependent single-EXE, self-contained ZIP, and framework-dependent ZIP release formats for win-x64.