Releases: ordinals/ord
Releases · ordinals/ord
Release list
0.29.0
0.28.0
0.27.1
0.27.0
Added
Changed
Misc
0.26.0
0.25.0
Added
- Paginate gallery items (#4467 by lifofifoX)
- Enforce a maximum compression ratio for properties of 10:1 (#4463 by casey)
- Add property compression (#4462 by casey)
- Add /galleries page (#4405 by SatoshiRoppongi)
Fixed
- Set internal=false on recovery key descriptors (#4451 by 8144225309)
Misc
- Avoid port allocation race in unit tests (#4465 by casey)
- Avoid
set-outputin CI (#4466 by casey) - Simplify minicbor property decoding (#4459 by casey)
- Remove dependency on executable-path (#4456 by casey)
- Display title under inscription number (#4449 by lifofifoX)
- Update to boilerplate 1.1.0 (#4448 by casey)
0.24.2
0.24.1
0.24.0
Fixed
- Fix redirects for outpoints and TXIDs consisting only of decimal digits (#4421 by gmart7t2)
- Don't cache negative sat index responses (#4418 by casey)
Added
- Add traits (#4433 by casey)
- Return properties from inscription JSON API (#4425 by casey)
- Add attributes to inscriptions and gallery items (#4424 by casey)
Misc
- Replace
lazy_staticwithLazyLock(#4429 by terror) - Fix rune specification (#4430 by gmart7t2)
- Add properties and metaprotocol to API docs (#4426 by casey)
- Use single properties struct (#4423 by casey)
- Fix typo in src/fund_raw_transaction.rs (#4420 by stemlaud)
- Add complete Japanese translation (#4406 by SatoshiRoppongi)
- Update install script to use Bitcoin Core 30 (#4417 by casey)
- Upgrade checkout to v5 (#4392 by rejected-l)
- Update to Rust 2024 (#4412 by casey)
0.23.3
Added
- Support ordinals.com satscards (#4410 by casey)
- Allow submitting offers created with wallet (#4409 by casey)
- Add PSBT offer submission (#4408 by casey)
- Add wallet sweep command (#4394 by raphjaph)
Changed
- Enable json response on
/childrenroutes (#4281 by felipelincoln)
Misc
- Fix new Rust lints (#4396 by casey)
- Update deps and fmt (#4385 by raphjaph)
- Update api.md (#4381 by Galoretka)
- Allow inscribing with backup and Core v29 (#4371 by gmart7t2)
- Update minimum Rust version to 1.85.0 (#4356 by blieb)
- Fix clippy lints (#4373 by raphjaph)
- Use
unversioned_leaf_script_from_witness()(#4355 by casey)