Compare commits

...

2 Commits

Author SHA1 Message Date
b47935de86 Update README.md 2026-01-10 01:01:15 +08:00
LC mac
46f748301e chore: cleanup and prepare v1.1.0 release (Makefile clean up) 2026-01-10 00:52:58 +08:00
2 changed files with 5 additions and 3 deletions

View File

@@ -241,10 +241,12 @@ clean-vendor:
.PHONY: clean .PHONY: clean
clean: down clean: down
rm -rf $(VENV_HOST) $(WHEELHOUSE) vendor/ .venv-verify .venv-offline-test rm -rf $(VENV_HOST) $(WHEELHOUSE) .venv-verify .venv-offline-test
rm -rf dist/ build/ *.spec src/pyhdwallet_frozen.py rm -rf dist/ build/ *.spec src/pyhdwallet_frozen.py
find . -type d -name __pycache__ -exec rm -rf {} + 2>/dev/null || true find . -type d -name __pycache__ -exec rm -rf {} + 2>/dev/null || true
find . -type d -name "*.egg-info" -exec rm -rf {} + 2>/dev/null || true find . -type d -name "*.egg-info" -exec rm -rf {} + 2>/dev/null || true
# NOTE: vendor/ is kept (use 'make clean-vendor' to remove)
# ---------- Platform-Aware Operations ---------- # ---------- Platform-Aware Operations ----------
.PHONY: info .PHONY: info

View File

@@ -241,7 +241,7 @@ make vendor-current
# Or just the targets you need # Or just the targets you need
make install # Works everywhere make install # Works everywhere
make test # Works everywhere make test # Works everywhere
```
## 📦 Binary Distribution ## 📦 Binary Distribution
@@ -259,9 +259,9 @@ chmod +x pyhdwallet-macos-arm64
curl -LO https://github.com/user/hdwalletpy/releases/download/v1.1.0/pyhdwallet-linux curl -LO https://github.com/user/hdwalletpy/releases/download/v1.1.0/pyhdwallet-linux
chmod +x pyhdwallet-linux chmod +x pyhdwallet-linux
./pyhdwallet-linux test ./pyhdwallet-linux test
```
--- ---
## 🆕 What's New in v1.1.0 ## 🆕 What's New in v1.1.0
- **BIP85 child mnemonic derivation** via new `gen-child` command - **BIP85 child mnemonic derivation** via new `gen-child` command