Skip to content

Commit 54846b5

Browse files
Einstellungclaude
andcommitted
chore: 0.8.0
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UZH8PtuL5iiNi5dZJ1zfSB
1 parent 9134de4 commit 54846b5

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/22-手机形态.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- 手写。已在 docs/00 第二节第 4 条整体放弃。
1717
- 阅读器、笔记面板、备课面板、痕迹列表。
1818
- 下载书。同步的 books 通道在手机上整个关掉(docs/13),手机既不下也不上 PDF。
19+
- 语音输入。系统键盘的听写已经做得更好,那是手机厂商的主场,不去抢(2026-07-29 定,见 docs/15)。实时语音对话同时否掉:全按量计费、订阅额度用不上,而且那一侧的模型看不见简报编排、工具和记忆。
1920

2021
## 外壳怎么分
2122

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reading-partner",
33
"private": true,
4-
"version": "0.7.10",
4+
"version": "0.8.0",
55
"license": "PolyForm-Noncommercial-1.0.0",
66
"author": "Xinyuan (https://github.com/Einstellung)",
77
"type": "module",

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 = "reading-partner"
3-
version = "0.7.10"
3+
version = "0.8.0"
44
description = "AI reading partner"
55
authors = ["Reading-Partner"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Reading Partner",
4-
"version": "0.7.10",
4+
"version": "0.8.0",
55
"identifier": "com.xinyuan.readingpartner",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)