Skip to content

Commit 6f77038

Browse files
777geniusclaude
andcommitted
docs: update CHANGELOG for v1.0.2
Added release notes for production build fixes: - Fixed Flutter app not launching in production build - Updated launcher.py and packaging/launcher-macos.spec paths - Both backend and Flutter frontend now start correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 599ecf7 commit 6f77038

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.2] - 2025-10-26
9+
10+
### Fixed
11+
12+
#### Production Build Issues
13+
- **Fixed Flutter app not launching in production build**
14+
- Updated `launcher.py` to search for correct Flutter app name: `OS AI.app` instead of `frontend_flutter.app`
15+
- Updated `packaging/launcher-macos.spec` to bundle Flutter app using `Tree()` method
16+
- This preserves the `.app` bundle structure and prevents PyInstaller from processing executables as binaries
17+
- Affects both production (PyInstaller bundle) and development modes
18+
- Files: `launcher.py:86-104`, `packaging/launcher-macos.spec:16-85`
19+
20+
#### Impact
21+
- Production builds (`dist/OS AI.app`) now launch successfully
22+
- Both backend and Flutter frontend start correctly
23+
- System tray integration works as expected
24+
25+
---
26+
827
## [1.0.1] - 2025-10-25
928

1029
### Fixed

0 commit comments

Comments
 (0)