Releases: Hoverth/fdroidcl
Releases · Hoverth/fdroidcl
v0.8.1
v0.8.0
Breaking Changes
- Config file is now
tomlinstead ofjson- so custom configurations will have to be ported over
What's Changed
- README: use new way to install Go programs by @mvdan in #70
- Remove basedir implementation by @jugendhacker in #71
- Update dependencies by @jugendhacker in #74
- Use ANDROID_SERIAL for device selection by @jugendhacker in #75
Full Changelog: v0.7.0...v0.8.0
v0.7.0
- Add
list usersto query all users of a device - Add
-userto uninstall: only uninstall for specific user - Add
-userto search: only show apps installed for specific user - Change
-userfor install- it is now possible to specify
<USER_ID|current|all> - default for installing is now
current - default for upgrading is now: upgrades apps of all users and installs the new version only for the users of the old version
- it is now possible to specify
- Change
show: now also shows the F-Droid repository name and URL of the repository which provides the app - More detailed error reporting when installing or uninstalling fails
- Ignore system apps: otherwise it would attempt to upgrade them which will fail
- Fixed ADB property fallback: the ABIs of old devices should now be recognized
v0.6.0
- Show progressbar while downloading
- Add
-userto install: only install for specific user - Add
-eto install: exclude apps while upgrading - Add
-sto install: skip app if an error occurs - Add
cleansubcommand: clean index and/or cache - Add
reposubcommand: manage repositories - Add fallback for getting the ABI of a device
- Malformed config.json is not ignored anymore
- Fix parsing the repository index (MinSdk, MaxSdk, etc. should work again)
- Requires Go 1.18 or later
v0.5.0
- Add
-uand-nflags toinstall, as well as CSV export format support - Allow
downloadto work without installingadb - Convert to a Go module
- Move
mainpackage into the root directory - Rewrite test suite with
testscript - Tests are now faster and don't require network access
- Require Go 1.11 or later
Binaries built on go version go1.11.5 linux/amd64.
v0.4.0
v0.3.1
v0.3.0
- New commands
list categories
- Start suggesting versions based on device (Android version and arch filters) - @relan
- Allow specifying a version to download/install via
package:vercode- @relan - Use a cache file instead of parsing xmls at startup (from ~300ms to ~30ms on my machine)
- Allow filtering by last update date - @lolilolicon
- Added basic zsh completion - @lolilolicon