- Fixed the displayed color issue caused by the sRGB setting - Added a note regarding the usage of the run command on the web
2.2.4
- Fixed a bug when playing a pyxapp with the same process ID - Updated the sysinfo crate to version 0.25 - Updated the license description in the READMEs - Updated the instructions for using the web version of Pyxel - Updated the Q&A
2.2.3
- Updated the description of Pyxel's features in the READMEs - Ensured that the metadata is in UTF-8 format - Added the pyxel.cli.get_pyxel_app_metadata function - Added the pyxel.cli.print_pyxel_app_metadata function - Fixed a warning on macOS Sonoma - Fixed new clippy warnings
2.2.2
- Fixed the mypy errors - Changed an image layout in the READMEs - Updated Python in GitHub Actions to version 3.12 - Enabled adding metadata to a Pyxel application file - Added metadata to the bundled Pyxel application files
2.2.1
- Added the pyxel watch command description to the READMEs - Removed an unnecessary line in Example 14 - Added the Font class - Added a font option to the text function - Changed Example 14 to use the native font rendering
2.2.0
- Removed the keyword-only arguments - Added the rotate and scale options to the blt and bltm functions - specified Maturin to version 1.7.0 to prevent linking errors - Modified the API notation in Example 4 - Added Example 16 for rotation and scaling