|
1 | | -**Version 0.69.19 (beta):** |
2 | | -- Improved reliability of SwSh shiny detection. (reported by ryuzakidoragon) |
3 | | -- Improved reliability of FRLG RNG stats reading. (credit Astro) |
4 | | -- Fix FRLG SID Helper for Spanish. (reported by Albertovj, credit Astro) |
| 1 | +**Version 0.70.1 (private beta):** |
5 | 2 |
|
6 | | -**Version 0.69.18 (beta):** |
7 | | -- OCR text recognition now uses the PaddleOCR library. (credit jw) |
8 | | -- Partially rewritten SwSh Egg Autonomous to improve reliability. (credit jw) |
9 | | -- Added Pokopia Daily Farmer. (credit Gimikyu) |
10 | | -- Large tables and option groups are collapsed by default to improve loading times. |
11 | | -- Various improvements to SV AutoStory. (reported by chris, credit jw) |
12 | | -- Fixed FRLG RNG programs failing on 4k. (reported by dolphincurry, credit Astro) |
13 | | -- Fixed Togepi RNG. (reported by thewhitewolfking and clap, credit Astro) |
14 | | -- Improved reliability of FRLG RNG programs. (credit Astro) |
15 | | -- Fixed FRLG daycare pickup. (reported by Patrick, credit Astro) |
16 | | -- Removed extraneous options from FRLG RNG programs. (credit Astro) |
17 | | -- Improve stability of Home Sorter. (repoted by Tethys, credit dolphincurry) |
18 | | -- Improved fault tolerance of Donut Maker. |
19 | | -- Image processing is now done using OpenCV instead of Qt. |
20 | | -- PABotBase1 is now hidden by default. If you still need it, you need to turn it on in the settings. |
| 3 | +This is a very early build for v0.70. It is far from feature complete, but we are opening it up for testing regardless. |
21 | 4 |
|
22 | | -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. |
| 5 | +**Changes from 0.69.19** |
| 6 | +- Online resource downloading. A new mechanism to download resources from the internet. (credit jw) |
| 7 | +- Tesseract and SV Auto Story require online resources that are not included in the program download. |
| 8 | +- FRLG Lucky Egg Farmer has been renamed to Held Item Farmer and extended to support Dragon Fang. |
| 9 | +- Lucky Egg and Dragon Fang farmer programs now use the optimal catch method. (credit dolphincurry) |
| 10 | +- SwSh+BDSP shiny detection has been optimized and will run better on 4k60. |
| 11 | +- Added a new video backend with hardware acceleration. |
| 12 | +- Support for Arduino, Teensy, and Pro Micro has been discontinued. |
23 | 13 |
|
24 | | -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. |
25 | | - |
26 | | -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. |
| 14 | +**Notes:** |
| 15 | +- 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. |
| 16 | +- 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. |
0 commit comments