v2.2.0
Universal-Debloater-Alliance/universal-android-debloater-next-generationv2.2.0Aug 14, 2025by nazdridoy
AI Summary
This release makes the project significantly more accessible by publishing it on PyPI, enabling users to install it easily using standard Python package managers.
Key Highlights
- Project is now available on PyPI
- Streamlined installation via `pip`
- Automated publishing workflows established
New Features
- PyPI availability
- Automated publishing workflow setup
- Updated project metadata (license, authors, URLs)
Full Release Notes
## What's Changed in v2.2.0 We're thrilled to announce a major step forward in making our project more accessible! This release focuses on simplifying the installation process by making the project available on PyPI. ### Highlights * **Now on PyPI!**: Easily install the project using `pip`. * **Streamlined Installation**: Our recommended installation method is now `pip install`. ### What's Changed * **PyPI Availability**: The project is now published on PyPI, enabling straightforward installation via `pip`. This includes the setup of automated publishing workflows and comprehensive updates to project metadata (license, authors, URLs). * **Documentation Updates**: Installation instructions have been thoroughly revised, making `pip` installation the primary and recommended method. ### Installation ```bash # For new installations pip install kokoro-tts # To upgrade pip install --upgrade kokoro-tts ``` ### Full Changelog **Full Changelog**: https://github.com/nazdridoy/kokoro-tts/compare/v2.1.1...v2.2.0