File apkeep.changes of Package apkeep
-------------------------------------------------------------------
Fri Oct 31 02:46:42 UTC 2025 - dead_mozay@opensuse.org
- Update to version 0.18.0:
* Update usage instructions for region-locked apps (#218)
* Fix to px_9a in a few places where the default was still px_7a
* Change default device. Fixes issue #216 (#220)
* Reverting to old APKPure endpoint but preserve ability to specify architecture (fixes #219)
* For APKPure, allow specifying more options e.g. `arch=` and add usage file.
* For F-Droid, default the entry point specification to true, with the option to disable
* Update to latest gpapi
* Updating logo
* Ensure we are printing to the correct output stream for all download sources
* Ensure error messages appear in stderr output
* Update dependencies, including the `gpapi` dependency (expands device configuration options)
* Moving download sources into its own module
* Adding the ability to specify json as an output format when listing versions of an app available (closes #77)
* Restructure code to put progress_bar in util module
* Remove quote around oauth token (closes #194)
* Change wording for F-Droid usage
* Update USAGE-google-play.md (#186)
* Add arch support for f-droid
-------------------------------------------------------------------
Wed Oct 16 17:31:19 UTC 2024 - dead_mozay@opensuse.org
- Update to version 0.17.0:
* Added support for F-Droid entry point specification and new index versions, updated dependencies
* improve google play usage documentation (#180)
* Update docs to replace password with AAS token
-------------------------------------------------------------------
Fri Apr 05 05:05:28 UTC 2024 - dead_mozay@opensuse.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 14:07:50 UTC 2023 - dead_mozay@opensuse.org
- Update to version 0.15.0:
* Adding support for progress bars in all download sources
-------------------------------------------------------------------
Thu Nov 24 05:14:57 UTC 2022 - dead_mozay@opensuse.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 12:32:47 UTC 2022 - dead_mozay@opensuse.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 16:12:24 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.12.2:
* No changelog.
-------------------------------------------------------------------
Fri May 06 02:41:04 UTC 2022 - dead_mozay@opensuse.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 14:41:11 UTC 2022 - dead_mozay@opensuse.org
- Update to version 0.11.0:
* Adding support for Huawei AppGallery
-------------------------------------------------------------------
Fri Mar 18 06:21:05 UTC 2022 - dead_mozay@opensuse.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 13:25:03 UTC 2022 - dead_mozay@opensuse.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 02:55:35 UTC 2021 - dead_mozay@opensuse.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 01:19:24 UTC 2021 - dead_mozay@opensuse.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 04:54:55 UTC 2021 - dead_mozay@opensuse.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 10:57:23 UTC 2021 - dead_mozay@opensuse.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 7 10:54:35 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>
- Initial package.