Skip to content

Releases: Secret-chest/scratch2python

Milestone 15

25 Feb 17:54
Compare
Choose a tag to compare
Milestone 15 Pre-release
Pre-release
  • 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

20 Feb 14:17
Compare
Choose a tag to compare
Milestone 14 Pre-release
Pre-release
  • Support forever blocks with only one block inside
  • Fix a crash on Windows and one on MacOS

Milestone 13 patch 1

18 Feb 07:07
Compare
Choose a tag to compare
Milestone 13 patch 1 Pre-release
Pre-release
  • Fix crash

Milestone 13

14 Feb 11:32
Compare
Choose a tag to compare
Milestone 13 Pre-release
Pre-release
  • Added support for Scratch Addons log blocks
  • Made sprite fencing algorithm match Scratch

Milestone 12 patch 1

11 Feb 18:37
Compare
Choose a tag to compare
Milestone 12 patch 1 Pre-release
Pre-release

Milestone 12

11 Feb 11:13
Compare
Choose a tag to compare
Milestone 12 Pre-release
Pre-release
  • Go to random position support
  • Set screen resolution and FPS on the fly
  • New file picker
  • Hide debug messages

Milestone 11

10 Feb 20:59
Compare
Choose a tag to compare
Milestone 11 Pre-release
Pre-release

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

12 Dec 14:31
Compare
Choose a tag to compare
Milestone 8 Pre-release
Pre-release

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

05 Nov 10:24
Compare
Choose a tag to compare
Milestone 7.1 Pre-release
Pre-release

Main

  • Fix: removed test debug messages
  • New copyright notice

Milestone 7

04 Nov 17:55
Compare
Choose a tag to compare
Milestone 7 Pre-release
Pre-release

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