Releases: jayadevpanthaplavil/update-manager
Releases · jayadevpanthaplavil/update-manager
v1.2.1
v1.2.1
- Added support for separate redirection URL in Remote Config, allowing different URLs for update redirection based on configuration.
- Prioritized forced update handling over patch updates when the minimum version changes.
- Ensured update check is triggered even when store navigation is skipped, improving reliability of update detection.
v1.2.0
v1.2.0
- Added support for common update tracks: stable, beta, and staging for both release and patch updates.
- Added default UI for app update and patch.
- The built-in update dialog and patch UI can now be used with minimal configuration.
- Updated Remote Config template to support track-specific versions and patch numbers.
- Fixed version comparison to handle BigInt, ensuring accurate comparison across extended version formats.
v1.1.1
v1.1.1
- Improved version comparison logic to correctly handle variable-length semantic version formats (e.g., 1.2 vs 1.2.0).
v1.1.0
v1.1.0
- Added Shorebird patch update functionality integrated alongside Firebase Remote Config.
- Support for specifying Shorebird update tracks.
- Improved update handling combining both Remote Config and Shorebird services.
- Updated Remote Config template to include Shorebird-related parameters.
- Enhanced internal flow for checking updates from multiple sources.
v1.0.0
v1.0.0
- Added RemoteConfig-based app update manager
- Supports optional and force updates
- Provides easy integration with Flutter apps
- Ready for Firebase Remote Config setup
- Future support planned for Shorebird patch updates