Skip to content

Releases: vladcudoidem/Schaumamal

v1.0.0-beta.2

26 Jun 16:31
Compare
Choose a tag to compare

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.

v1.0.0-beta.1

24 Jun 11:51
Compare
Choose a tag to compare

This is the first beta release of Schaumamal!

The application has the version 1.0.0 (and no beta specification) because Compose Multiplatform does not allow lower versions or beta/pre-release tags.

Limitations

  1. Currently only Windows and MacOS are fully supported. Trying to dump on Linux should throw an error, because the dump functionality is not fully implemented yet.

  2. 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