Releases: steve1316/granblue-automation-pyautogui
Releases · steve1316/granblue-automation-pyautogui
Guild Wars navigation fixes + Supreme / Legendary merit farming
v2.2.0 - Changelog
Changed
- Updated data to include missions for Supreme and Legendary merit farming.
Fixed
- Tentative rework of Guild Wars navigation by @steve1316 in #153
Full Changelog: v2.1.0...v2.2.0
New Attack chain command + New Setting to reduce delays
v2.1.0 - Changelog
New
- New attack chain command for
useSkill(#)
,summon(#)
, andquicksummon
. 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
- Implement new attack chain command by @steve1316 in #155
Full Changelog: v2.0.3...v2.1.0
Hotfix for v2.0.2
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
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
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 inhttps://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
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
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
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
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
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