Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add release notes for v1.0.2 #3072

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/release-notes/release-notes-1.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
26 changes: 26 additions & 0 deletions docs/release-notes/release-notes-1.0.2.md
Original file line number Diff line number Diff line change
@@ -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
Loading