Skip to content

Latest commit

 

History

History
553 lines (247 loc) · 25.1 KB

CHANGELOG.md

File metadata and controls

553 lines (247 loc) · 25.1 KB

12.6.0 (2024-09-08)

Features

12.5.3 (2024-09-05)

Miscellaneous Chores

12.5.2 (2024-08-06)

Bug Fixes

  • Enforce '--user 0' argument if cmd package list packages throws an access error (#761) (89b3348)

12.5.1 (2024-07-29)

Miscellaneous Chores

  • Bump @types/node from 20.14.13 to 22.0.0 (#760) (b7308ff)

12.5.0 (2024-07-10)

Features

12.4.8 (2024-07-03)

Miscellaneous Chores

12.4.7 (2024-07-02)

Bug Fixes

12.4.6 (2024-06-30)

Bug Fixes

  • Prefer indexes over timestamps as logcat keys (#752) (f499875)

12.4.5 (2024-06-30)

Miscellaneous Chores

12.4.4 (2024-06-21)

Miscellaneous Chores

12.4.3 (2024-06-12)

Miscellaneous Chores

  • Bump @appium/support from 4.5.0 to 5.0.3 (#749) (41b0999)

12.4.2 (2024-06-04)

Miscellaneous Chores

  • Bump semantic-release from 23.1.1 to 24.0.0 and conventional-changelog-conventionalcommits to 8.0.0 (#747) (573c274)

12.4.1 (2024-05-30)

Bug Fixes

  • Update lockscreen detection for various firmwares (#746) (712d01f)

12.4.0 (2024-05-26)

Features

  • enable window animation via settings (#745) (d8be21b)

12.3.2 (2024-05-16)

Miscellaneous Chores

12.3.1 (2024-05-16)

Miscellaneous Chores

12.3.0 (2024-05-09)

Features

  • Add a method to control NFC adapter state (#742) (5c6556f)

12.2.0 (2024-05-08)

Features

12.1.0 (2024-05-07)

Features

  • Add a helper method to enable/disable bluetooth (#737) (71c0d84)

Miscellaneous Chores

  • Always use reboot_readiness service to detect emulator startup for API 31+ (#736) (c57d18b)

12.0.9 (2024-05-03)

Bug Fixes

  • Add one more condition to the lock state detection (#732) (92025fe)

12.0.8 (2024-04-07)

Bug Fixes

12.0.7 (2024-04-02)

Bug Fixes

  • Do not check if app is installed if we know it is (#727) (7ddf5f3)

12.0.6 (2024-04-01)

Bug Fixes

12.0.5 (2024-03-29)

Bug Fixes

  • Do not call 'start-server' if the 'suppressKillServer' option is enabled (#725) (0fd0210)

12.0.4 (2024-03-07)

Miscellaneous Chores

12.0.3 (2024-01-27)

Miscellaneous Chores

12.0.2 (2024-01-25)

Miscellaneous Chores

  • Update the implementation of extractStringsFromApk API (#720) (ef091f4)

12.0.1 (2024-01-17)

Miscellaneous Chores

  • Bump semantic-release from 22.0.12 to 23.0.0 (#717) (cba0e91)
  • use latest lts for the publishment (0312fed)

11.1.0 (2024-01-09)

Features

  • add isSettingsAppServiceRunningInForeground to check the settings' service existence better (#715) (be0502e)

11.0.9 (2023-12-27)

Miscellaneous Chores

  • Bump @types/ini from 1.3.34 to 4.1.0 (#713) (d68cb79)

11.0.8 (2023-11-19)

Miscellaneous Chores

  • Update the link in the troubleshooting error message (#710) (c4f61dc)

11.0.7 (2023-11-10)

Miscellaneous Chores

  • change the reference of adbkit-apkreader (#709) (6acc15e)

11.0.6 (2023-11-07)

Miscellaneous Chores

  • Bump @types/sinon from 10.0.20 to 17.0.0 (#708) (0d2eabe)

11.0.5 (2023-11-01)

Miscellaneous Chores

11.0.4 (2023-10-25)

Miscellaneous Chores

  • Bump @commitlint/config-conventional from 17.8.1 to 18.1.0 (#706) (37a7476)

11.0.3 (2023-10-24)

Miscellaneous Chores

  • Bump @commitlint/cli from 17.8.1 to 18.0.0 (#703) (da44361)
  • Bump sinon from 16.1.3 to 17.0.0 (#704) (152b210)

11.0.2 (2023-10-23)

Bug Fixes

Miscellaneous Chores

  • Always use latest types (618cab3)

11.0.1 (2023-10-18)

Miscellaneous Chores

  • Bump lint-staged from 14.0.1 to 15.0.1 (#699) (8b19369)
  • Bump semantic-release from 21.1.2 to 22.0.5 (#696) (40b8bad)

11.0.0 (2023-10-18)

⚠ BREAKING CHANGES

  • The obsolete emPort property has been removed. Use emulatorPort instead
  • The following coverage-related methods were removed as obsolete: endAndroidCoverage, instrument, androidCoverage
  • The obsolete jars property has been removed.
  • The obsolete instrumentProc property has been removed.

Code Refactoring

  • Remove obsolete methods and properties (#700) (2673b96)

10.0.0 (2023-10-16)

⚠ BREAKING CHANGES

  • Some type declarations have been changed in order to make the compiler happy

Features

9.14.12 (2023-10-08)

Bug Fixes

  • Fallback the boot detection if the device does not have reboot_readiness service (#697) (8a84148)

Miscellaneous Chores

  • Bump sinon from 15.2.0 to 16.0.0 (7a51919)

9.14.11 (2023-09-14)

Miscellaneous Chores

  • Log a proper error message if getConnectedDevices API throws an exception (#692) (8330a64)

9.14.10 (2023-09-12)

Bug Fixes

9.14.9 (2023-08-28)

Bug Fixes

  • Move utf7 encoding primitives to the module codebase (#689) (334c0b6)

Miscellaneous Chores

9.14.8 (2023-08-28)

Miscellaneous Chores

  • Bump conventional-changelog-conventionalcommits (#690) (cb6c60b)

9.14.7 (2023-08-25)

Bug Fixes

  • Arguments order for the LRUCache.dispose call (#687) (e4a4eb3)

9.14.6 (2023-08-25)

Miscellaneous Chores

  • Bump semantic-release from 20.1.3 to 21.1.0 (#686) (1429917)

9.14.5 (2023-08-14)

Miscellaneous Chores

  • Bump lint-staged from 13.3.0 to 14.0.0 (#684) (ba3e7e1)

9.14.4 (2023-08-02)

Miscellaneous Chores

  • Bump lru-cache from 7.18.3 to 10.0.0 (#669) (95de39f)

9.14.3 (2023-08-02)

Miscellaneous Chores

9.14.2 (2023-07-07)

Miscellaneous Chores

9.14.1 (2023-06-29)

Miscellaneous Chores

  • add husky and commitlint (75e86fc)

9.14.0 (2023-06-29)

Features

  • types: export more types (e57b97b)

9.13.3 (2023-06-29)

Miscellaneous Chores

  • Update the name of the 'delete' method of LRU cache (#678) (4e04e94)

9.13.2 (2023-06-23)

Miscellaneous Chores

  • Add a troubleshooting link to the WRITE_SECURE_SETTINGS error message (#674) (b04b876)

9.13.1 (2023-06-22)

Miscellaneous Chores

9.13.0 (2023-06-21)

Features

9.12.2 (2023-06-21)

Bug Fixes

9.12.1 (2023-06-17)

Miscellaneous Chores

  • Bump @appium/types from 0.11.1 to 0.13.0 (#670) (c09f359)

9.12.0 (2023-06-14)

Features

9.11.7 (2023-06-11)

Bug Fixes

  • Streamline parameters validation for emulator commands (#666) (70bdf96)

9.11.6 (2023-06-07)

Miscellaneous Chores

  • Bump conventional-changelog-conventionalcommits (#665) (dc89ea8)

9.11.5 (2023-06-02)

Bug Fixes

  • Properly handle the situation where reboot_readiness check returns a non-zero exit code (#660) (525a36b)

9.11.4 (2023-05-22)

Miscellaneous Chores

  • Perform boot readiness validation via reboot_readiness service on API 31+ (#659) (c98fbcd)

9.11.3 (2023-05-18)

Miscellaneous Chores

  • Bump @appium/support from 3.1.11 to 4.0.0 (#658) (1cc7515)

9.11.2 (2023-04-29)

Bug Fixes

  • Update GPS toggle logic since Android 11 (#655) (6251cf0)

9.11.1 (2023-04-18)

Miscellaneous Chores

9.11.0 (2023-04-03)

Features

  • Add networking control commands supported on Android 11+ (#641) (3dc4885)

9.10.24 (2023-01-17)

Miscellaneous Chores

  • Bump semantic-release from 19.0.5 to 20.0.2 (#632) (6b656bc)

9.10.23 (2023-01-14)

Miscellaneous Chores

  • Only fetch resource paths when they are requested (#634) (64dabb1)

9.10.22 (2023-01-13)

Miscellaneous Chores

9.10.21 (2022-12-23)

Miscellaneous Chores

9.10.20 (2022-12-22)

Miscellaneous Chores

  • Bump @appium/test-support from 2.0.2 to 3.0.1 (#630) (b5d96b4)

9.10.19 (2022-12-14)

Miscellaneous Chores

  • Bump @appium/support from 2.61.1 to 3.0.0 (#628) (8a11356)

9.10.18 (2022-12-01)

Miscellaneous Chores

9.10.17 (2022-11-29)

9.10.16 (2022-11-06)

9.10.15 (2022-11-06)