Skip to content

Commit 504fe43

Browse files
committed
更新版本号为 v1.9.2
1 parent 7697ced commit 504fe43

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# 更新日志
22

3+
## v1.9.2
4+
5+
### 新特性
6+
* 添加 `ExpandGroupSettingCard` 快捷插入分组的功能
7+
8+
### 修复
9+
* 修复多列树状组件的背景绘制问题
10+
* 修复 `FluentWindow` 使用 WebEngine 的背景问题
11+
312
## v1.9.1
413

514
### 修复

qfluentwidgets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:license: GPLv3 for non-commercial project, see README for more details.
1313
"""
1414

15-
__version__ = "1.9.1"
15+
__version__ = "1.9.2"
1616
__author__ = "zhiyiYo"
1717

1818
from .components import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="PyQt-Fluent-Widgets",
9-
version="1.9.1",
9+
version="1.9.2",
1010
keywords="pyqt fluent widgets",
1111
author="zhiyiYo",
1212
author_email="shokokawaii@outlook.com",

0 commit comments

Comments
 (0)