- Fixed typos in the READMEs - Updated the Arch Linux installation in the READMEs - Updated the Debian Linux installation in the READMEs - Updated the way to capture screen on Linux - Fixed a shader compile error occurs in some environment
0.7.4
- Fixed to run without an audio card - Refactored import order of all files with isort - Fixed the way to capture screen on Linux
0.7.3
- Fixed the btnr API - Fixed a typo in the README.md - Added the title logo to the READMEs - Added the Portuguese version of the README.md
0.7.2
- Changed to not include the screenshots in the PyPI package - Removed unnecessary semicolons in the shader to avoid compile errors - Changed the project description for PyPI - Added the description of installation on Linux to the READMEs - Refactored the way to make a captured image and animation - Updated the screenshots of Example 3 and Example 4
0.7.1
- Modified the bgm of Example 2 - Renamed the argument 'no' of the image-related methods to 'img' - Renamed the argument 'no' of the sound-related methods to 'snd' - Fixed to include the assets and screenshots in the PyPI package
0.7.0
- Modified Example 1 to use the App class - Renamed and modified Example 2 - Remove the logo API and added the logo image - Improved the performance of the text API - Updated the README.md and README.ja.md - Replaced Example 2 - Removed the resize method of the Image class - Changed the size of the Image to 256x256 - Fixed the copy method of the Image class