File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ v0.10.0] - 2025-11-26
4+
5+ ### What's Changed
6+
7+ - :sparkles : Add auto-update functionality with startup checks and manual update command (#26 ) (6bb6019)
8+
9+ ** Full Changelog** : https://github.com/AnandChowdhary/continuous-claude/compare/v0.9.1...v0.10.0
10+
11+ ### Installation
12+
13+ Install with a single command:
14+
15+ ``` bash
16+ curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.10.0/install.sh | bash
17+ ```
18+
19+ Or download the script directly:
20+
21+ ``` bash
22+ curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.10.0/continuous_claude.sh -o continuous-claude
23+ chmod +x continuous-claude
24+ sudo mv continuous-claude /usr/local/bin/
25+ ```
26+
327## [ v0.9.1] - 2025-11-24
428
529### What's Changed
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- VERSION=" v0.9.1 "
3+ VERSION=" v0.10.0 "
44
55ADDITIONAL_FLAGS=" --dangerously-skip-permissions --output-format json"
66
You can’t perform that action at this time.
0 commit comments