Skip to content

Commit a29d6ce

Browse files
committed
Update CHANGELOG for v0.0.2
1 parent 4a92226 commit a29d6ce

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
---
99

10+
## [0.0.2] — 2026-03-02
11+
12+
### Fixed
13+
14+
- `install.sh`: refactored `resolve_version()` and `prompt_install_dir()` to use global variables instead of subshell capture, eliminating stdout pollution that corrupted the download URL
15+
- `install.sh` / `update.sh`: corrected download URL from `api.github.com` to `github.com` releases endpoint
16+
- Wizard: added top-level Telegram skip prompt in Step 4; answering `n` disables messaging setup entirely and sets `WIZARD_TELEGRAM_ENABLED=false`
17+
- Wizard: screenshot and vision features now auto-disabled (with explanation) when Telegram setup is skipped
18+
- Wizard: added inline loading indicator before slow `npx playwright --version` check in Step 1
19+
- Wizard dry-run: all prompt helpers (`wiz_confirm`, `wiz_input`, `wiz_choose`, `wiz_multiline`, `wiz_secret`) now accept real user input in dry-run mode (previously auto-accepted defaults)
20+
- Wizard: added news source configuration instructions shown immediately after enabling the news briefing feature
21+
- `startup.sh`: added post-startup PID sync block to recover missing lock/PID files after listener restarts
22+
23+
---
24+
1025
## [1.0.0] — 2026-03-01
1126

1227
Initial public release.

0 commit comments

Comments
 (0)