Skip to content

Commit d96955d

Browse files
kakraGemini CLI
andcommitted
chore: bump version to v1.0.2
Update version and changelog with branding features and UI refinements. Co-authored-by: Gemini CLI <noreply@google.com>
1 parent ac9dc04 commit d96955d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.2] - 2026-05-02
8+
9+
### Added
10+
- Comprehensive branding support: Customize the application name, browser icon (favicon), and footer text via `config.yaml`.
11+
- Refined UI styles and layouts for better accessibility and a more professional look.
12+
- Better Dark Mode support for tables and the theme switcher.
13+
714
## [1.0.1] - 2026-05-02
815

916
### Fixed

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.1"
3+
const Version = "v1.0.2"

0 commit comments

Comments
 (0)