v1.1
Latest
December 23, 2025
Major release with dashboard-centric activation flow, comprehensive documentation, and background running support.
✨ New Features
- Dashboard-centric exchange activation with modal popups for API credentials
- Dynamic tab visibility - tabs only appear for activated exchanges
- Background running scripts for Linux, macOS, Windows, and Raspberry Pi
- Activity log system with 100MB rotating files and 3 backups
- Per-exchange logs in UI with real-time polling (3 second intervals)
- Auto-save on all changes with toast notifications
- Built-in User Guide and Strategy Manual (accessible from dashboard header)
- Static file serving for documentation
- Extensible exchange registry architecture
🔧 Improvements
- Expanded Kraken trading pairs: ONDO, INJ, RENDER, AR, BONK, PENGU, WIF, TRX
- Improved exchange card design with real-time stats display
- Enhanced logging with configuration change tracking
- Better error handling for API authentication failures
- Optimized polling intervals for system resources
🐛 Bug Fixes
- Fixed
RuntimeError: no running event loop in APScheduler
- Removed setup wizard (install.sh now handles installation)
- Main app shows immediately on load (no wizard delay)
- Fixed Unicode encoding issues in web interface
v1.0
December 20, 2025
Initial release of PI Trading Bot with multi-exchange support and 10 trading strategies.
✨ Features
- Multi-exchange architecture with Kraken and MEXC support
- 10 professional trading strategies with configurable weights
- 4D Cyclical Pattern Recognition (flagship strategy)
- Heikin-Ashi trend detection
- Real-time web dashboard with system monitoring
- Independent configurations per exchange
- Comprehensive risk management controls
- Paper trading mode for testing
- FastAPI backend with async support
- Cross-platform support (Linux, Windows, macOS)
v0.9-beta
December 15, 2025
Beta release for testing core functionality.
✨ Features
- Initial Kraken exchange integration
- Basic web dashboard
- 5 trading strategies (4D Cyclical, Heikin-Ashi, MA Crossover, RSI, Bollinger)
- Configuration via .env file
- Basic logging system
⚠️ Known Issues
- Single exchange support only
- No background running capability
- Limited error handling
v0.5-alpha
December 10, 2025
Alpha release for internal testing.
✨ Features
- Proof of concept with Kraken API
- Basic strategy framework
- Command-line interface
- Simple signal generation