Skip to content

Commit 16601e1

Browse files
authored
New version: wm94i.WorkReview version 1.0.47 (microsoft#376771)
1 parent 300f4fb commit 16601e1

4 files changed

Lines changed: 97 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: wm94i.WorkReview
5+
PackageVersion: 1.0.47
6+
InstallerType: nullsoft
7+
Scope: user
8+
UpgradeBehavior: install
9+
ProductCode: Work Review
10+
ReleaseDate: 2026-05-19
11+
Installers:
12+
- Architecture: x64
13+
InstallerUrl: https://github.com/wm94i/Work-Review/releases/download/v1.0.47/Work_Review_1.0.47_x64-setup.exe
14+
InstallerSha256: CF14FAC18B2C6874255A1940D751F5693678CF5E5672B3C6FB43EA1B81B22941
15+
ManifestType: installer
16+
ManifestVersion: 1.12.0
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: wm94i.WorkReview
5+
PackageVersion: 1.0.47
6+
PackageLocale: en-US
7+
License: Freeware
8+
ShortDescription: Automatically records for you which apps you use, which web pages you browse, and how much time you spend on each app throughout the day.
9+
Description: |-
10+
Work Review continuously records the apps you use, websites you visit, key windows and screen content throughout the day in the background, then organizes these discrete fragments into a work trajectory that supports playback, follow-up queries, and work retrospectives.
11+
- No manual clock-in is required, nor do you need to recall what you did that day afterwards
12+
- The overview, timeline, daily report, and work assistant all share the same set of underlying records
13+
- You can not only view statistics, but also directly trace back to specific pages, window titles and contextual screenshots
14+
- Supports three interface languages: Simplified Chinese, English, and Traditional Chinese; daily reports are generated and switched automatically according to the currently selected language
15+
- Supports lightweight mode, hourly activity view, Markdown export of daily reports, and switching between multi-screen screenshot strategies
16+
- The Desktop Avatar Beta is now available, accompanying you during work with more lightweight virtual desktop pet status feedback
17+
All data is stored locally, and no data will be uploaded to any server. AI features are optional, and the product is fully usable even when these features are disabled.
18+
Tags:
19+
- time
20+
- timer
21+
- tracker
22+
ManifestType: locale
23+
ManifestVersion: 1.12.0
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: wm94i.WorkReview
5+
PackageVersion: 1.0.47
6+
PackageLocale: zh-CN
7+
Publisher: workreview
8+
PublisherUrl: https://github.com/wm94i
9+
PublisherSupportUrl: https://github.com/wm94i/Work-Review/issues
10+
PackageName: Work Review
11+
PackageUrl: https://github.com/wm94i/Work-Review
12+
License: 免费软件
13+
Copyright: © 2026 WorkReview
14+
ShortDescription: 帮你自动记录一天中使用了哪些应用、浏览了哪些网页、在每个应用上花了多少时间
15+
Description: |-
16+
Work Review 会在后台持续记录你当天使用过的应用、访问过的网站、关键窗口和屏幕内容,再把这些离散片段整理成一条可回看、可追问、可复盘的工作轨迹。
17+
- 不需要手动打卡,也不用事后回忆今天干了什么
18+
- 概览、时间线、日报、工作助手共用同一份底层记录
19+
- 既能看统计,也能直接追到具体页面、窗口标题和上下文截图
20+
- 支持简体中文 / English / 繁體中文三种界面语言,日报会按当前语言分别生成与切换
21+
- 支持轻量模式、按小时活跃度视图、日报 Markdown 导出和多屏截图策略切换
22+
- 现在还提供 桌面化身 Beta,用更轻量的桌宠状态反馈陪你工作
23+
全部数据本地存储,不上传任何服务器。AI 功能可选,关掉也完全可用。
24+
Tags:
25+
- 时间
26+
- 计时器
27+
- 跟踪器
28+
ReleaseNotes: |-
29+
新增
30+
- 远程截图存储:支持 S3/MinIO 和 WebDAV 上传截图,上传成功后回写 URL 到数据库(#88, @lumia1998)
31+
- 时间线详情弹窗隐私规则快捷设置:三段式按钮 + 确认弹窗,支持完全记录/仅统计时长/完全忽略
32+
- About 页面自动检查更新开关:可关闭启动时自动更新检查
33+
- Localhost API 文档写入 README(#83)
34+
安全
35+
- Telegram Bot 新增 chat_id 白名单:未授权会话拒绝响应(#86)
36+
- 飞书 Bot 强制要求 verification_token:未配置时拒绝所有请求(#86)
37+
- localhost API 限制 loopback 地址:禁止绑定 0.0.0.0 暴露到局域网(#86)
38+
- Tauri webview 添加 CSP 安全策略(#86)
39+
- shell:allow-execute 添加 args 校验(#86)
40+
- config.json 写入时设置 0o600 权限(#86)
41+
- 更新 endpoint 顺序调整:GitHub 直连优先,代理作为 fallback(#86)
42+
优化
43+
- 隐私规则按钮从合并样式改为带间距的独立卡片
44+
- 三语 i18n 补全(zh-CN / en / zh-TW)
45+
macOS 安装说明
46+
首次打开可能提示「已损坏,无法打开」,请执行:
47+
sudo xattr -rd com.apple.quarantine '/Applications/Work Review.app'
48+
ReleaseNotesUrl: https://github.com/wm94i/Work-Review/releases/tag/v1.0.47
49+
ManifestType: defaultLocale
50+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: wm94i.WorkReview
5+
PackageVersion: 1.0.47
6+
DefaultLocale: zh-CN
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)