We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ee00b commit f1339b2Copy full SHA for f1339b2
CHANGES.rst
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+- 0.8.1:
5
+ - Fix file with capitalized name not commited to GH
6
+ - Do not use titlebar signal to close window
7
+
8
- 0.8.0:
9
- Refactor code in windows module
10
- Add Windows API support
qrainbowstyle/__init__.py
@@ -88,7 +88,7 @@
88
import platform
89
import qrainbowstyle
90
91
-__version__ = "0.8"
+__version__ = "0.8.1"
92
93
_logger = logging.getLogger("qrainbowstyle")
94
0 commit comments