|
1 | | -**Version 0.62.8 (public beta):** |
2 | | -- Suppress sleep for Linux. (credit Anor Londo) |
3 | | -- Fix TCP:sys-botbase controller not having a text box for IP:Port |
| 1 | +**Version 0.63.1 (public beta):** |
| 2 | +- [Added a macro guide for FRLG RNG manipulation!](https://pokemonautomation.github.io/Programs/PokemonFRLG/MacroRngManipulation.html) (credit dolphincurry) |
| 3 | +- Added FRLG Pickup Farmer (beta). (credit theastrogoth) |
| 4 | +- Added FRLG shiny hunt fishing (beta). (credit Butters) |
| 5 | +- Added Snorlax to FRLG legendary reset. (credit kichi) |
| 6 | +- Added FRLG EV farmer (beta). (credit theastrogoth) |
| 7 | +- Prize Reset now supports multiple fetches. (credit kichi) |
| 8 | +- Stability improvements to all FRLG programs. (credit kichi) |
| 9 | +- Stability improvements to SV AutoStory. (credit jw) |
| 10 | +- Stability improvements to material farmer. (reported by butters2492, credit jw) |
4 | 11 |
|
5 | | -This is the second attempt at automated Azure builds. |
| 12 | +A full RNG program for FRLG is in the works courtesy of theastrogoth. Until then, we have that guide for RNG macros! |
| 13 | + |
| 14 | +-------- |
| 15 | + |
| 16 | +**Deprecation Notice for AVR8 controllers:** |
| 17 | + |
| 18 | +Sometime in the next few months (exact timeline is TBD), we will be removing support for all the AVR8-based controllers: |
| 19 | +- Arduino Uno R3 |
| 20 | +- Arduino Leonardo |
| 21 | +- Teensy 2.0 |
| 22 | +- Teensy++ 2.0 |
| 23 | +- Pro Micro |
| 24 | + |
| 25 | +If you are still using these controllers, you will eventually need to upgrade to the newer ones: ESP32, ESP32-S3, Pico W |
| 26 | + |
| 27 | +For years, we've been warning of dropping support for the Uno R3. Now it is finally happening - along with all the old boards. |
| 28 | + |
| 29 | + |
| 30 | +**Why are we doing this?** |
| 31 | + |
| 32 | +Last year's push to support new controllers (ESP32, ESP32-S3, Pico W) has produced amazing results. So after evaluating our long-term goals as well as our expected developer availability, we have decided to discontinue support for the old AVR8 controllers. |
| 33 | + |
| 34 | +Dropping the AVR8 controllers will: |
| 35 | +- Free up developer time to focus on other things. |
| 36 | +- Eliminate the suffering of TX/RX wiring issues! |
| 37 | + |
| 38 | +If you're interested in a full technical rundown on why we are finally doing this now after years of putting it off, feel free to ask in #automation-chat. |
0 commit comments