Skip to content

Commit c2f5f12

Browse files
committed
fix: v1.0.7 修复睡眠时幽灵记录 + 时段摘要时长显示不一致
1 parent 7fc7fe5 commit c2f5f12

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.7] - 2026-03-16
9+
10+
### 修复
11+
- 修复 macOS 睡眠/Power Nap 唤醒时产生幽灵活动记录的问题
12+
- 新增 CGSessionCopyCurrentDictionary 锁屏检测(系统级 API,最可靠)
13+
- 解决合盖睡眠期间 WPS Office 等应用被错误记录使用时长
14+
- 修复时段摘要中卡片显示"1分钟"但文本显示"0分钟"的矛盾
15+
- 后端摘要文本时长改为向上取整,与前端 Math.round() 对齐
16+
817
## [1.0.6] - 2026-03-15
918

1019
### 新增

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "work-review",
33
"private": true,
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "work-review"
3-
version = "1.0.6"
3+
version = "1.0.7"
44

55
description = "个人工作回顾与AI日报助手"
66
authors = ["WorkReview Team"]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"productName": "Work Review",
5050
"mainBinaryName": "WorkReview",
51-
"version": "1.0.6",
51+
"version": "1.0.7",
5252

5353
"identifier": "com.workreview.app",
5454
"plugins": {},

0 commit comments

Comments
 (0)