All notable changes to this project are documented in this file. The format is based on Keep a Changelog. This project adheres to Semantic Versioning.
Also, at the bottom of this file there is a TODO list with planned future changes.
v2.0.1 - 2025-12-03
-
backup-apks: Improved support for Android firmwares for whichadb shell pm list packagesfails or does not list all the installed packages by running it with an additional--user 0argument. -
backup,backup-apks: Should work properly on Windows.
v2.0.0 - 2025-03-30
-
Introduced
backup,backup-apks, andrestore-apkssubcommands.I.e.
hoardy-adbgained a front-end to theadbutility, inspired by Adebar.
-
Reworked most of the internals and switched to using
kisstdlib.This makes the code much smaller and produces a nicer TTY UI.
-
Improved documentation.
v1.2.0 - 2025-01-22
- Formatted code using
black. - Fixed minor issues found by
pylint. - Improved error handling.
- Greatly improved documentation.
- Added
./test-cli.shwith tests for all commands.
v1.1.3 - 2024-09-04
- Renamed to
hoardy-adb. - Improved documentation.
v1.1.2 - 2024-05-11
- Improved documentation.
v1.1.1 - 2024-03-22
- Improved documentation.
v1.1.0 - 2024-03-06
- Implemented output encryption support.
- Improved documentation.
v1.0.0 - 2024-02-01
- Initial public release.
Currently empty.