dcrdex v0.5.1
DCRDEX v0.5.1
This patch release includes a required fix for Windows users.
Please read the v0.5.0 release notes for a full list of changes since v0.4.
For important information and an introduction to DCRDEX, read the initial release (v0.1.0) notes.
Client (dexc)
Fixes
- The embedded site resources for the user interface were not loading correctly on Windows systems. This uses the correct path construction for embedded file systems. (078b129)
- When using
--no-embed-site
, a developer setting, it no longer takes two page refreshes to see the effect of a changed on-disk html template. (2e625e0) - Fix being unable to change a DEX host name if the DEX server is not connected. (5eb68c5)
Server (dcrdex)
There are no server changes.
Code Summary
3 commits, 3 files changed, 34 insertions(+), and 14 deletions(-)
2 contributors
- Brian Stafford (@buck54321)
- Jonathan Chappelow (@chappjc)