Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 04:02
· 18 commits to main since this release
07d860c

Install

Windows — download the .exe and run it.
Windows will show "Windows protected your PC" because the
installer is not code-signed. Click More info → Run anyway.

Ubuntu / Debian — download the .deb and:

sudo apt install ./android-backup-manager_0.1.0_amd64.deb

This installs udev rules so adb can reach your phone without
sudo. Replug the phone afterwards.

Requirements

adb must be available. On Ubuntu the package pulls it in via
Recommends; on Windows install Google's platform-tools, and note
that many phones need their manufacturer's USB driver.

Everything runs on your machine. Nothing is uploaded anywhere.

What's Changed

  • fix(backup): restore last discovery when navigating from the sidebar by @thisisankit27 in #4
  • feat(ui): classic desktop design system, app shell and page refactor by @thisisankit27 in #5
  • feat(backup): virtualized installer-style file selection tree by @thisisankit27 in #6
  • feat(desktop): run as a desktop app in a native window by @thisisankit27 in #10
  • build(packaging): bundle the desktop app with PyInstaller by @thisisankit27 in #11
  • build(packaging): Windows installer, Ubuntu .deb and release pipeline by @thisisankit27 in #12
  • feat(site): product landing page by @thisisankit27 in #14
  • fix(ci): unbreak the Windows and Linux release builds by @thisisankit27 in #15

New Contributors

Full Changelog: https://github.com/thisisankit27/android-backup-manager/commits/v0.1.0