This new release brings all recent updates to the standalone / offline app: especially new drawing functions, support for multiple versions of Babylon, Pixi and Matter.js, support for new asset types and formats and bug fixes. Here is the full list of changes:
Update 2024-01-29
- Assets (sounds, music, other assets) max size is now 30 Mb
- Added support for Ogg and FLAC encoded files in the sounds tab and music tab
(Both formats solve the looping problems we have with mp3 ; be aware that Ogg is not supported
on Safari and iOS)
Update 2023-12-05
- Project export now includes date and time in file name (thx HomineLudens!)
Update 2023-11-20
- Text assets (TXT, CSV, OBJ, JSON, MD) can be edited in microStudio
- Support for markdown (.MD) asset files
- Added types Example and Template to create project dialog box
- Fixed Python not working since last update (incompatibility with Brython 3.12.0 to be investigated later)
- Removed old documentation files from the project
Update 2023-11-13
- New help section: "Examples"
- Available under Tutorials / Examples https://microstudio.dev/tutorials/examples/
- Search and find simple examples
- Run and modify the examples within the help page, no need to clone the projects
- Guidelines for producing your own examples: https://microstudio.dev/documentation/Creating-Examples/
- New function
sprite.setFPS()
(doesn't break the animation phase) - Fixed #206, draw map on Image
Update 2023-09-25
- added missing keyword "global" to syntax highlighter (contributed by @HomineLudens :-) )
- added drawing functions, thanks a lot to @tinkersmith for providing the initial experiment
- screen.drawArc()
- screen.fillArc()
- screen.drawQuadCurve()
- screen.drawBezierCurve()
(functions work on the Image class as well)
Update 2023-07-04
- You can now choose Babylon.js versions 4, 5 or 6
- You can now choose Pixi.js versions 6 or 7
- You can now choose Matter.js versions 0.17, 0.18 or 0.19
- Fixed time machine
Update 2023-06-13
- Fixed race condition bug when launching tutorials
- Fixed confirm dialog not showing when deleting a file with project in fullscreen mode
- Fixed problems caused by text selection being enabled in fullscreen mode