Skip to content

Releases: steve1316/granblue-automation-pyautogui

Guild Wars navigation fixes + Supreme / Legendary merit farming

14 Jan 03:28
Compare
Choose a tag to compare

v2.2.0 - Changelog

Changed

  • Updated data to include missions for Supreme and Legendary merit farming.

Fixed

Full Changelog: v2.1.0...v2.2.0

New Attack chain command + New Setting to reduce delays

29 Dec 01:27
Compare
Choose a tag to compare

v2.1.0 - Changelog

New

  • New attack chain command for useSkill(#), summon(#), and quicksummon. Chaining .attack after those commands will click the Attack button and immediately end the Turn. Useful if you want to skip the process of clicking Back to exit out of the Skill / Summon menus if that was the last action and save some seconds.
  • New setting in the Extra Settings page to reduce each and every delay by X amount of seconds. This will be helpful for people with very fast connections such that the pages load almost instantly especially with the help of the recent HTTPS change. This comes with the caveat that the entire application being unreliable since the default experience was made with the current delays in mind but you are welcome to reduce it by 0.5s for example and see how much you can increase it without encountering instabilities.

Changed

  • Increase number of tries to close out the Items Picked Up popup during Quest Farming Mode.

Fixed

  • Fix frontend not letting Set B from being selectable.

Pull Requests

Full Changelog: v2.0.3...v2.1.0

Hotfix for v2.0.2

23 Nov 00:54
Compare
Choose a tag to compare

v2.0.3 - Changelog

Fixed

  • Release build for v2.0.2 did not actually contain the fix from #154. This fixes it.

Full Changelog: v2.0.2...v2.0.3

Fix navigation for certain Arcarum Sandbox missions

21 Nov 16:11
Compare
Choose a tag to compare

v2.0.2 - Changelog

Fixed

  • #154 fixes navigation for certain Arcarum Sandbox missions whose rewards are boosted.

What's Changed

Full Changelog: v2.0.1...v2.0.2

Fix async_lru and gapi_wip_gst_GStreamerPipeline error

05 Nov 04:42
Compare
Choose a tag to compare

v2.0.1 - Changelog

For those of you experiencing the AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline' (most likely due to a circular import), execute the commands in https://stackoverflow.com/a/74245841 to uninstall and reinstall OpenCV.

Fixed

  • Fixed the ModuleNotFoundError: No module named 'async_lru' error by adding it as a new dependency.

Full Changelog: v2.0.0...v2.0.1

Support for Twitter API V2 + Fix for API V1.1

02 Nov 02:52
Compare
Choose a tag to compare

v2.0.0 - Changelog

New

  • Add support for Twitter API V2 for real-time streaming of room codes and updated the wiki page with new instructions and warnings about the new changes. These new changes impacts everyone for both veterans still using V1.1 and new people using V2.

Changed

  • Increased number of attempts to get a code from 5 to 30.
  • Updated the README and clarified some confusing aspects of the instructions.

Fixed

  • Fixed support for Twitter API V1.1 by removing the now defunct real-time streaming feature as V2 is the only one allowed to use that feature as per new Twitter changes. Replacing it is the old manual not real-time searching method from last year.

What's Changed

  • Update dependencies to latest as of 10/23/2022 by @steve1316 in #151
  • Support Twitter API v2 and fix support for Twitter API V1.1 by @steve1316 in #152

Full Changelog: v1.9.3...v2.0.0

Fix for Event Nightmare detection

21 Sep 00:25
Compare
Choose a tag to compare

v1.9.2 - Changelog

Fixed

  • Fix bug where the bot does not claim Event Nightmares and in general could not detect ones whose UI were changed significantly (like the One Piece collab).

Full Changelog: v1.9.2...v1.9.3

Fix for certain new Raids

18 Sep 02:44
Compare
Choose a tag to compare

v1.9.2 - Changelog

Fixed

  • #145 - Account for certain Raids that only allow parties from Extra set.

Full Changelog: v1.9.0...v1.9.2

Fix for recent new raid support and One Piece collab event

17 Sep 23:28
Compare
Choose a tag to compare

v1.9.1 - Changelog

Fixed

  • #144 - Fix wrong image asset formats.
  • #146 - Generalized image asset to future-proof it like in the case of the One Piece collab event.

Full Changelog: v1.9.0...v1.9.1

Fix for GW Meat Farming and others

09 Sep 05:57
Compare
Choose a tag to compare

v1.9.0 - Changelog

New

  • #141 - Add support for the remaining leftover high difficulty raids:
    • Lvl 250 Beelzebub
    • Lvl 250 Belial
    • Lvl 300 Super Ultimate Bahamut
    • Lvl 275 Mugen

Fixed

  • #142 - Fix Meat Farming navigation due to new UI changes.
  • #143 - Adjust scrolling behavior when looking for Quest mission on 1080p screens.

What's Changed

Full Changelog: v1.8.0...v1.9.0