Skip to content

Commit 10519f1

Browse files
committed
chore: Release v2.2.0
1 parent eaf76cc commit 10519f1

3 files changed

Lines changed: 34 additions & 28 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [2.2.0](///compare/v2.1.0...v2.2.0) (2026-04-21)
4+
5+
### ✨ Features | 新功能
6+
7+
* 好友隐藏数据展示与动态流增强 da95815
8+
9+
### 🐛 Bug Fixes | Bug 修复
10+
11+
* 一键下载时保留上一次的 qq_photo_key,避免批量下载落入加密占位图 eaf76cc
12+
* 好友QQ号脱敏显示,与自己的QQ号行为一致 724e11c
13+
* 好友信息改为悬停头像展示,修复照片流快速切换竞态 f0c2842
14+
* 好友模式下相册问答显示"仅相册主人可见"提示 647244c
15+
* 好友模式下跳过相册问答API调用,避免触发登出 2e7c427
16+
* 所有辅助API调用添加skipAuthCheck,防止偶发-3000触发登出 0ad15cc
17+
18+
### 🎫 Chores | 其他更新
19+
20+
* 更新 release.yml,优化 Node.js 和 pnpm 安装步骤 a7ce236
21+
* 注释掉调试日志以清理代码 bb854d0
22+
323
## [2.1.0](///compare/v2.0.0...v2.1.0) (2026-04-05)
424

525
### ✨ Features | 新功能

RELEASE_NOTES.md

Lines changed: 13 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,27 @@
1-
# 🎉 Release v2.1.0
1+
# 🎉 Release v2.2.0
22

3-
[![总下载量](https://img.shields.io/github/downloads/11273/QzonePhoto/total?style=flat-square&logo=github&color=blue)](https://github.com/11273/QzonePhoto/releases/tag/v2.1.0) [![下载统计](https://img.shields.io/github/downloads/11273/QzonePhoto/v2.1.0/total?style=flat-square&logo=github&color=green)](https://github.com/11273/QzonePhoto/releases/tag/v2.1.0) [![访问统计](https://komarev.com/ghpvc/?username=11273-QzonePhoto-v2-1-0&label=Views&color=brightgreen&style=flat-square)](https://github.com/11273/QzonePhoto/releases/tag/v2.1.0)
3+
[![总下载量](https://img.shields.io/github/downloads/11273/QzonePhoto/total?style=flat-square&logo=github&color=blue)](https://github.com/11273/QzonePhoto/releases/tag/v2.2.0) [![下载统计](https://img.shields.io/github/downloads/11273/QzonePhoto/v2.2.0/total?style=flat-square&logo=github&color=green)](https://github.com/11273/QzonePhoto/releases/tag/v2.2.0) [![访问统计](https://komarev.com/ghpvc/?username=11273-QzonePhoto-v2-2-0&label=Views&color=brightgreen&style=flat-square)](https://github.com/11273/QzonePhoto/releases/tag/v2.2.0)
44

5-
[![Windows](https://img.shields.io/badge/Windows-0078D6?style=flat-square&logo=windows&logoColor=white)](https://github.com/11273/QzonePhoto/releases/tag/v2.1.0) [![macOS](https://img.shields.io/badge/macOS-000000?style=flat-square&logo=apple&logoColor=white)](https://github.com/11273/QzonePhoto/releases/tag/v2.1.0) [![Linux](https://img.shields.io/badge/Linux-FCC624?style=flat-square&logo=linux&logoColor=black)](https://github.com/11273/QzonePhoto/releases/tag/v2.1.0)
5+
[![Windows](https://img.shields.io/badge/Windows-0078D6?style=flat-square&logo=windows&logoColor=white)](https://github.com/11273/QzonePhoto/releases/tag/v2.2.0) [![macOS](https://img.shields.io/badge/macOS-000000?style=flat-square&logo=apple&logoColor=white)](https://github.com/11273/QzonePhoto/releases/tag/v2.2.0) [![Linux](https://img.shields.io/badge/Linux-FCC624?style=flat-square&logo=linux&logoColor=black)](https://github.com/11273/QzonePhoto/releases/tag/v2.2.0)
66

77
---
88

9-
## [2.1.0](///compare/v2.0.0...v2.1.0) (2026-04-05)
9+
## [2.2.0](///compare/v2.1.0...v2.2.0) (2026-04-21)
1010

1111
### ✨ Features | 新功能
1212

13-
* 优化相册选择逻辑,好友模式下默认选中第一个相册 f0788ec
14-
* 好友照片模块,网格卡片布局展示好友动态照片 e66fc24
15-
* 好友相册模块与相册问答查看功能 ea2dc94
16-
* 添加富文本组件,支持解析@提及和表情,优化评论和回复展示 901d4c2
17-
* 添加开发环境远程调试端口配置 e0457d9
13+
* 好友隐藏数据展示与动态流增强 da95815
1814

1915
### 🐛 Bug Fixes | Bug 修复
2016

21-
* 升级 electron-builder 修复 pnpm 10.29.3+ 间接依赖丢失问题 a9427e0, closes #9618
22-
23-
### ♻ Code Refactoring | 代码重构
24-
25-
* 优化相册和视频模块的样式,调整标题和按钮布局,更新动画时长以提升用户体验 9bc5f20
26-
* 更新自定义标题栏样式,调整布局以增强响应性和用户交互体验 ec68c7b
27-
28-
### 📝 Documentation | 文档
29-
30-
* 修复README截图文件名拼写错误,补充好友动态功能描述,统一格式 0d934a0
31-
* 更新README.md,增强功能描述,添加上传和下载管理部分,移除不再使用的截图 3fcedde
32-
* 更新README.md,重构内容布局,增强功能描述和视觉效果 e619408
17+
* 一键下载时保留上一次的 qq_photo_key,避免批量下载落入加密占位图 eaf76cc
18+
* 好友QQ号脱敏显示,与自己的QQ号行为一致 724e11c
19+
* 好友信息改为悬停头像展示,修复照片流快速切换竞态 f0c2842
20+
* 好友模式下相册问答显示仅相册主人可见提示 647244c
21+
* 好友模式下跳过相册问答API调用,避免触发登出 2e7c427
22+
* 所有辅助API调用添加skipAuthCheck,防止偶发-3000触发登出 0ad15cc
3323

3424
### 🎫 Chores | 其他更新
3525

36-
* 日志清理 移除/注释 Pusher 及 Service 层中的冗余高频调试日志,清理 Lint 警告。 8599ad3
37-
38-
### 💅 Polish | 优化
39-
40-
* 优化自动加载更多功能,优化照片、视频和动态模块的内容填充体验 3344ccb
41-
* 优化隐私遮罩样式和交互效果 f0d168a
26+
* 更新 release.yml,优化 Node.js 和 pnpm 安装步骤 a7ce236
27+
* 注释掉调试日志以清理代码 bb854d0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qzone-photo",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Qzone Photo - QQ空间相册",
55
"main": "./out/main/index.js",
66
"author": "github.com/11273",

0 commit comments

Comments
 (0)