mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-25 18:17:21 +00:00
chore(release): bump version to 0.6.3 and update changelog
This commit is contained in:
@@ -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/),
|
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).
|
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
|
## [0.6.2] - 2026-06-08
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|||||||
Reference in New Issue
Block a user