Skip to content

Commit 685757c

Browse files
author
Evan
committed
release: v0.0.23
1 parent 9e7a407 commit 685757c

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</p>
1010

1111
<p align="center">
12-
<img src="https://img.shields.io/badge/version-v0.0.22-blue?style=flat-square" alt="Version" />
12+
<img src="https://img.shields.io/badge/version-v0.0.23-blue?style=flat-square" alt="Version" />
1313
<img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="License" />
1414
<img src="https://img.shields.io/badge/platform-OpenClaw-purple?style=flat-square" alt="Platform" />
1515
</p>
@@ -93,15 +93,15 @@ openclaw skills install mapick
9393
Download, review, then run:
9494

9595
```bash
96-
curl -fsSL https://raw.githubusercontent.com/mapick-ai/mapick/v0.0.22/install.sh -o install.sh
96+
curl -fsSL https://raw.githubusercontent.com/mapick-ai/mapick/v0.0.23/install.sh -o install.sh
9797
less install.sh # review before running
9898
bash install.sh
9999
```
100100

101101
Or with `wget`:
102102

103103
```bash
104-
wget https://raw.githubusercontent.com/mapick-ai/mapick/v0.0.22/install.sh
104+
wget https://raw.githubusercontent.com/mapick-ai/mapick/v0.0.23/install.sh
105105
bash install.sh
106106
```
107107

@@ -110,7 +110,7 @@ Pin a specific version:
110110
```bash
111111
curl -fsSL https://raw.githubusercontent.com/mapick-ai/mapick/main/install.sh -o install.sh
112112
less install.sh
113-
MAPICK_VERSION=v0.0.22 bash install.sh
113+
MAPICK_VERSION=v0.0.23 bash install.sh
114114

115115
```
116116

VERSION.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to Mapick will be documented in this file.
44

5+
## v0.0.23 - 2026-04-30
6+
7+
### Changed
8+
9+
- Move backend health check to standalone netchk.js to eliminate file-read+network false positive
10+
511
## v0.0.22 - 2026-04-30
612

713
### Changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
# recovery, CI, pinned versions, or environments without ClawHub access.
66
# Always review the script before running it:
77
#
8-
# curl -fsSL https://raw.githubusercontent.com/mapick-ai/mapick/v0.0.22/install.sh -o install.sh
8+
# curl -fsSL https://raw.githubusercontent.com/mapick-ai/mapick/v0.0.23/install.sh -o install.sh
99
# less install.sh
1010
# bash install.sh
1111
#
1212
# Options (via environment variables):
13-
# MAPICK_VERSION=v0.0.22 Install specific version
13+
# MAPICK_VERSION=v0.0.23 Install specific version
1414
# MAPICK_REPO=owner/repo Override source repo
1515
# MAPICK_DISABLE_WORKSPACE_DUPLICATE=1 Move shadowing workspace copy aside
1616
# MAPICK_INSTALL_ASSUME_YES=1 Auto-accept overwrite/upgrade

0 commit comments

Comments
 (0)