Skip to content

Releases: appium/appium-inspector

2024.3.4

29 Mar 11:31
Compare
Choose a tag to compare

What's Changed

📦 Platform Support

  • ℹmacOS: replaced universal builds with separate x64 and arm64 builds
  • ⚠Windows: removed ia32 builds (please create an issue if you would like these to be re-added)
  • 🎉Windows: added arm64 builds
  • 🎉Linux: added tar.gz format
  • 🎉Linux: added arm64 builds

🚀 New Features

  • feat: add suggested selector for UiAutomator strategy by @eglitise in #1394

🛠 Fixes

  • fix: add pcloudy:options for setting the 'source', username and apikey capability for pCloudy to comply with W3C by @shibupanda in #1388
  • fix: generate suggested locators upon selecting element instead of upon retrieving source by @eglitise in #1389
    • Depending on your app source, this may speed up the source retrieval by anywhere from 100ms to several seconds or even more! ⚡
  • fix: show spinner for element ID property until it is retrieved by @eglitise in #1390
  • fix: use horizontal scrolling for selected element table values by @eglitise in #1394
  • fix: fallback to default server tab when unselecting current provider by @eglitise in #1396
  • fix: rename TestingBot key and secret to username and accessKey by @jochen-testingbot in #1401

🌐 Localization

  • chore: Update translations by @github-actions in #1393

🔍 Other Changes

  • ci: update electron-builder and Azure pipeline configurations by @eglitise in #1404

New Contributors

Full Changelog: v2024.3.1...v2024.3.4

2024.3.1

05 Mar 21:56
Compare
Choose a tag to compare

What's Changed

🛠 Fixes

  • fix: correctly account for position and scroll values of webviews by @jlipps in #1378

🌐 Localization

  • chore: Update translations by @github-actions in #1357

Full Changelog: v2024.2.2...v2024.3.1

2024.2.2

12 Feb 18:17
Compare
Choose a tag to compare

What's Changed

🛠 Fixes

  • fix: resolve 't' error on saved caps tab by @eglitise in #1345
    • This affected users with one or more unnamed saved capability sets

Full Changelog: v2024.2.1...v2024.2.2

2024.2.1

11 Feb 12:52
Compare
Choose a tag to compare

What's Changed

🚀 New Features

  • feat: update menu bar by @eglitise in #1338
    • add buttons for Delete, Zoom (macOS only), Zoom In, Zoom Out, Reset Zoom, link to Appium Discuss
    • remove Save button (same as Save As)
    • show the Edit menu for non-macOS

🛠 Fixes

  • fix: resolve issue with Start Session sometimes needing a second click by @orionlize in #1299
  • fix: improve scaling of screenshot width for larger window sizes by @eglitise in #1306
  • fix: reduce getSession endpoint calls in hybrid mode by @KazuCocoa in #1330
  • fix: update menu bar immediately after changing language by @eglitise in #1338

📖 Documentation

🌐 Localization

  • feat: enable Arabic, French, Turkish, Traditional Chinese translations by @eglitise in #1323
  • fix: add remaining translation keys by @eglitise in #1319
  • fix: rename Desired Capabilities to Capability Builder by @eglitise in #1332
  • chore: Update translations by @github-actions in #1271
  • chore: Update translations by @github-actions in #1315
  • chore: Update translations by @github-actions in #1340

New Contributors

Full Changelog: v2023.12.2...v2024.2.1

2023.12.2

20 Dec 20:26
Compare
Choose a tag to compare

What's Changed

  • fix: adjust highlighter positions again by @eglitise in #1259
    • this problem affected Android devices which had one of the screen dimensions below 1000px, and the other above 1000px
  • fix: undefined value reference by @KazuCocoa in #1208
    • this problem affected the process of attaching to an existing session
  • style: remove custom anticon :hover style by @ath0mas in #1224

New Contributors

Full Changelog: v2023.11.1...v2023.12.2

2023.11.1

13 Nov 19:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023.10.4...v2023.11.1

2023.10.4

20 Oct 16:33
Compare
Choose a tag to compare

What's Changed

  • fix: update xpath selector selection logic again by @jlipps in #1135

Full Changelog: v2023.10.3...v2023.10.4

2023.10.2

16 Oct 22:04
Compare
Choose a tag to compare

What's Changed

  • feat: improve xpath locator suggestions by @jlipps in #1131

Full Changelog: v2023.10.1...v2023.10.2

2023.10.1

13 Oct 16:47
Compare
Choose a tag to compare

What's Changed

  • feat: merge swipe and tap under the same button by @alvarolaserna in #1104
    • swiping now works by tapping -> holding -> dragging -> releasing
  • fix: improve error message for invalid server url by @eglitise in #1113
  • fix: update robotqa session path for Appium 2 by @donmezburak in #1067
  • fix: dereference pending command object correctly by @jlipps in #1069
    • this fixes the issue where many commands in the Commands tab were not working
  • various dependency updates

New Contributors

Full Changelog: v2023.8.4...v2023.10.1

2023.8.4

24 Aug 17:48
Compare
Choose a tag to compare

What's Changed

  • fix: when attach session fails, actually short circuit due to error by @jlipps in #1058

Full Changelog: v2023.8.2...v2023.8.4