diff --git a/README.md b/README.md index b1b93b6..81cb671 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Swift](https://img.shields.io/badge/Swift-5.9-F05138?style=flat&logo=swift&logoColor=white)](https://swift.org) [![Version](https://img.shields.io/badge/version-1.2.0-orange?style=flat)](https://github.com/superdooper86/claudechecker/releases) [![License](https://img.shields.io/badge/license-MIT-blue?style=flat)](LICENSE) -[![Beta](https://img.shields.io/badge/beta-1.2.1--beta.1-orange?style=flat)](https://github.com/superdooper86/claudechecker/releases/tag/v1.2.1-beta.1) +[![Beta](https://img.shields.io/badge/beta-1.2.1--beta.2-orange?style=flat)](https://github.com/superdooper86/claudechecker/releases/tag/v1.2.1-beta.2) diff --git a/version-beta.json b/version-beta.json index 2fd0ea0..449c8d1 100644 --- a/version-beta.json +++ b/version-beta.json @@ -1,5 +1,5 @@ { - "version": "1.2.1-beta.1", - "url": "https://github.com/superdooper86/claudechecker/releases/download/v1.2.1-beta.1/ClaudeChecker.zip", - "notes": "## What's new in v1.2.1\n\n### Bug fixes\n- Fixed \"Not signed in\" showing incorrectly on launch when the session was already active\n- Sign-in state is now detected immediately from stored cookies on startup, before the first data refresh completes\n- Added `/api/organizations` as a final fallback for org ID resolution when the bootstrap API response doesn't include it\n- Session cookie detection now checks both `sessionKey` and `__Secure-next-auth.session-token` cookie names" + "version": "1.2.1-beta.2", + "url": "https://github.com/superdooper86/claudechecker/releases/download/v1.2.1-beta.2/ClaudeChecker.zip", + "notes": "## What's new in v1.2.1\n\n### Bug fixes\n- Fixed \"Not signed in\" showing incorrectly on launch when the session was already active\n- Sign-in state is now detected immediately from stored cookies on startup, before the first data refresh completes\n- Fixed Re-authenticate (and Sign In) not detecting an existing session — the login window now loads `claude.ai` directly so already-signed-in users are detected correctly and the window auto-dismisses\n- Added `/api/organizations` as a final fallback for org ID resolution when the bootstrap API response doesn't include it\n- Session cookie detection now checks both `sessionKey` and `__Secure-next-auth.session-token` cookie names" }