File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ Possible sections in each release:
1818* Security: in case of vulnerabilities.
1919
2020
21+ ### [ v0.7.5] - 17-03-2022
22+
23+ Fixed:
24+
25+ * Mouse down events were not emitted during double clicks in the Qt canvas.
26+ * Mouse move events were not emitted no button is pressed in the Qt canvas.
27+
28+
2129### [ v0.7.4] - 04-02-2022
2230
2331Fixed:
Original file line number Diff line number Diff line change 5757# -- Project information -----------------------------------------------------
5858
5959project = "wgpu-py"
60- copyright = "2020-2021 , Almar Klein, Korijn van Golen"
60+ copyright = "2020-2022 , Almar Klein, Korijn van Golen"
6161author = "Almar Klein, Korijn van Golen"
6262release = wgpu .__version__
6363
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.7.4 "
11+ __version__ = "0.7.5 "
1212version_info = tuple (map (int , __version__ .split ("." )))
1313
1414
You can’t perform that action at this time.
0 commit comments