Changelog for
apkeep-0.16.0-2.19.i586.rpm :
* Fri Apr 05 2024 dead_mozayAATTopensuse.org- Update to version 0.16.0:
* Symlinking clang necessary for compilation
* Fix NDK zip reference
* Cross-compilation brought up to latest OpenSSL and Android SDK 26
* Support Google Play API v3
* Sat Jan 07 2023 dead_mozayAATTopensuse.org- Update to version 0.15.0:
* Adding support for progress bars in all download sources
* Thu Nov 24 2022 dead_mozayAATTopensuse.org- Update to version 0.14.1:
* Bugfix: google username and password no longer required on command-line if it\'s given in an ini file
* Fri May 27 2022 dead_mozayAATTopensuse.org- Update to version 0.13.0:
* Use the appropriate filename extensions (xapk or apk) for apkpure
* Better documentation for Google Play usage options
* Add support for additional files in google-play
* Add support for split APKs
* Adding instructions on installing for termux
* Thu May 19 2022 dead_mozayAATTopensuse.org- Update to version 0.12.2:
* No changelog.
* Fri May 06 2022 dead_mozayAATTopensuse.org- Update to version 0.12.0:
* Add specification of ini file as command-line argument
* Refactor to only load config when needed, separate out into own fn
* Language fixup
* Allowing specifying username / password in config file
* Rename util to config to make it less generic
* Refactoring to move common util functions into own module
* Adding a user prompt for username/password when not specified on command line
* Sat Apr 23 2022 dead_mozayAATTopensuse.org- Update to version 0.11.0:
* Adding support for Huawei AppGallery
* Fri Mar 18 2022 dead_mozayAATTopensuse.org- Update to version 0.10.0:
* Better documentation for -o option usage examples
* Use new API for verifying signed data separate from signed content in underlying \'cryptographic-message-syntax\' crate
* Better error handling for invalid outpath
* Add \'verify-index\' flag to allow users to bypass f-droid index verification
* When specifying f-droid mirrors, no fingerprint should be needed
* Allow users to specify a custom repository for f-droid download source
* Remove caveat about specific device profile
* Allow users to specify options to google play via the `options` command-line option, including a specific device config or locale
* Wed Feb 23 2022 dead_mozayAATTopensuse.org- Update to version 0.9.0:
* Download APKPure only from versions URL, do not attempt to parse details response (Closes #51)
* Refactoring each download source into its own module
* Thu Dec 09 2021 dead_mozayAATTopensuse.org- Update to version 0.8.0:
* Changing clap specification of command line arguments to make automatic usage text clearer
* Remove redundant reference
* Ensure config dir is created if it does not exist
* Adding cacheing of F-Droid package index to local config directory
* Tue Nov 30 2021 dead_mozayAATTopensuse.org- Update to version 0.7.0:
* Adding the ability to download versioned apps from APKPure and F-Droid, as well as list the versions available for a given app on these sources.
* Adding Permission Denied error message to all download sources
* Improving message for permission denied error and interrupting attempts
* Run `cargo readme`
* Add F-Droid example
* Thu Sep 23 2021 dead_mozayAATTopensuse.org- Update to version 0.6.0:
* Adding support for F-Droid
* Propagate GpapiErrorKind::EncryptLogin error message up to user
* Propagate GpapiErrorKind::SecurityCheck error message up to user
* Generating README with new usage notes
* Adding more usage notes
* Remove docs.rs badge from README
* Tue Sep 07 2021 dead_mozayAATTopensuse.org- Update to version 0.5.0:
* cargo-update: bump tokio from 1.10.1 to 1.11.0
* Replace aborting with skipping to reflect program flow
* Improve formatting with rustfmt
* Add download success messages
* Fix documentation for parallel short-flag
* Adding logo to README
* Update dependencies
* Add dependabot.yml
* Version bump
* Tue Sep 07 2021 Dead Mozay
- Initial package.