Skip to content

Commit

Permalink
Ready v2.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoran56 committed Jun 22, 2023
1 parent 3f2793f commit fe113d1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions RELEASE_NOTES
@@ -1,3 +1,21 @@
pyglet 2.0.8

Changes and Improvements
------------------------
- Add missing OpenGL extensions
- Add support for FFmpeg 6.0
- Sprite width & height properties are now settable, allowing scaling by pixels
- documentation: updates to migration guide, media, and events
- shapes: Allow checking if a point is in a shape, using the `in` operator

Bugfixes
--------
- clock: Fix clock swallowing ReferenceErrors
- documentation: fix some sphinx build issues on ReadTheDocs
- font: multiple macOS fixes, including issues with double-byte fonts
- input: ensure Xinput controllers dispatch events on the main thread


pyglet 2.0.7

Changes and Improvements
Expand Down
2 changes: 1 addition & 1 deletion pyglet/__init__.py
Expand Up @@ -9,7 +9,7 @@
from typing import TYPE_CHECKING

#: The release version
version = '2.0.7'
version = '2.0.8'
__version__ = version

MIN_PYTHON_VERSION = 3, 8
Expand Down

0 comments on commit fe113d1

Please sign in to comment.