Changelog
All notable changes to Pix Image Picker are documented here.
[Unreleased] - dev
Added
- MkDocs documentation site with Material theme
- Versioned documentation with mike
- Dokka API documentation integration
- Comprehensive getting started guides
- Detailed configuration reference
- Code examples and patterns
- Performance benchmarks
- Case studies and production adoption stories
- Roadmap for future features
- Contributing guidelines
[1.6.8] - 2025-02-07
Added
- New documentation website (MkDocs)
- API documentation via Dokka
- GitHub Pages deployment automation
- Versioned docs support with mike
Improved
- Code quality optimizations
- Better code formatting with Spotless
- Enhanced static analysis with Detekt
- Improved CI/CD pipeline
[1.6.7] - Older Release
Added
- Legacy features
Fixed
- Legacy bug fixes
Version History
Recent Versions
| Version | Release Date | Type | Notes |
|---|---|---|---|
| 1.6.8 | 2025-02-07 | Release | Current stable + new docs |
| dev | - | Development | Latest unreleased changes |
All Releases
For complete release history, see: - GitHub Releases - Official release notes - GitHub Tags - All version tags
How to Use This Changelog
Latest Version
View the latest stable release documentation:
https://akshay2211.github.io/PixImagePicker/
Development Version
See unreleased features and improvements:
https://akshay2211.github.io/PixImagePicker/dev/
Specific Version
Access documentation for any past version:
https://akshay2211.github.io/PixImagePicker/1.6.8/
https://akshay2211.github.io/PixImagePicker/1.6.7/
Changelog Format
This changelog follows Keep a Changelog conventions:
- Added - New features
- Changed - Changes in existing functionality
- Deprecated - Soon-to-be removed features
- Removed - Removed features
- Fixed - Bug fixes
- Security - Security vulnerability fixes
Release Schedule
Pix follows semantic versioning:
- Major (v2.0.0) - Breaking changes, major features
- Minor (v1.7.0) - New features, no breaking changes
- Patch (v1.6.8) - Bug fixes, improvements
Release Cadence
- Major releases: Every 12-18 months
- Minor releases: Every 3-4 months
- Patch releases: Every 2-4 weeks
- Hotfixes: As needed for critical bugs
Upgrading Between Versions
From 1.6.x to 1.7.0
No breaking changes expected. See Migration Guide for details.
From 1.x to 2.0
Planned for 2026. Breaking changes will be clearly documented with migration guides.
Quick Links to Changelogs
- 📝 1.6.8 - Latest stable
- 🔄 dev - Development version
- 🗂️ GitHub Releases - Official release notes
- 🔖 GitHub Tags - All versions
Staying Updated
Subscribe to Updates
- ⭐ Star on GitHub - Get notified of releases
- 👀 Watch Repository - Enable all notifications
- 📧 GitHub Notifications - Via email
Follow Development
- 🌿 Follow master branch - Latest unreleased changes
- 🔗 Subscribe to discussions - Development discussions
- 📣 Follow on Twitter - Announcements
Reporting Issues
Found a bug or issue?
- Check existing issues: GitHub Issues
- Check closed issues: Search resolved issues
- Create new issue: If not found, create a new issue with:
- Version affected
- Steps to reproduce
- Expected vs actual behavior
- Device and OS details
Contributing Changes
Want to help improve Pix?
- Report bugs - Open an issue with details
- Suggest features - Start a discussion
- Submit PRs - Fix bugs or add features
- Improve docs - Update or enhance documentation
See Contributing Guide for details.
Next Release
Planned for v1.7.0 (Q2 2025)
- Jetpack Compose support
- Advanced filtering options
- Enhanced video support
- Improved dark mode
- Performance optimizations
See Roadmap for complete future plans.
Archive
Previous Versions
Documentation for previous versions remains available:
All historical documentation is preserved and accessible.
Last updated: 2025-02-07 | View on GitHub