2.5 KiB
2.5 KiB
EU-Utility v2.1.0 Release Notes
Release Date: 2026-02-14
Version: 2.1.0
Codename: "Nexus"
🎉 What's New
7 New Plugins
- Session Exporter - Export hunting/mining sessions to CSV/JSON
- Price Alert System - Monitor Nexus API prices with notifications
- Auto-Screenshot - Capture screen on Global/HOF automatically
- Discord Rich Presence - Show EU activity in Discord status
- Import/Export Tool - Universal data backup and restore
- Analytics Dashboard - Usage tracking and performance monitoring
- Auto-Updater - Automatic update checking and installation
New Core Systems
- Theme System - Dark, Light, and EU Classic themes
- Logging System - Structured logging with rotation
- Security Hardening - Path validation, input sanitization
- CI/CD Pipeline - GitHub Actions for testing
📊 Statistics
- Total Plugins: 31 (24 + 7 new)
- Core Services: 12
- Test Coverage: 75%
- Documentation: 15 files
- Lines of Code: ~25,000
- Git Commits: 6 major
🔒 Security Improvements
- Path traversal vulnerabilities patched
- Input sanitization on all user inputs
- URL validation in HTTP client
- Clipboard size limits
- Plugin sandboxing improvements
🚀 Performance Enhancements
- OCR lazy loading (faster startup)
- Database query optimization
- Memory leak fixes
- UI rendering improvements
- Background task efficiency
📚 Documentation
- Complete API Reference
- Plugin Development Guide
- User Manual
- Troubleshooting Guide
- FAQ (50+ questions)
- API Cookbook
- Migration Guide
- Security Hardening Guide
🐛 Bug Fixes
- Windows compatibility improvements
- Cross-platform file locking
- Plugin loading reliability
- Error handling robustness
- Memory management fixes
🎯 Known Issues
- Linux: Window manager features limited
- macOS: Not officially supported
- OCR: First run downloads models (slow)
🔄 Upgrade Notes
From v2.0
- Backup your data (automatic on update)
- Run Auto-Updater or
git pull - Install new dependencies:
pip install -r requirements.txt - Restart EU-Utility
From Other Tools
See Migration Guide
🙏 Contributors
- LemonNexus - Lead Developer
- Community - Testing and feedback
📥 Download
- Windows: EU-Utility-Windows.zip
- Linux: EU-Utility-Linux.zip
- Source:
git clone https://github.com/ImpulsiveFPS/EU-Utility.git
Full changelog available in CHANGELOG.md