Releases: ImranR98/Obtainium
Releases Β· ImranR98/Obtainium
v0.6.11-beta
- Fixed issues with Apps failing to install due to old-style App IDs. This would happen with Apps that were first added in older versions of Obtainium (before v0.6.0).
- This issue also broke the ability to import Apps by URL or GitHub stars.
- Also adds a note informing users that Apps imported by URL or third-party methods (like GitHub stars) will show up as 'Not Installed' even if they are installed, and that this is fixed by re-installing them through Obtainium.
v0.6.10-beta
Fixes #104 and one other UI bug.
v0.6.9-beta
- Fixed bug in GitHub regex filtering caused by recent change (#20).
- Update notifications now get cancelled when an App is installed as this likely means the user has seen it already (#101).
- Ideally, update notifications should only be cancelled if the Apps being installed are the actual Apps mentioned in the notification, but there is no way to get his info from the notification (see MaikuB/flutter_local_notifications#1700), so the compromise is to just get rid of all update notifications when any app at all is installed or updated.
v0.6.8-beta
What's Changed
- Add arch info by @Marusiella in #100
- Adds a note about supported CPU architectures to the APK picker as a hint to help the user pick a supported APK.
New Contributors
- @Marusiella made their first contribution in #100
Full Changelog: v0.6.7-beta...v0.6.8-beta
v0.6.7-beta
v0.6.6-beta
Previously deleted this release for a bad reason.
v0.6.5-beta
v0.6.4-beta
Fixes #84 - Apps would not update correctly if Obtainium was included in the update list.