forked from PokemonAutomation/ComputerControl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLatestVersion.json
More file actions
20 lines (20 loc) · 4.39 KB
/
LatestVersion.json
File metadata and controls
20 lines (20 loc) · 4.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"Release": {
"VersionMajor": 0,
"VersionMinor": 63,
"VersionPatch": 7,
"Changes": "<p><strong>Version 0.63.7:</strong><br />\n- Added FRLG RNG Helper. (credit Astro)<br />\n- Added FRLG Legendary Run-Away. (credit kichi)<br />\n- Added day/night filter to PLZA Bench Sit. (credit Butters)<br />\n- Various stability improvements to FRLG programs. (credit Astro)<br />\n- Fixed FriendDelete which broke on firmware update.<br />\n- Improved stability of PLA Outbreak Finder. (credit Boombaastical)<br />\n- Added support for PABotBase2 firmware protocol.<br />\n- ESP32, ESP32-S3, and Pico have been migrated to PABotBase2.<br />\n- Added support for non-W Raspberry Pi Picos. They will only support wired controllers.</p>\n<p><strong>Built-in RNG Program for FRLG!</strong></p>\n<p>The FRLG RNG program is finally out! For now it is \"just\" an organized collection of the existing macros with a UI for timing adjustments. We are exploring the idea of building a fully automated RNG program that will read stats, calculate seeds, and automatically calibrate your timings accordingly. But this is a big research area which we are not committed to.</p>\n<p><strong>Work-in-Progress Programs:</strong></p>\n<p>We currently have 3 more programs in beta testing that didn't make the cut for this release:<br />\n- FRLG: Lucky Egg Farming<br />\n- FRLG: Item Cloning<br />\n- Pokopia Cloud Island Reset</p>\n<p>Hang tight for these. Maybe they'll make it into the next release. If you have private beta access, these are already available to use.</p>\n<p><strong>PABotBase2:</strong></p>\n<p>In our last release, we mentioned the deprecation of the AVR8 controllers. This release is step 1 in that process as we are releasing PABotBase2.</p>\n<p>PABotBase2 is a complete rewrite/redesign of our firmware stack. It is not backwards compatible with the old stack (PABotBase1). Thus you will see two options in the controller dropdown, <code>PABotBase</code> and <code>PABotBase2</code>. Make sure you choose the right option for your installed firmware.</p>"
},
"Beta": {
"VersionMajor": 0,
"VersionMinor": 63,
"VersionPatch": 7,
"Changes": "<p><strong>Version 0.63.7 (public beta):</strong><br />\n- Added FRLG RNG Helper. (credit Astro)<br />\n- Added FRLG Legendary Run-Away. (credit kichi)<br />\n- Added day/night filter to PLZA Bench Sit. (credit Butters)<br />\n- Various stability improvements to FRLG programs. (credit Astro)<br />\n- Fixed FriendDelete which broke on firmware update.<br />\n- Improved stability of PLA Outbreak Finder. (credit Boombaastical)<br />\n- Added support for PABotBase2 firmware protocol.<br />\n- ESP32, ESP32-S3, and Pico have been migrated to PABotBase2.<br />\n- Added support for non-W Raspberry Pi Picos. They will only support wired controllers.</p>\n<p><strong>Built-in RNG Program for FRLG!</strong></p>\n<p>The FRLG RNG program is finally out! For now it is \"just\" an organized collection of the existing macros with a UI for timing adjustments. We are exploring the idea of building a fully automated RNG program that will read stats, calculate seeds, and automatically calibrate your timings accordingly. But this is a big research area which we are not committed to.</p>\n<p><strong>Work-in-Progress Programs:</strong></p>\n<p>We currently have 3 more programs in beta testing that didn't make the cut for this release:<br />\n- FRLG: Lucky Egg Farming<br />\n- FRLG: Item Cloning<br />\n- Pokopia Cloud Island Reset</p>\n<p>Hang tight for these. Maybe they'll make it into the next release. If you have private beta access, these are already available to use.</p>\n<p><strong>PABotBase2:</strong></p>\n<p>In our last release, we mentioned the deprecation of the AVR8 controllers. This release is step 1 in that process as we are releasing PABotBase2.</p>\n<p>PABotBase2 is a complete rewrite/redesign of our firmware stack. It is not backwards compatible with the old stack (PABotBase1). Thus you will see two options in the controller dropdown, <code>PABotBase</code> and <code>PABotBase2</code>. Make sure you choose the right option for your installed firmware.</p>"
},
"PrivateBeta": {
"VersionMajor": 0,
"VersionMinor": 63,
"VersionPatch": 8,
"Changes": "<p><strong>Version 0.63.8 (private beta):</strong><br />\n- Tons of fixes to the Lucky Egg Farmer.</p>\n<p>Otherwise, this is the same as the v0.63.7 public beta.</p>"
}
}