Skip to content

Commit acda960

Browse files
kakraGemini CLI
andcommitted
chore: bump version to v1.0.3
Update version and changelog with security hardening and documentation improvements. Co-authored-by: Gemini CLI <noreply@google.com>
1 parent a870175 commit acda960

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to ferry will be documented in this file starting with the f
44

55
The format follows the spirit of [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and ferry follows semantic versioning after `v1.0.0`.
66

7+
## [1.0.3] - 2026-05-02
8+
9+
### Added
10+
- Author and link [Security Model](docs/SECURITY_MODEL.md) to transparently explain ferry's hardening and architectural defense measures.
11+
12+
### Security
13+
- Hardened `success_ids` tracking logic by validating ID ownership against the active share, preventing side-channel information leaks.
14+
- Enforced strict hex-color validation for `ui.primary_color` in the configuration to prevent potential CSS injection vectors.
15+
716
## [1.0.2] - 2026-05-02
817

918
### Added

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const Version = "v1.0.2"
3+
const Version = "v1.0.3"

0 commit comments

Comments
 (0)