diff --git a/CHANGELOG.md b/CHANGELOG.md index 5018067..d85cfc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.3] - 2026-06-09 + +### Improvements +- Upgrade pairing token generation to use a 32-byte cryptographically secure random sequence. +- Migrate pairing token storage from UserDefaults to KeychainCredentialStore for enhanced security. +- Redesign the "Connect Browser Extension" settings pane to be browser-agnostic with links to both Firefox and Chrome extension stores. +- Add a "Regenerate" button to instantly invalidate and recreate the pairing token. + +### Fixes +- Fix CORS preflight failures for the new `/ping` extension connection check by allowing `GET` methods in the local server. + ## [0.6.2] - 2026-06-08 ### Fixes