File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,19 @@ Possible sections in each release:
18
18
* Security: in case of vulnerabilities.
19
19
20
20
21
+ ### [ v0.7.7] - 12-04-2022
22
+
23
+ Fixed:
24
+
25
+ * Fixed that event handlers could not be added while in an event handler.
26
+ * Prevent swap chain errors when minimizing a window.
27
+
28
+ Added:
29
+
30
+ * The ` QWgpuWidget ` now also supports the autogui events.
31
+ * Our CI now tests the examples (including image comparisons).
32
+
33
+
21
34
### [ v0.7.6] - 28-03-2022
22
35
23
36
Changed:
Original file line number Diff line number Diff line change 8
8
from .base import * # noqa: F401,F403
9
9
from .gui import WgpuCanvasInterface # noqa: F401,F403
10
10
11
- __version__ = "0.7.6 "
11
+ __version__ = "0.7.7 "
12
12
version_info = tuple (map (int , __version__ .split ("." )))
13
13
14
14
You can’t perform that action at this time.
0 commit comments