-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathLatestVersion.json
More file actions
20 lines (20 loc) · 5.24 KB
/
Copy pathLatestVersion.json
File metadata and controls
20 lines (20 loc) · 5.24 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": 68,
"VersionPatch": 9,
"Changes": "<p><strong>Version 0.68.9:</strong></p>\n<ul>\n<li>CC will now attempt to use the NV12 video format by default.</li>\n<li>Added a dropdown to select the video format (which allows restoring the old video behavior).</li>\n<li>Fixed SwSh Egg Autonomous getting stuck. (reported by many people)</li>\n<li>SV Egg Hatcher/Autonomous will now attempt to kill the wild Pokemon if you are attacked. (reported by many people)</li>\n<li>FRLG RNG for Unown. (credit Astro)</li>\n<li>Added game icons to the game select dropdown.</li>\n<li>Donut Maker will now attempt to recover from certain kinds of errors.</li>\n<li>Improve reliability of Pokopia programs. (reported by Keagan, credit dolphincurry)</li>\n<li>Improve reliability of game re-entry. (reported by Butters)</li>\n<li>Improve reliability of LGPE battle programs. (reported by Lairette)</li>\n<li>Fixed OCR issues. (reported by Drak3, credit kichi + jw)</li>\n<li>Improve reliability of Pokopia program. (reported by Keagan, credit Gimikyu)</li>\n<li>Removed firmware for Arduino Uno R3, Arduino Leonardo, Teensy, and Pro Micro.</li>\n</ul>\n<p>The video format change is potentially big here as it will effectively double the capture-card frame rate for many users. For those of you with the Switch 2 and a 4k capture card, pay attention to see if you are finally able to achieve 4k @ 60 FPS. Please let us know if you encounter any issues. There are more video options that we added which are hidden by default.</p>"
},
"Beta": {
"VersionMajor": 0,
"VersionMinor": 69,
"VersionPatch": 19,
"Changes": "<p><strong>Version 0.69.19 (beta):</strong><br />\n- Improved reliability of SwSh shiny detection. (reported by ryuzakidoragon)<br />\n- Improved reliability of FRLG RNG stats reading. (credit Astro)<br />\n- Fix FRLG SID Helper for Spanish. (reported by Albertovj, credit Astro)</p>\n<p><strong>Version 0.69.18 (beta):</strong><br />\n- OCR text recognition now uses the PaddleOCR library. (credit jw)<br />\n- Partially rewritten SwSh Egg Autonomous to improve reliability. (credit jw)<br />\n- Added Pokopia Daily Farmer. (credit Gimikyu)<br />\n- Large tables and option groups are collapsed by default to improve loading times.<br />\n- Various improvements to SV AutoStory. (reported by chris, credit jw)<br />\n- Fixed FRLG RNG programs failing on 4k. (reported by dolphincurry, credit Astro)<br />\n- Fixed Togepi RNG. (reported by thewhitewolfking and clap, credit Astro)<br />\n- Improved reliability of FRLG RNG programs. (credit Astro)<br />\n- Fixed FRLG daycare pickup. (reported by Patrick, credit Astro)<br />\n- Removed extraneous options from FRLG RNG programs. (credit Astro)<br />\n- Improve stability of Home Sorter. (repoted by Tethys, credit dolphincurry)<br />\n- Improved fault tolerance of Donut Maker.<br />\n- Image processing is now done using OpenCV instead of Qt.<br />\n- PABotBase1 is now hidden by default. If you still need it, you need to turn it on in the settings.</p>\n<p>The migration from Tesseract to PaddleOCR for text recognition is a very big and dangerous change. Lots of stuff broke and were fixed during testing and there's likely more that we missed. Please let us know if you encounter any issues.</p>\n<p>As part of this migration, both Tesseract and PaddleOCR are included in this release - thus the larger download size. You can choose which to use and can rollback to Tesseract if you encounter any issues. In the next release, Tesseract will no longer be included and will require a separate resource download. This will reduce download sizes again.</p>\n<p>External resource downloading is a new feature we will be pushing in v0.70 that will allow us to have very large resources while keeping the main CC download reasonably small. This will allow us to use large ML models in the future.</p>"
},
"PrivateBeta": {
"VersionMajor": 0,
"VersionMinor": 70,
"VersionPatch": 1,
"Changes": "<p><strong>Version 0.70.1 (private beta):</strong></p>\n<p>This is a very early build for v0.70. It is far from feature complete, but we are opening it up for testing regardless.</p>\n<p><strong>Changes from 0.69.19:</strong><br />\n- Online resource downloading. A new mechanism to download resources from the internet. (credit jw)<br />\n- Tesseract and SV Auto Story require online resources that are not included in the program download.<br />\n- FRLG Lucky Egg Farmer has been renamed to Held Item Farmer and extended to support Dragon Fang. (credit dolphincurry)<br />\n- Lucky Egg and Dragon Fang farmer programs now use the optimal catch method. (credit dolphincurry)<br />\n- SwSh+BDSP shiny detection has been optimized and will run better on 4k60.<br />\n- Added a new video backend with hardware acceleration.<br />\n- Support for Arduino, Teensy, and Pro Micro has been removed.</p>\n<p><strong>Notes:</strong><br />\n- The hardware accelerated video backend has only been tested on Windows and is slated for release in v0.71, not v0.70. So it is opt-in and you will need to turn it on manually to use it.<br />\n- The download size has not been reduced yet. As of v0.70.1, it is still big. It will reduce before v0.70 goes to public beta.</p>"
}
}