Skip to content

v1.0.0-beta.2

Latest
Compare
Choose a tag to compare
@vladcudoidem vladcudoidem released this 26 Jun 16:31

What's New

  • Functionality on Linux now matches that on MacOS and Windows.
  • The UI has more animations and flows better.
  • Fixed a bug where the app would stop working correctly after only one failed dump.
  • Other small features and bug fixes.

Limitations

  • The application cannot detect the install location of the Android Debug Bridge (ADB) yet. I am working on implementing this in future beta releases, but at the moment it expects that ADB is installed where Android Studio usually installs it:

    • on Windows at ~/AppData/Local/Android/Sdk/platform-tools/adb.exe
    • on MacOS at ~/Library/Android/sdk/platform-tools/adb
    • on Linux at ~/Android/Sdk/platform-tools/adb
  • Currently, the screenshot area does not have multi-display support. This is coming in future releases as well.


Even though this is a beta release, the application itself has the version 1.0.0 (and no 0.x.y or beta tag) because Compose Multiplatform does not allow lower versions or beta/pre-release tags.