From 7c3aff6acbca95df24b543e803ec2b9f2c3b8f75 Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Sat, 24 Oct 2020 14:23:06 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6200e5f..b5852112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## 3.4.0 + +New Features + +* Added a simple Scheduler (Thanks to @Leterax) +* Added support for toggling fullscreen +* Added support for setting window icon +* `TextureDescription` now supports flipping the texture on x and y +* The pyglet window now supports dragging in files +* Added `BaseWindow.convert_window_coordinates` for converting mouse coordinates +* Added more examples0 + +Bug Fixes + +* BaseWindow now references WindowConfig using a weakref +* Overriding the timer in `run_window_config` had no effect +* Numpad keys was not mapped correctly in some instances +* Timers should return 0 when not started +* glfw window close callback did now work +* glfw now respects content scaling on windows and X11 +* Added some missing methods in docs +* Fixed various doc typos + ## 2.2.3 * imgui integration no longer relies on pyopengl