Releases: PokemonAutomation/ComputerControl
Version 0.51.4
- Fixed number code entry being broken.
- Fixed the Sword/Shield LotoFarmer.
Version 0.51.3
Fix incorrect feature flag which prevented anything from running on Arduno Uno R3. (reported by konjstolemytange)
Version 0.51.2
- Add a menu to allow remapping the keyboard control keys.
- Improved Tera Farmer's ability to read 6-star raids.
- Fixed some corner cases where AutoDA fails to read the opponent.
- Improved reliability of PLA region changes.
- Added an alternate fly spot for Alabaster Icelands to reduce stuck on map situations for Flag Pin bot when hunting alpha Gardevoir.
- Remove a 100 second debug delay in the Auction Farmer. (reported by @zaiynesolar)
- AutoDA will try to detect if you set the wrong language. Previously, it would keep running, but would keep spitting errors (and making bad decisions) because it couldn't read anything.
In addition to these bug fixes, there have been some major internal refactors involving the serial connection and controller emulation. Please let us know if you encounter any issues.
Version 0.50.18
- Improved star detection for SV raids. (reported by Redshift)
- Fixed the program hanging if it closed while sending a Discord webhook message.
- Fixed the program being slow to start up if there are many unsent error reports.
- Fixed BDSP Doubles Leveling having issues on Iron Island.
- Fixed BDSP Starter Reset not taking videos on starter shiny. (reported by nemesis.0303)
- Improve Gimmighoul Chest farmer reliability. (reported by Redshift, fixed by kichithewolf)
- Disabled error reports for many minor and recoverable inference errors - especially in AutoDA.
Thanks to everyone who has opted into error reports. You have helped us immensely in discovering bugs! The last few releases have been almost entirely bugfixes discovered by your error reports.
Version 0.50.16
- Added a live indicator showing whether the program is preventing sleep. This has a convenient option to keep the screen on if you're playing with a handheld control while using CC for display+audio.
- Added a default table to the Cram-o-matic RNG. Fixed double notification. (credit fye)
- Fixed a critical issue involving AVX512. Affects all programs that do image filtering.
- Improved reliability of PLA nugget farmer.
- Improved reliability of SwSh encounter bots for name reading.
Version 0.50.15
- Make TeraMultiFarmer work for one-catch raids if joiners have already caught. (reported by @jon-dunn)
- The Poffin Cooker is properly enabled now.
- Fix Sweet Scent not working in BDSP overworld bot.
- Fix box trade in BDSP.
Version 0.50.14
- Fixed multiple program crashes.
- Fixed video FPS increasing when resetting video.
Version 0.50.13
- Added a fully automatic mode to the Item Printer RNG where you can specify how many of each item to print and it will figure it all out. (choose the right dates, refill materials, etc...) (credit jw)
- Add support for preventing the computer from sleeping.
- Added SV Pokemon size checker for XXS/XXL. (credit Nymphea)
- Reliability improvements to the material farmer and item printer. (credit jw)
- Improved reliability of SV ball throwing and auto-catch.
- Improved error reporting to help us make the program better.
- Improvements to sandwich making. (credit jw)
- Fixes to the BDSP Poffin Cooker. (credit babs)
- Reliability improvements for the Item Printer's date manipulation.
- Reliability improvements to Let's Go kill routines (affects platform, scatterbug, material farmer, and item printer).
- Reliability improvements to date reading and date settings. (affects item printer)
- Reliability improvements to reading IVs.
- Reliability improvements to PLA outbreak finder.
- Fixed a rare program crash that can happen for programs that do image filtering for OCR.
- Upgraded toolchain to Qt 6.8.1 and MSVC 2022.
For those of you following the betas, stream history is not enabled in this release due to a memory leak.
Version 0.49.11
Big improvements to the Item Printer!
Version 0.49.11:
- Added Material Farmer: A dedicated program for farming materials for the Item Printer! (credit jw)
- Many QoL improvements to the Item Printer RNG (see below). (credit jw)
- Upgraded toolchain to Qt 6.7.2.
- Improved reliability of sandwich maker hand recovery. (credit jw)
- SwSh, BDSP, and SV encounter bot tables now support a ball limit to help prevent the wild Pokemon from struggling to death.
- Various bug fixes to the platform bot.
- Fixed TurboMacro's Wait timer option. (credit pif)
- Fixed platform bot not always reaching the platform with full flying unlocked. (credit jw, reported by diden)
- Audio spectrum now shows more bars.
- Fixed button mapping window being resized when program is dragged.
- Fixed AutoDA not working in German. (reported by andreas398)
Item Printer RNG Improvements:
- The program now includes a dropdown of commonly desired items. Selecting them automatically sets the date for you. No more looking up seeds online!
- The program will automatically adjust the delay. You no longer have to do this by yourself!
- The program will now track stats for frame hit/misses.
- The table will show a warning if there are conflicts between the bonuses and the desired item rewards.
Notes on the internals:
-
The dropdown of desired items is just a hard-coded list of dates/seeds which we either found ourselves or are picked from one of Anubis' lists.
-
The automatic delay adjustment works by reading the prizes that you get, then comparing them with what is expected based on the seed. If they don't match, it will compare the expected results of adjacent seeds to try to find how much you missed by, then it will adjust your delay accordingly. This will work for any seed since we implement the actual RNG algorithm that Anubis documented to calculate the prizes.
Version 0.47.3
Bug fixes only:
- Fixed item printer RNG not working in Asian languages. (reported by kenneth123321)
- Improved egg detection for SV eggs. (credit jw)
- Various fixes to BBQ farmer. (credit kichithewolf)
- Various fixes to the item printer.