Skip to content

Commit a91c94f

Browse files
committed
Update Beta to v0.63.1 via Azure Pipelines
1 parent e43cb9e commit a91c94f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LatestVersion.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
},
88
"Beta": {
99
"VersionMajor": 0,
10-
"VersionMinor": 62,
11-
"VersionPatch": 8,
12-
"Changes": "<p><strong>Version 0.62.8 (public beta):</strong><br />\n- Suppress sleep for Linux. (credit Anor Londo)<br />\n- Fix TCP:sys-botbase controller not having a text box for IP:Port</p>\n<p>This is the second attempt at automated Azure builds.</p>"
10+
"VersionMinor": 63,
11+
"VersionPatch": 1,
12+
"Changes": "<p><strong>Version 0.63.1 (public beta):</strong><br />\n- <a href=\"https://pokemonautomation.github.io/Programs/PokemonFRLG/MacroRngManipulation.html\">Added a macro guide for FRLG RNG manipulation!</a> (credit dolphincurry)<br />\n- Added FRLG Pickup Farmer (beta). (credit theastrogoth)<br />\n- Added FRLG shiny hunt fishing (beta). (credit Butters)<br />\n- Added Snorlax to FRLG legendary reset. (credit kichi)<br />\n- Added FRLG EV farmer (beta). (credit theastrogoth)<br />\n- Prize Reset now supports multiple fetches. (credit kichi)<br />\n- Stability improvements to all FRLG programs. (credit kichi)<br />\n- Stability improvements to SV AutoStory. (credit jw)<br />\n- Stability improvements to material farmer. (reported by butters2492, credit jw)</p>\n<p>A full RNG program for FRLG is in the works courtesy of theastrogoth. Until then, we have that guide for RNG macros!</p>\n<hr />\n<p><strong>Deprecation Notice for AVR8 controllers:</strong></p>\n<p>Sometime in the next few months (exact timeline is TBD), we will be removing support for all the AVR8-based controllers:<br />\n- Arduino Uno R3<br />\n- Arduino Leonardo<br />\n- Teensy 2.0<br />\n- Teensy++ 2.0<br />\n- Pro Micro</p>\n<p>If you are still using these controllers, you will eventually need to upgrade to the newer ones: ESP32, ESP32-S3, Pico W</p>\n<p>For years, we've been warning of dropping support for the Uno R3. Now it is finally happening - along with all the old boards.</p>\n<p><strong>Why are we doing this?</strong></p>\n<p>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.</p>\n<p>Dropping the AVR8 controllers will:<br />\n- Free up developer time to focus on other things.<br />\n- Eliminate the suffering of TX/RX wiring issues!</p>\n<p>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.</p>"
1313
},
1414
"PrivateBeta": {
1515
"VersionMajor": 0,

0 commit comments

Comments
 (0)