diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e82727d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [1.0.0] - 2026-01-27 + +First stable release! 🎉 + +### Added +- Complete Windows deployment support +- Android SDK path in project configuration +- Robust cross-platform build and deployment scripts +- Project upgrade command with config migration +- Comprehensive test suite + +### Fixed +- Windows APK discovery and deployment +- Batch file path parsing (quote handling) +- ADB integration and error reporting diff --git a/README.md b/README.md index b714779..1afb9f2 100644 --- a/README.md +++ b/README.md @@ -511,7 +511,7 @@ Built with frustration at unnecessarily complex robotics frameworks, and hope th ## Project Status -**Current Version:** 1.0.0-rc2 +**Current Version:** 1.0.0 **What Works:** - ✅ Project generation diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 6a4fe9b..38d85ea 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -2,9 +2,6 @@ This document outlines the planned feature development for Weevil across multiple versions. Features are subject to change based on user feedback, technical constraints, and market needs. -**Current Version:** 1.0.0-rc2 -**Next Release:** 1.1.0 (Target: TBD) - --- ## Version 1.1.0 - Core Stability & Team Adoption