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 7697ced commit 504fe43Copy full SHA for 504fe43
3 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# 更新日志
2
3
+## v1.9.2
4
+
5
+### 新特性
6
+* 添加 `ExpandGroupSettingCard` 快捷插入分组的功能
7
8
+### 修复
9
+* 修复多列树状组件的背景绘制问题
10
+* 修复 `FluentWindow` 使用 WebEngine 的背景问题
11
12
## v1.9.1
13
14
### 修复
qfluentwidgets/__init__.py
@@ -12,7 +12,7 @@
:license: GPLv3 for non-commercial project, see README for more details.
"""
15
-__version__ = "1.9.1"
+__version__ = "1.9.2"
16
__author__ = "zhiyiYo"
17
18
from .components import *
setup.py
@@ -6,7 +6,7 @@
setuptools.setup(
name="PyQt-Fluent-Widgets",
- version="1.9.1",
+ version="1.9.2",
keywords="pyqt fluent widgets",
author="zhiyiYo",
author_email="shokokawaii@outlook.com",
0 commit comments