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 bf32918 commit daf3536Copy full SHA for daf3536
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# 更新日志
2
3
+## v1.8.2
4
+### 新特性
5
+* 添加禁用 `FluentWindow` 弹出动画的功能
6
+* 添加自定义滚动条颜色和显示模式的功能
7
+
8
+### 修复
9
+* 修复 `Flyout` 在 macOS 下无法使用中文输入法的问题
10
+* 修复树状组件没有响应鼠标悬浮的问题
11
+* 修复点击 `TreeView` 箭头无法收缩的问题
12
13
## v1.8.1
14
### 修复
15
* 修复图标字体模糊的问题
qfluentwidgets/__init__.py
@@ -12,7 +12,7 @@
:license: GPLv3 for non-commercial project, see README for more details.
"""
-__version__ = "1.8.1"
+__version__ = "1.8.2"
16
__author__ = "zhiyiYo"
17
18
from .components import *
setup.py
@@ -6,7 +6,7 @@
setuptools.setup(
name="PyQt-Fluent-Widgets",
- version="1.8.1",
+ version="1.8.2",
keywords="pyqt fluent widgets",
author="zhiyiYo",
author_email="[email protected]",
0 commit comments