From 2f538ecc2611e848423fd976ab1a0a9e2d5b827a Mon Sep 17 00:00:00 2001 From: Binarybaron Date: Thu, 14 Nov 2024 19:26:36 +0100 Subject: [PATCH] feat(changelog): Add changelog entries for #169, #170 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38cab11fc..f72a8c10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### **GUI** +- Display a progress bar to user while we are downloading the `monero-wallet-rpc` +- Release `.app` builds for Darwin + ## [1.0.0-alpha.1] - 2024-11-14 - GUI: Swaps will now be refunded as soon as the cancel timelock expires if the GUI is running but the swap dialog is not open.