File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,17 @@ Possible sections in each release:
1818* Security: in case of vulnerabilities.
1919
2020
21+ ### [ v0.9.2] - 17-02-2023
22+
23+ Fixed:
24+
25+ * Fixed that ` get_preferred_format() ` could crash (in ` wgpuSurfaceGetSupportedFormats ` ) due to an upstream bug in wgpu-native (#342 )
26+
27+ Added:
28+
29+ * The shadertoy util now supports GLSL, so code from the shadertoy website can be direcly copied and run with wgpu (#343 )
30+
31+
2132### [ v0.9.1] - 13-02-2023
2233
2334Changed:
Original file line number Diff line number Diff line change 88from .base import * # noqa: F401,F403
99from .gui import WgpuCanvasInterface # noqa: F401,F403
1010
11- __version__ = "0.9.1 "
11+ __version__ = "0.9.2 "
1212version_info = tuple (map (int , __version__ .split ("." )))
1313
1414
You can’t perform that action at this time.
0 commit comments