Skip to content

Commit b045080

Browse files
committed
chore: release v0.41.0
1 parent f1a39cf commit b045080

6 files changed

Lines changed: 15 additions & 13 deletions

File tree

.changeset/calm-index-details.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-atoms-update.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 0.41.0
4+
5+
### Minor Changes
6+
7+
- a0c5cd5: Add signed in-app update checks, download and install progress, restart handoff, and strict updater artifact release gates for Tauri desktop builds.
8+
- Improve global search evidence and match previews, align results with the Turn → Run → Session → Project model, add result sorting and stable scope persistence, and speed up long session reading.
9+
10+
### Patch Changes
11+
12+
- a3aaace: 在全局顶部导航展示可展开的记忆索引状态,并提供当前会话、数据与消息进度、耗时、预计剩余时间和可复制的诊断信息。
13+
- Keep search available while the index updates in the background, and refine repeated result preview interactions and compact result copy.
14+
315
## 0.40.1
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ataru",
33
"private": true,
4-
"version": "0.40.1",
4+
"version": "0.41.0",
55
"type": "module",
66
"packageManager": "pnpm@10.18.1",
77
"scripts": {

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 = "ataru"
3-
version = "0.40.1"
3+
version = "0.41.0"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

0 commit comments

Comments
 (0)