Skip to content

Commit

Permalink
Initial changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Nov 23, 2024
1 parent 40a9dbb commit 1321c38
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.0.0

* Pyrr is now replaced with PyGLM
* imgui is replaced with imgui-bundle
* Numpy version is no longer restricted

## 2.4.6

* Includes in shaders with quoted paths are now supported
Expand All @@ -16,7 +22,7 @@

## 2.4.4

* Added `--backend` option to specify context backend.
* Added `--backend` option to specify context backend.
This is mostly for the headless window to enable EGL.
* Window now has a ``backend`` property containing the name of the context backend
* Window now has a ``headless`` boolean property to check if the window is headless.
Expand All @@ -26,7 +32,7 @@
## 2.4.3

* Fix compatibility with moderngl 5.8.x
* Camera now has keymap support (QWERTY, AZERTY etc)
* Camera now has keymap support (QWERTY, AZERTY etc)

## 2.4.2

Expand Down Expand Up @@ -289,7 +295,7 @@ Bug fixes
## 1.5.0

* Added experimental support for tkinter window. Relies on
Jon Wright's pyopengltk package: https://github.com/jonwright/pyopengltk.
Jon Wright's pyopengltk package: <https://github.com/jonwright/pyopengltk>.
Currently only supports windows and linux, but that might change
in the future.
* KeyboardCamera: Exposed `mouse_sensitivity`, `velocity` and `projection` attributes
Expand Down

0 comments on commit 1321c38

Please sign in to comment.