Skip to content

Releases: okwasniewski/MiniSim

v0.6.0

03 Jun 19:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

30 Mar 11:13
Compare
Choose a tag to compare

What's Changed

  • feat: add onboarding experience.
  • feat: add option to clear Xcode derived data.
  • feat: allow for custom installations of Android Studio (ANDROID_HOME path).
  • fix: fixed bugs with custom .zshrc / .bashrc configs causing issues.
  • Full Changelog: v0.4.3...v0.5.0

    v0.4.3

    17 Mar 17:20
    Compare
    Choose a tag to compare

    What's Changed

    Full Changelog: v0.4.2...v0.4.3

    v0.4.2

    16 Mar 13:21
    Compare
    Choose a tag to compare

    What's Changed

    • fix: ignore android force quitting error, truncate error description by @okwasniewski in #42

    Full Changelog: v0.4.1...v0.4.2

    v0.4.1

    13 Mar 19:53
    e51ad69
    Compare
    Choose a tag to compare

    What's Changed

    • feat: allow to pass additional custom params in #36

    Full Changelog: v0.4.0...v0.4.1

    v0.4.0

    07 Mar 16:26
    Compare
    Choose a tag to compare

    Background

    • Fixed issue with wrong placement of android devices in the menu after cleaning cache
    • Indicate running emulators by adding checkmark next to them
    • Display submenus according to current device state (on / off)
    • Opt-in notifications when copying text
    • Focus devices using accessibility API instead of trying to open it (Requires additional permissions)

    v0.3.0

    20 Feb 15:23
    3ce9e0a
    Compare
    Choose a tag to compare

    Background

    • New: Send clipboard to Android emulator

    v0.2.1

    11 Feb 16:08
    c05532f
    Compare
    Choose a tag to compare

    Background

    • Added default fallback for users having problems with ANDROID_HOME variable not being set.

    v0.2.0

    09 Feb 18:41
    a0377d2
    Compare
    Choose a tag to compare

    Background

    • Added support for copying device name and UDID for iOS.
    • Added support for copying device name and ADB id for Android.
    • Added support for toggling a11y on Android devices.
    • Changed way of getting developer tools paths to sourcing config files.
    • Added auto update experience