-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathLatestVersion.json
More file actions
20 lines (20 loc) · 3.03 KB
/
LatestVersion.json
File metadata and controls
20 lines (20 loc) · 3.03 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": 64,
"VersionPatch": 13,
"Changes": "<p><strong>Version 0.64.13:</strong><br />\n- Fixed more fallout from previous bugfix. (reported by Eragon)</p>\n<p><strong>Version 0.64.12:</strong><br />\n- Attempt to fix a crash in CC. (reported by Kubby, Eragon, lightbornkayn, Jordi + more)<br />\n- New Pico firmware will now successfully pair wireless over USB. (credit Mitch from HOJA for his help)</p>\n<p>While the fix here indeed fixes a bug, it has not yet been proven if it is the cause of the crashes that everyone is reporting. Furthermore, the fix is very invasive and may lead to more bugs. Please let us know if you encounter any issues.</p>"
},
"Beta": {
"VersionMajor": 0,
"VersionMinor": 64,
"VersionPatch": 8,
"Changes": "<p><strong>Version 0.64.8 (public beta):</strong><br />\n- Fixed more firmware issues.<br />\n- More stability improvements to AutoStory. (reported by Butters, credit jw)</p>\n<p><strong>Version 0.64.6 (public beta):</strong><br />\n- Fixed a major timing issue with PABotBase2. (credit Patrick and others for the clues that revealed this)<br />\n- The \"HID: Keyboard\" controller now displays Num/Caps/Scroll-lock status.<br />\n- When using an OEM controller, programs will detect a connection failure and tell you do disconnect other controllers.<br />\n- Added an option to make Friend Delete work on the Switch 2. (reported by Nikki)<br />\n- Improved stability of AutoStory. (reported by daemon1337, credit jw)<br />\n- Fixed high CPU usage with PABotBase2.<br />\n- Fixed some glitches for controller status display.</p>\n<p>The timing issue in PABotBase2 is very severe as it affects nearly all blind button sequences. Please stay tuned for updates to the RNG programs as they may need to be retuned for new timing parameters.</p>\n<p>You will need to flash new PABotBase2 firmware for this release. PABotBase1 is unaffected and remains unchanged.</p>\n<p><strong>Other Announcements:</strong><br />\n - This is a friendly reminder that AVR8 and PABotBase1 will go away in a few months. So please upgrade to the modern controllers if you haven't already.<br />\n - We are exploring the idea of changing the ESP32-S3's default controller from \"NS2: Wired Controller\" to \"NS1: Wired Pro Controller\". This gives default access to gyro, rumble, controller colors, player lights (and thus connection failure detection). But it loses the GL, GR, and C buttons, and requires enabling an extra option in the Switch settings.</p>"
},
"PrivateBeta": {
"VersionMajor": 0,
"VersionMinor": 65,
"VersionPatch": 7,
"Changes": "<p><strong>Version 0.65.7 (private beta):</strong><br />\n- Large PABotBase2 revamp with a protocol change. You will need to flash new firmware.<br />\n- More FRLG stability improvements. (credit Astro)</p>\n<p>The firmware changes in this release were to fix some concurrency issues and turned out to be very invasive. Please let us know if you encounter any issues.</p>"
}
}