-
v1.1.0-rc1 Pre-Release
released this
2026-02-03 16:52:08 +00:00 | 0 commits to master since this releaseWeevil v1.1.0-rc1 Release Notes
Release Candidate 1 - February 3, 2026
What's New in v1.1.0
Template System 🎯
Transform Weevil from "empty project generator" to "start with professional code."
Three templates available:
-
basic (default) - Minimal FTC project
- Clean starting point (~10 files)
- Perfect for teams starting from scratch
-
testing - Professional testing showcase
- 45 comprehensive tests (all passing in < 2 seconds)
- 3 complete subsystems with hardware abstraction
- Learn from working, tested code
- ~30 files, professional documentation
-
localization - Grid-based robot positioning (NEW!)
- 12x12 field grid system (12-inch cells)
- Multi-sensor fusion (encoders + IMU + vision)
- Fault-tolerant positioning with graceful degradation
- Kalman-filter-style sensor combination
- ~21 files, 3 passing tests
Usage:
weevil new my-robot # Uses basic template weevil new my-robot --template testing # Uses testing template weevil new my-robot --template localization # Uses localization template weevil new --list-templates # Show all templatesCore Improvements
- Android Studio Integration - One-click build/deploy from IDE
- Proxy Support - Works in corporate/school environments
- System Diagnostics -
weevil doctorcommand for troubleshooting - Dependency Cleanup -
weevil uninstallcommand
Bug Fixes
- Fixed Android Studio run configurations on Windows (cmd.exe path issue)
- Fixed template test count assertion for 3 templates
Installation
# Download from GitHub releases # Extract and add to PATH weevil --version # Should show v1.1.0-rc1Testing Status
- ✅ All 62 tests passing
- ✅ Cross-platform (Windows, Linux, macOS)
- ✅ Zero compiler warnings
- ✅ Template system fully functional
- ✅ Android Studio integration verified
Known Issues
None - ready for production use!
What's Next (v1.2.0)
- Template metadata system with rich display
- Package ecosystem (
weevil addcommand) - Additional templates (autonomous patterns)
Feedback
Report issues or suggestions on GitHub or contact Nexus Workshops LLC.
Nexus Workshops LLC
FTC Software Engineering ExcellenceDownloads
-