Skip to content

Commit

Permalink
Record recent changes in release notes.
Browse files Browse the repository at this point in the history
Cleanup contrib folder.
  • Loading branch information
benmoran56 committed Jul 16, 2019
1 parent 5e11ee6 commit 76bf068
Show file tree
Hide file tree
Showing 201 changed files with 20 additions and 23,088 deletions.
21 changes: 20 additions & 1 deletion RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Pyglet 1.4.2
Bugfix and cleanup release.

Improvements
------------
- Removed broken projects from /contrib
- Update setup.py with project_urls and long_description.

Bugfixes
--------
- Fix invalid argtype in image GDIplus decoder.


Pyglet 1.4.1
============
Bugfix release.
Expand All @@ -6,6 +19,7 @@ Bugfixes
--------
- #256 Fix aliases for Window.get_viewport_size/get_framebuffer_size.


Pyglet 1.4.0
============
Major release adding several new features and removing some long deprecated methods and attributes.
Expand Down Expand Up @@ -67,6 +81,7 @@ Bugfixes
- #168 Fix StopIteration errors due to changes in behavior in Python 3.7. See PEP 479.
- #169 Fix slow Window.flip() on Windows.


Pyglet 1.3.1
============
Bugfix release.
Expand All @@ -79,6 +94,7 @@ Bugfixes
- #45 Expose viewport size for use on HiDPI screens;
- #15 Respect keyboard layout on macOS;


Pyglet 1.3.0
============
This major release takes Python 3 support to the next level. The entire codebase is now compatible
Expand Down Expand Up @@ -127,6 +143,7 @@ Bugfixes
- Windows: Fix kerning regression (#115)
- Windows: Window.set_icon no longer fails when given a Texture instead of ImageData (#136)


Pyglet 1.2.3
============
Minor bugfix release.
Expand All @@ -139,6 +156,7 @@ Bugfixes:
- OSX: Prevent segfault with multiple runs (#37/GC728)
- ArchLinux: Fix segmentation fault when using gdk_pixbuf (#25)


Pyglet 1.2.2
============
Minor bugfix release. Includes documentation updates for deprecated code.
Expand All @@ -148,6 +166,7 @@ Bugfixes
- BB#21: X11: Error on fontconfig cache eviction
- BB#23: Windows: Disable ARB context on Intel devices.


Pyglet 1.2.1
============
Minor bugfix release. Fixes some issues on Linux.
Expand All @@ -158,6 +177,7 @@ Bugfixes
- X11: on_resize event not triggered
- X11: Fix deletion of PulseAudioPlayer.


Pyglet 1.2
==========
The major 1.2 release brings pyglet to Python 3. Pyglet now also runs on 64-bit operating systems
Expand Down Expand Up @@ -318,4 +338,3 @@ New features
- Quartz image decoder
- Improved documentation
- new API: font.have_font(name) return True if named font is installed

88 changes: 0 additions & 88 deletions contrib/currently-broken/layout/examples/browser.py

This file was deleted.

127 changes: 0 additions & 127 deletions contrib/currently-broken/layout/examples/interpreter.py

This file was deleted.

Binary file removed contrib/currently-broken/layout/examples/paper.jpg
Binary file not shown.
Binary file removed contrib/currently-broken/layout/examples/stripe.png
Binary file not shown.
37 changes: 0 additions & 37 deletions contrib/currently-broken/layout/examples/text_test.py

This file was deleted.

Loading

0 comments on commit 76bf068

Please sign in to comment.