Skip to content

Commit 9b753f1

Browse files
committed
chore: Release v1.4.0
1 parent 2c309d1 commit 9b753f1

3 files changed

Lines changed: 14 additions & 11 deletions

File tree

CHANGELOG.md

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

3+
## [1.4.0](///compare/v1.3.0...v1.4.0) (2025-12-15)
4+
5+
### ✨ Features | 新功能
6+
7+
* 更换视频元数据提取功能,支持获取视频时长和封面 2c309d1
8+
* 添加相册类型文本映射与展示,优化相册信息布局 2d91957
9+
310
## [1.3.0](https://github.com/11273/QzonePhoto/compare/v1.2.1...v1.3.0) (2025-11-08)
411

512
### ✨ Features | 新功能

RELEASE_NOTES.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
# 🎉 Release v1.3.0
1+
# 🎉 Release v1.4.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/v1.3.0) [![下载统计](https://img.shields.io/github/downloads/11273/QzonePhoto/v1.3.0/total?style=flat-square&logo=github&color=green)](https://github.com/11273/QzonePhoto/releases/tag/v1.3.0) [![访问统计](https://komarev.com/ghpvc/?username=11273-QzonePhoto-v1-3-0&label=Views&color=brightgreen&style=flat-square)](https://github.com/11273/QzonePhoto/releases/tag/v1.3.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/v1.4.0) [![下载统计](https://img.shields.io/github/downloads/11273/QzonePhoto/v1.4.0/total?style=flat-square&logo=github&color=green)](https://github.com/11273/QzonePhoto/releases/tag/v1.4.0) [![访问统计](https://komarev.com/ghpvc/?username=11273-QzonePhoto-v1-4-0&label=Views&color=brightgreen&style=flat-square)](https://github.com/11273/QzonePhoto/releases/tag/v1.4.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/v1.3.0) [![macOS](https://img.shields.io/badge/macOS-000000?style=flat-square&logo=apple&logoColor=white)](https://github.com/11273/QzonePhoto/releases/tag/v1.3.0) [![Linux](https://img.shields.io/badge/Linux-FCC624?style=flat-square&logo=linux&logoColor=black)](https://github.com/11273/QzonePhoto/releases/tag/v1.3.0)
5+
[![Windows](https://img.shields.io/badge/Windows-0078D6?style=flat-square&logo=windows&logoColor=white)](https://github.com/11273/QzonePhoto/releases/tag/v1.4.0) [![macOS](https://img.shields.io/badge/macOS-000000?style=flat-square&logo=apple&logoColor=white)](https://github.com/11273/QzonePhoto/releases/tag/v1.4.0) [![Linux](https://img.shields.io/badge/Linux-FCC624?style=flat-square&logo=linux&logoColor=black)](https://github.com/11273/QzonePhoto/releases/tag/v1.4.0)
66

77
---
88

9-
## [1.3.0](https://github.com/11273/QzonePhoto/compare/v1.2.1...v1.3.0) (2025-11-08)
9+
## [1.4.0](///compare/v1.3.0...v1.4.0) (2025-12-15)
1010

1111
### ✨ Features | 新功能
1212

13-
* 添加打开QQ空间官网功能,支持在新窗口中加载用户页面并设置相关cookies ([2f28099](https://github.com/11273/QzonePhoto/commit/2f28099eca7f6dba85a6a1a0c532fec9006f9f2e))
14-
* 添加批量删除照片功能,支持用户选择并删除相册中的照片 ([e61b3c5](https://github.com/11273/QzonePhoto/commit/e61b3c5b1ac2614273d8103a81a1f9407106d6ca))
15-
16-
### 💅 Polish | 优化
17-
18-
* 优化相册信息展示与滚动交互体验 ([7355b63](https://github.com/11273/QzonePhoto/commit/7355b636dccfd8c27b0d09ded0d808abfaea26ce))
13+
* 更换视频元数据提取功能,支持获取视频时长和封面 2c309d1
14+
* 添加相册类型文本映射与展示,优化相册信息布局 2d91957

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": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Qzone Photo - QQ空间相册",
55
"main": "./out/main/index.js",
66
"author": "github.com/11273",

0 commit comments

Comments
 (0)