Skip to content

Commit

Permalink
更新版本号为 v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyiYo committed Dec 2, 2024
1 parent f7da852 commit 6f05b8d
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 2 deletions.
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# 更新日志

## v1.7.2
### 新特性
* 重绘单选按钮 (#1010)
* 添加表格项工具提示 (#1017)
* 添加输入框的 Error 状态 (#1012)

### 修复
* 修复 InfoBar 会导致主进程退出的问题 (#1006)
* 修复 macOS 深色模式下对话框的确定按钮显示聚焦框的问题 (#1014)


## v1.7.1
### 新特性
* 添加头像组件显示名称的功能

### 修复
* 修复 macos 下 Pivot 的布局问题
* 修复 FlipView 圆角被视口挡住的问题 (#995)
* 修复表格和列表组件设置不可选中模式不起作用的问题 (#992)
* 修复 ExpandSettingCard 标签样式受到父级样式表影响的问题 (#993)
* 修复 ExpandGroupSettingCard 动态删减组件时的高度计算问题 (#1002)

## v1.7.0
### 新组件
* 添加快速日历选择器 `FastCalendarPicker` (#983)
* 添加富文本浏览器 `TextBrowser` (#972)

### 新特性
* 添加系统主题监听器 (#954)
* 添加下拉框 activated 信号 (#978)
* 添加输入框自定义动作的功能 (#987)
* 添加点击遮罩关闭对话框的功能 (#957)
* 添加对话框验证表单数据的接口 (#967)
* 添加 ImageLabel 设置任意分辨率的功能
* 添加设置 Pivot 和 BreadcrumbBar 导航项文本的功能

### 修复
* 修复内存泄漏问题 (#963, #977)
* 修复遮罩对话框颜色问题 (#964)
* 修复清空菜单不彻底的问题 (#988)
* 修复二级菜单显示位置错误问题 (#844)
* 修复 IconInfoBadge.info 位置错误 (#950)
* 修复 ExpandLayout 坐标计算问题 (#941)
* 修复 SegmentedWidget.clear 报错的问题 (#975)
* 修复手风琴设置卡滚动事件被拦截的问题 (#945)

## v1.6.0
### 新组件
* 添加分组卡片组件 `GroupHeaderCardWidget` (#920)

### 新特性
* 添加俄罗斯语翻译文件 (#923)
* 添加滚动区域透明背景接口 (#912)
* 添加 Pivot 当前选项变化信号 (#908)
* 添加 FlowLayout 插入组件的功能 (#886)
* 添加 FlipView 惰性加载图片的功能 (#907)
* 添加自定义侧边导航栏文本颜色的功能 (#826)
* 更新 FluentWindow 浅色模式下的默认背景颜色 (#928)
* 添加自定义 `FluentIconBase` 亮暗模式颜色的功能 (#927)


### 修复
* 修复滚动事件被拦截的问题
* 修复 Pivot 指示器位置问题 (#888)
* 修复 VideoWidget 停止播放的问题 (#143)
* 修复 SegmentedWidget 图标偏移的问题 (#888)
* 修复对话框报错 `QPainter::begin` 的问题 (#867)
* 修复 MessageBoxBase 重复触发信号的问题 (#915)
2 changes: 1 addition & 1 deletion qfluentwidgets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:license: GPLv3 for non-commercial project, see README for more details.
"""

__version__ = "1.7.1"
__version__ = "1.7.2"
__author__ = "zhiyiYo"

from .components import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="PyQt-Fluent-Widgets",
version="1.7.1",
version="1.7.2",
keywords="pyqt fluent widgets",
author="zhiyiYo",
author_email="[email protected]",
Expand Down

0 comments on commit 6f05b8d

Please sign in to comment.