Skip to content

Commit

Permalink
Release 0.8.3 (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Aug 28, 2023
1 parent 28b9d71 commit 0749c5b
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 12 deletions.
40 changes: 30 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,37 @@
Changelog
=========

[0.8.3](https://github.com/ordinals/ord/releases/tag/0.8.3) - 2023-08-28
------------------------------------------------------------------------

### Added

- Tweaks to front-end (#2381)
- Add some links to docs (#2364)
- Add testing guide for recursion (#2357)
- Make homepage more interesting (#2374)
- Add proper block inscriptions HTML (#2337)
- Render GLB/GLTF models in preview (#2369)
- Add tags and inscription id documentation (#2351)
- Add hint about maximum number of open files for testing (#2348)
- Reduce index durability when testing (#2347)
- Homogenize design (#2346)

### Fixed

- Fix slice error for inscriptions block view (#2378)
- Use correct height and depth in reorg log (#2352)

### Changed

- Remove transaction ID to inscription ID conversion (#2370)
- Return JSON from all commands (#2355)
- Allow splitting merged inscriptions (#1927)
- Update explorer.md (#2215)
- Recognize media types without explicit charset (#2349)

[0.8.2](https://github.com/ordinals/ord/releases/tag/0.8.2) - 2023-08-17
---------------------------------------------------------------------
------------------------------------------------------------------------

### Added

Expand All @@ -14,22 +43,19 @@ Changelog
- Add JSON API endpoint `/sat/<SAT>` (#2250)
- Add `amount` field to `wallet inscriptions` output. (#1928)


### Changed

- Only fetch inscriptions that are owned by the ord wallet (#2310)
- Inform user when redb starts in recovery mode (#2304)
- Select multiple utxos (#2303)


### Fixed

- Use `--fee-rate` when sending an amount (#1922)
- Fix typos in documentation (#2328)
- Fix dust limit for padding in `TransactionBuilder` (#1929)
- Fix remote RPC wallet commands (#1766)


[0.8.1](https://github.com/ordinals/ord/releases/tag/0.8.1) - 2023-07-23
---------------------------------------------------------------------

Expand All @@ -55,7 +81,6 @@ Changelog
- Fix docs inconsistency (#2276)
- Add contributing section (#2261)


[0.8.0](https://github.com/ordinals/ord/releases/tag/0.8.0) - 2023-07-01
---------------------------------------------------------------------

Expand All @@ -66,7 +91,6 @@ Changelog
- Update redb from 0.13.0 to 1.0.2 (#2141)
- Fix typo in BIP (#2220)


[0.7.0](https://github.com/ordinals/ord/releases/tag/0.7.0) - 2023-06-23
---------------------------------------------------------------------

Expand All @@ -78,7 +102,6 @@ Changelog
- Add blob urls to Content Security Policy headers (#2203)
- Check inscribe destination address network (#2189)


[0.6.2](https://github.com/ordinals/ord/releases/tag/0.6.2) - 2023-06-15
---------------------------------------------------------------------

Expand All @@ -91,15 +114,13 @@ Changelog
### Misc
- Update ord dependency in lockfile (#2168)


[0.6.1](https://github.com/ordinals/ord/releases/tag/0.6.1) - 2023-06-06
---------------------------------------------------------------------

### Changed
- Fix sat index test and unbound assignment (#2154)
- Updated install.sh for new repo name (#2155)


[0.6.0](https://github.com/ordinals/ord/releases/tag/0.6.0) - 2023-06-04
---------------------------------------------------------------------

Expand Down Expand Up @@ -127,7 +148,6 @@ Changelog
- Fix test name typos(#2043)
- Switch to nightly clippy (#2037)


[0.5.2](https://github.com/ordinals/ord/releases/tag/0.5.2) - 2023-04-17
---------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ord"
description = "◉ Ordinal wallet and block explorer"
version = "0.8.2"
version = "0.8.3"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down

0 comments on commit 0749c5b

Please sign in to comment.