Skip to content

Releases: zwmmm/CCManager

v1.12.12

27 May 16:21

Choose a tag to compare

Bug Fixes

  • Load the user's configured shell environment before running Usage Statistics refreshes so npx can be found from shell-managed Node.js setups, with a bash fallback when zsh is unavailable

v1.12.11

27 May 15:57

Choose a tag to compare

Bug Fixes

  • Update Usage Statistics to rely on the unified ccusage all-agent report and support the latest daily JSON shape
  • Run npx directly for usage refreshes to avoid loading interactive shell startup files
  • Polish Usage Statistics refresh feedback and summary row alignment

v1.12.10

26 May 09:48

Choose a tag to compare

Bug Fixes

  • Restore Codex OAuth ChatGPT token writing to auth.json while keeping config.toml limited to the selected model

v1.12.9

26 May 09:41

Choose a tag to compare

Bug Fixes

  • Update Codex provider configuration to store bearer tokens directly in config.toml without rewriting auth.json

Others

  • Simplify Usage Statistics by removing session parsing, grouping, launch actions, and automatic startup refresh

v1.12.8

10 May 16:42

Choose a tag to compare

Others

  • Hide Top Sessions section in Usage Statistics view temporarily

v1.12.7

29 Apr 07:01

Choose a tag to compare

Bug Fixes

  • Fix ConfigRowView copying masked value instead of actual API key content

v1.12.6

24 Apr 16:20

Choose a tag to compare

Others

  • Refresh the README with clearer install-first structure, project badges, keyboard shortcuts, and cc-switch credits

v1.12.5

24 Apr 10:23

Choose a tag to compare

Bug Fixes

  • Update the default Codex GPT model to gpt-5.5 across API-key and ChatGPT OAuth providers
  • Improve the Codex OAuth account form actions so refresh and logout controls stay compact in narrow layouts

Others

  • Display the Codex model configuration label as uppercase MODEL

v1.12.4

24 Apr 10:01

Choose a tag to compare

Bug Fixes

  • Improve provider drag-and-drop reordering responsiveness by keeping drop-time UI updates lightweight and persisting sort order asynchronously

Others

  • Improve CLI output formatting for agent-friendly usage

v1.12.3

23 Apr 14:14

Choose a tag to compare

Others

  • Polish CollapsibleGroup and ContentView UI components