From 9b6394433b371856273a7ed94a7624afb1878315 Mon Sep 17 00:00:00 2001 From: Coden Date: Fri, 5 Jun 2026 10:40:36 +0900 Subject: [PATCH] chore(release): v0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 화려한 테마 4종(neon/aurora/sunset/spectrum) + pulse_style 채널 (calm/flash/hue/swap) + understatus pulse 명령. 버전 3종 동시 범프. Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- npm/install.js | 2 +- npm/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4070b62..4018c7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" [[package]] name = "understatus" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "libc", diff --git a/Cargo.toml b/Cargo.toml index 80ab1fb..b408c37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "understatus" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "A calm, unobtrusive macOS statusline addon for AI coding CLIs (Claude Code): CPU/memory/disk/network + session info with a quiet glyph theme." # macOS 전용 크레이트 (host_processor_info / sysctl / IOKit FFI 의존) diff --git a/npm/install.js b/npm/install.js index 8b57229..660799e 100644 --- a/npm/install.js +++ b/npm/install.js @@ -22,7 +22,7 @@ const path = require('path'); // npm 래퍼 패키지 버전(package.json)과는 분리되어 있습니다 — // 래퍼(이 스크립트/런처)만 패치 게시될 수 있으므로, 바이너리는 항상 // 아래 고정된 릴리스에서 받습니다. 새 바이너리 릴리스를 낼 때 이 값을 올리세요. -const VERSION = '0.2.0'; +const VERSION = '0.3.0'; // 플랫폼 확인: macOS 전용 패키지 if (process.platform !== 'darwin') { diff --git a/npm/package.json b/npm/package.json index d092939..b482659 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "understatus", - "version": "0.2.0", + "version": "0.3.0", "description": "Claude Code statusline addon for macOS — CPU, memory, session info with a calm glyph theme", "bin": { "understatus": "bin/understatus.js"