From 364e1811fe2c098203bee8cdf9e6b4ce4353d94b Mon Sep 17 00:00:00 2001 From: buck54321 Date: Mon, 18 Nov 2024 14:47:37 -0600 Subject: [PATCH] add release notes (#3072) --- docs/release-notes/release-notes-1.0.1.md | 2 +- docs/release-notes/release-notes-1.0.2.md | 26 +++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 docs/release-notes/release-notes-1.0.2.md diff --git a/docs/release-notes/release-notes-1.0.1.md b/docs/release-notes/release-notes-1.0.1.md index 9e6358ff38..98b3e4c590 100644 --- a/docs/release-notes/release-notes-1.0.1.md +++ b/docs/release-notes/release-notes-1.0.1.md @@ -2,7 +2,7 @@ This release contains several important fixes and improvements. All users are advised to update. -Please read the [v1.0.1 release notes](https://github.com/decred/dcrdex/releases/tag/v1.0.0) for a full list of changes since v0.6. +Please read the [v1.0.0 release notes](https://github.com/decred/dcrdex/releases/tag/v1.0.0) for a full list of changes since v0.6. ## Fixes and Improvements diff --git a/docs/release-notes/release-notes-1.0.2.md b/docs/release-notes/release-notes-1.0.2.md new file mode 100644 index 0000000000..94c7b0354d --- /dev/null +++ b/docs/release-notes/release-notes-1.0.2.md @@ -0,0 +1,26 @@ + +# DCRDEX v1.0.2 + +This release contains several important fixes and improvements. All users are advised to update. + +Please read the [v1.0.0 release notes](https://github.com/decred/dcrdex/releases/tag/v1.0.0) for a full list of changes since v0.6. + +## Fixes and Improvements + +- Update dcrwallet dependency to include some bug fixes ([#3068](https://github.com/decred/dcrdex/pull/3068)) +- Fix formatting of Bitcoin DB filepath names for Windows compatibility ([#3056](https://github.com/decred/dcrdex/pull/3056)) +- Fix bug in form closing code on markets view ([#3053](https://github.com/decred/dcrdex/pull/3053)) +- Fix bugs related to Binance connection and balance retrieval ([#3060](https://github.com/decred/dcrdex/pull/3060)) +- Fix Binance balance check deadlock ([#3066](https://github.com/decred/dcrdex/pull/3066)) +- Add Decred mix split transaction identification. ([#3061](https://github.com/decred/dcrdex/pull/3061)) +- Improve performance when deleting inactive orders/matches ([#3059](https://github.com/decred/dcrdex/pull/3059)) + +## Code Summary + +32 files changed, 516 insertions(+), 242 deletions(-) + +- Marton (@martonp) +- Brian Stafford (@buck54321) +- Jamie Holdstock (@jholdstock) +- JoeGruffins (@JoeGruffins) +- @dev-warrior777