Skip to content

Latest commit

 

History

History
68 lines (58 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

68 lines (58 loc) · 2.23 KB

Change Log

0.7.3

  • Fixed the btnr command
  • Fixed a typo in the README.md

0.7.2

  • Changed not to 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 README
  • Refactored the way to make a captured image and animation
  • Updated the screenshots of the example #3 and #4

0.7.1

  • Modified the bgm of the 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 the example #1 to use the App class
  • Renamed and modified the example #2
  • Remove the logo command and added the logo image
  • Improved the performance of the text command
  • Updated the README.md and README.ja.md
  • Replaced the 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

0.6.0

  • Changed the properties of the Sound class to public
  • Added offset arguments to the Image load method
  • Added the copy method to the Image class
  • Renamed arguments of the image and sound command
  • Added the window icon
  • Added the logo command
  • Added the resize method to the Image class
  • Refined the example #1-4

0.5.0

  • Added the version number constant
  • Renamed the examples copy script to install_pyxel_examples
  • Removed unnecessary scripts
  • Separated the constant definitions
  • Added the image command and renamed related APIs
  • Added the sound command and renamed related APIs

0.4.0

  • Changed the key assigns of the special inputs
  • Added the screen capture functions (still image and video)
  • Included the examples in the package and added the copy script
  • Added the fromstring method to the Image class
  • Added the fromstring method to the Sound class

0.3.0

  • Added the '-'(flat) syntax to the Sound class
  • Added the set method to the Image class again
  • Renamed the track to channel
  • Changed the play command to enable to play a sound list

0.2.0

  • Added the audio playback function
  • Removed the set method of the Image class

0.1.0

  • First alpha release