- Changed to follow the mouse position outside the window - Changed to draw the self mouse cursor - Added the mouse API - Renamed arguments of the blt and bltm APIs - Reduced the size of PNG and animated GIF - Changed the max length of the sound to 48 - Added the system option to the sound API - Refined the help message of Pyxel Editor - Added the ToggleButton and ImageToggleButton - Implemented the sound editor except the undo function
0.8.3
- Fixed the right click bug in the tilemap editor - Fixed the key callback bug - Added the get method to the Image class - Changed the set method of the Image class to accept a number as data - Added the get and set methods to the Tilemap class - Added the bltm test to Example 3 - Updated the descriptions of the READMEs
0.8.2
- Fixed the set, load, and copy methods of the image class - Fixed the starting directory of the save and load APIs - Modified the usage of Pyxel Editor
0.8.1
- Added the run_with_profiler API - Added the Tilemap class - Added the bltm API - Implemented the tilemap editor - Added the standard widgets - Changed the usage of Pyxel Editor - Added the help messages to Pyxel Editor - Added the description of Pyxel Editor to the READMEs
0.8.0
- Changed the formatter from yapf to black - Added the UI module - Added the save and load APIs - Added the image editor as a part of Pyxel Editor - Removed the dirname option of the save and load APIs
0.7.12
- Added new key definitions which integrates keys on both sides - Changed the description of the project - Changed the max screen size to 255 - Fixed the key hold time of the btnp API - Fixed to work the btnp API correctly in the slow frame rate condition - Changed the screen size of Example 5 and Example 6 - Updated the screenshot of Example 5