Releases: Secret-chest/scratch2python
Releases · Secret-chest/scratch2python
Milestone 15
- Finally! Add keypress support 🎉 (#7)
- Support
when [key v] pressed
block - Fix issues in the sprite fencing algorithm
- Add insane config settings warning (dismissable)
- Add TURBO constant to settings, it is 999999.
Milestone 14
- Support forever blocks with only one block inside
- Fix a crash on Windows and one on MacOS
Milestone 13 patch 1
- Fix crash
Milestone 13
- Added support for Scratch Addons log blocks
- Made sprite fencing algorithm match Scratch
Milestone 12 patch 1
- Fix #19
Milestone 12
- Go to random position support
- Set screen resolution and FPS on the fly
- New file picker
- Hide debug messages
Milestone 11
Yes, I forgot to release. This deserves to be 11 and not 9 though.
- Windows support (cc @superscratch444tre, #13, #16)
- PNG image loading (bitmap support!)
- Config file, allows changing project to be loaded, the method to be used for choosing a project, the FPS and resolution, as well as if the project is extracted when opened.
- Initial work on keypress support (WIP!, #7)
- Now only does screen refresh when free or in a loop, matching Scratch
Milestone 8
Main
- Blocks now execute all at once (until the end of the script or loop is reached), just like in Scratch. This is an urgent change so the work on key events was delayed but it should be finished soon.
Milestone 7.1
Main
- Fix: removed test debug messages
- New copyright notice
Milestone 7
Main
- Added go to mouse support
- More functions for getting block values
- Added sprite fencing
- Added screen refresh in loops
Management
- Releases now have build and milestone numbers only, instead of dates