File apkeep.changes of Package apkeep
-------------------------------------------------------------------
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.