diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e2b86b17..2379827477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -14,14 +43,12 @@ Changelog - Add JSON API endpoint `/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) @@ -29,7 +56,6 @@ Changelog - 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 --------------------------------------------------------------------- @@ -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 --------------------------------------------------------------------- @@ -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 --------------------------------------------------------------------- @@ -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 --------------------------------------------------------------------- @@ -91,7 +114,6 @@ Changelog ### Misc - Update ord dependency in lockfile (#2168) - [0.6.1](https://github.com/ordinals/ord/releases/tag/0.6.1) - 2023-06-06 --------------------------------------------------------------------- @@ -99,7 +121,6 @@ Changelog - 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 --------------------------------------------------------------------- @@ -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 --------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index 32492ffb3b..82bf1d96b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2009,7 +2009,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.8.2" +version = "0.8.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1fdf664a24..839506247d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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