v1.2.0
v1.2.0 Release Notes
Key Updates
1. Documentation Improvements [#15]
- Updated README with clearer feature descriptions
- Added roadmap section for future plans
- Refreshed main page screenshot
2. Configuration Enhancements [#16]
- Migrated from TOML to INI for simpler configuration
- Replaced Dynaconf with configparser
- Added support for user-specific settings
3. Docker Optimization [#16]
- Implemented named volume for settings in docker-compose.yml
4. Model Handling Upgrades [#17]
- Improved error handling for model addition
- Automatic fetching of latest model versions
- Enhanced ImageGenerator initialization
5. Code Refactoring [#16]
- Optimized configuration-related code
- Improved logging for better debugging
6. Dependency Updates [#16 ]
- Updated requirements.txt
This release focuses on improving user experience, streamlining configuration, and enhancing model handling. We've also made significant behind-the-scenes improvements for better maintainability.
Full Changelog: v1.1.1...v1.2.0