Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
and do not present the current 1Sat wallet-storage server as a compatible
BitPlan fallback.

## 0.0.17 — 2026-09-04

### Fixed

- Keep a hosted plan's reader key in the browser URL when the plan moves to
the chain, so the same link still opens without a wallet.
- Make `bitplan fetch <plan> --version <n>` fetch the requested plan version.

## 0.0.16 — 2026-09-04

### Added
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.0.17

### Fixed

- `bitplan fetch <plan> --version <n>` now fetches the requested plan version
instead of printing the CLI version and exiting.

## 0.0.15

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitplan",
"version": "0.0.16",
"version": "0.0.17",
"description": "Create encrypted hosted plans and publish them as 1Sat Ordinals.",
"license": "MIT",
"homepage": "https://bitplan.dev",
Expand Down