Skip to content

Commit b598462

Browse files
committed
release: 0.1.11 — beta patch
1 parent 63c0bd1 commit b598462

6 files changed

Lines changed: 29 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ Versioning scheme:
66
- `0.1.x` — beta
77
- `1.0.0+` — stable
88

9+
## 0.1.11 — beta (2026-05-06)
10+
11+
### Added
12+
13+
- **Settings → About now names the publisher.** Adds a Publisher
14+
row (HANDO K.K.) and a short note explaining why macOS surfaces
15+
this name in *System Settings → General → Login Items & Extensions
16+
→ App Background Activity* and in occasional "ran in the
17+
background" notifications when Launch-at-login is enabled — it's
18+
the Apple Developer–registered entity behind the Developer ID
19+
certificate, not a third-party process.
20+
21+
### Changed
22+
23+
- **Auto-memory toggle relocated to Global → Memory.** Auto-memory
24+
governs Claude Code's `~/.claude/.../memory/` writes — a CC
25+
behavior, not a Claudepot app preference — so the toggle now lives
26+
next to the rest of the CC global state instead of in Settings →
27+
General. The new panel-card sits above the file-health grid; ⌘K
28+
still finds it.
29+
930
## 0.1.10 — beta (2026-05-05)
1031

1132
### Fixed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "0.1.10"
11+
version = "0.1.11"
1212
edition = "2021"
1313
authors = ["xiaolai"]
1414
license = "ISC"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you use Claude Code or Claude Desktop daily, you've probably hit at least one
5151

5252
### Install
5353

54-
> **Status: beta** (`0.1.10`). Daily-driven on macOS. Windows and Linux builds are green but less seasoned.
54+
> **Status: beta** (`0.1.11`). Daily-driven on macOS. Windows and Linux builds are green but less seasoned.
5555
5656
You'll need a recent **Rust toolchain** ([rustup.rs](https://rustup.rs)) and **Node 20+** with **pnpm** ([pnpm.io](https://pnpm.io)). No other system dependencies.
5757

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "claudepot",
33
"private": true,
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"license": "ISC",
66
"type": "module",
77
"scripts": {

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": "Claudepot",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"identifier": "com.claudepot.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)