Skip to content

Commit 91ee9d9

Browse files
777geniusclaude
andcommitted
docs: update CHANGELOG for v1.0.3
Added release notes for Linux build fix: - Fixed missing libsecret-1-dev dependency - All four platforms now build successfully 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8828b7b commit 91ee9d9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to OS AI Computer Use will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.3] - 2025-10-26
9+
10+
### Fixed
11+
12+
#### CI/CD Build Issues
13+
- **Fixed Linux build failure in CI/CD**
14+
- Added missing `libsecret-1-dev` dependency to Linux build workflow
15+
- This package is required by `flutter_secure_storage_linux` plugin
16+
- Error was: "CMake Error: The following required packages were not found: libsecret-1>=0.18.4"
17+
- Files: `.github/workflows/build-linux.yml:49`
18+
19+
#### Impact
20+
- Linux builds in CI/CD now complete successfully
21+
- All four platforms (macOS, Windows, Linux, Web) now build correctly
22+
23+
---
24+
825
## [1.0.2] - 2025-10-26
926

1027
### Fixed

0 commit comments

Comments
 (0)