|
| 1 | +## [0.3.0] - 2026-03-16 |
| 2 | + |
| 3 | +### 🚀 Features |
| 4 | + |
| 5 | +- *(gpu)* Add P2TR support (#7) |
| 6 | +- *(gpu)* Add backend support (#8) |
| 7 | +- Expose P2SH-P2WPKH as CLI format (#34) |
| 8 | +- *(skills)* Add agent skill (#39) |
| 9 | + |
| 10 | +### 🐛 Bug Fixes |
| 11 | + |
| 12 | +- *(csv)* Escape fields containing commas, quotes, or newlines (#22) |
| 13 | +- *(pattern)* Validate charset inside character classes (#23) |
| 14 | +- *(estimate)* Resolve data provider patterns (#24) |
| 15 | +- *(verify)* Derive P2TR, P2SH-P2WPKH, and Ethereum addresses (#25) |
| 16 | +- *(range)* Reject --prefix-length 0 for provider patterns (#31) |
| 17 | +- *(range)* Fall back to CPU for Ethereum format (#30) |
| 18 | +- *(gpu)* Reduce default batch size from 1M to 512K (#32) |
| 19 | +- Write TUI results to --file and honor -o format (#33) |
| 20 | +- *(pattern)* Validate non-alphanumeric literals inside character classes (#35) |
| 21 | +- *(gpu)* Improve error messages for Metal shader failures (#37) |
| 22 | + |
| 23 | +### 💼 Other |
| 24 | + |
| 25 | +- Update wgpu to 28.0 (#10) |
| 26 | + |
| 27 | +### 🚜 Refactor |
| 28 | + |
| 29 | +- *(address)* Add Display and charset_name for AddressFormat (#12) |
| 30 | +- Resolve all clippy warnings (#14) |
| 31 | +- *(gpu)* Split monolithic shader into separate modules (#36) |
| 32 | + |
| 33 | +### 📚 Documentation |
| 34 | + |
| 35 | +- Standardize badges |
| 36 | +- Add Bitcointalk community link |
| 37 | +- *(readme)* Add missing address formats and CLI options |
| 38 | +- Update AGENTS.md with current codebase state |
| 39 | + |
| 40 | +### ⚙️ Miscellaneous Tasks |
| 41 | + |
| 42 | +- Remove community section from README.md |
| 43 | +- Regenerate AGENTS.md |
| 44 | +- *(clippy)* Add pedantic and nursery lint config (#29) |
1 | 45 | ## [0.2.0] - 2026-01-04 |
2 | 46 |
|
3 | 47 | ### 🚀 Features |
|
15 | 59 | - Add `AGENTS.md` |
16 | 60 | - Add `deepwiki` badge |
17 | 61 | - Add `context7.json` |
| 62 | +- *(release)* V0.2.0 |
18 | 63 | ## [0.1.0] - 2025-12-17 |
19 | 64 |
|
20 | 65 | ### 🚀 Features |
|
0 commit comments