Skip to content

Releases: ArdentHQ/arkvault

1.11.0

23 Nov 14:12
008072d
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 1.10.0...1.11.0

1.10.0

10 Nov 18:28
31ca026
Compare
Choose a tag to compare

What's Changed

Changed

  • refactor: adjust responsive rendering of pending transaction row by @dated in #235
  • refactor: adjust texts in AddRecipient modal by @goga-m in #240

Fixed

  • fix: correct expiration estimate for musig transactions by @ItsANameToo in #232
  • fix: adjust skeleton classes by @dated in #234
  • fix: pending multisignatures using wrong network config by @goga-m in #233
  • fix: more adjustments to circle skeletons by @dated in #237
  • fix: enable participant selection using the modal in musig registration by @goga-m in #239

Other Changes

Full Changelog: 1.9.0...1.10.0

1.9.0

18 Oct 08:40
7f1e050
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.9.0

1.8.0

06 Oct 17:01
0be9b97
Compare
Choose a tag to compare

What's Changed

  • chore: fix types in jest by @goga-m in #179
  • fix: adjust textarea size in error steps by @goga-m in #177
  • refactor: add invalid address error by @goga-m in #178
  • refactor: limit start date selection to date of first transaction by @dated in #180
  • test: fix flaky tests in send registration by @goga-m in #182
  • test: fix flaky test in multipayment by @goga-m in #184
  • refactor: restructure transaction export form to preserve state by @dated in #183
  • refactor: subtract amounts sent to self in exported data by @dated in #185
  • refactor: show transaction count during export by @dated in #186
  • fix: lookup network's name from profile's available networks by @goga-m in #181
  • fix: reset final count when starting new export by @dated in #188
  • chore: replace error and success images by @dated in #187
  • test: fix flaky in WalletDetails by @goga-m in #189
  • test: fix flaky in SendVote.Encryption by @goga-m in #192
  • fix: only use wallets of enabled networks in receive funds wallet selection by @dated in #190
  • test: fix flaky in SendIpfs by @goga-m in #193
  • test: increase global timeout in ci tests by @goga-m in #197
  • deps: update Platform SDK dependencies by @dated in #196
  • fix: correct network data format in wallet group page by @goga-m in #198
  • fix: wait for all wallets to be synced before before calculating breakdown by @dated in #191
  • test: fix timeout errors in SendVote.Encryption tests by @goga-m in #194
  • chore: keep only icons of ark and known forks by @dated in #200
  • refactor: consolidate network icon components by @dated in #201
  • test: fix flaky tests in SendVote and SendRegistration by @goga-m in #202
  • ci: reduce max workers by @dated in #205
  • test: optimize wallet import tests by @goga-m in #204
  • test: fix timeout errors in transaction domain tests by @goga-m in #203
  • refactor: ignore disabled networks when checking network status by @dated in #195
  • chore: merge develop into master by @ItsANameToo in #199

Full Changelog: 1.7.0...1.8.0

1.7.0

12 Sep 11:36
4db8e58
Compare
Choose a tag to compare

What's Changed

  • fix: prevent from precaching html files in pwa service worker by @goga-m in #162
  • fix: mark all notifications as read when dropdown is rendered by @goga-m in #165
  • chore: bump package version by @goga-m in #169
  • refactor: hide mobile bottom menu bar when focusing on input by @goga-m in #168
  • refactor: disable input focus for dropdowns on mobile by @goga-m in #166
  • refactor: adjust textarea resizer UI by @goga-m in #164
  • fix: truncate wallet header address using available space in mobile by @goga-m in #173
  • refactor: disable welcome modal on preview mode by @goga-m in #172
  • refactor: scroll into focused input element in mobile by @goga-m in #171
  • chore: update CODEOWNERS by @goga-m in #175

Full Changelog: 1.6.0...1.7.0

1.6.0

31 Aug 13:54
0ff226a
Compare
Choose a tag to compare

What's Changed

  • feat: integrate arkvault-url package by @goga-m in #116
  • chore: update pnpm to v7 in workflows by @ItsANameToo in #130
  • fix: adjust vote list rendering to avoid missing key error by @dated in #128
  • fix: remove default transparent border from Badge component by @dated in #127
  • refactor: prepare search param validation for other methods by @dated in #123
  • chore: update qr code icon by @dated in #132
  • refactor: implement message signing and verification as standalone pages by @dated in #129
  • fix: dashboard balance mismatch by @alfonsobries in #133
  • refactor: link user support link to mail by @alfonsobries in #135
  • feat: ledger import add new address button by @alfonsobries in #134
  • chore: reduce char limit of message signing by @dated in #140
  • refactor: break words in ledger details by @dated in #141
  • refactor: limit allowed characters to printable ascii when signing with ledger by @dated in #144
  • feat: implement vote deeplinking by @goga-m in #142
  • chore: replace contact with link to docs by @dated in #145
  • refactor: truncate nethash in deeplink url validation by @goga-m in #149
  • refactor: only show notifications for wallets in visible networks by @alfonsobries in #147
  • refactor: use default coin value if missing by @dated in #148
  • deps: update Platform SDK dependencies by @dated in #151
  • refactor: truncate nethash in deeplink url validation by @dated in #152
  • refactor: improve deeplink redirection by @goga-m in #146
  • fix: network lookup in vote deeplink when using id by @dated in #155
  • fix: avoid overflow in SelectAddress component by @dated in #154
  • chore: bump package version by @dated in #158
  • refactor: use devnet networks by default on non-production environments by @alfonsobries in #153
  • refactor: search parameter errors by @dated in #156
  • fix: ensure profile is restored using deeplinks by @goga-m in #157
  • refactor: skip welcome screen if only one profile by @alfonsobries in #159
  • feat: implement deep linking for message signing by @alfonsobries in #138
  • feat: implement deep linking for message verification by @dated in #139
  • chore: increase width of various modals by @dated in #160
  • fix: sync profile wallets on deeplink validation by @goga-m in #161
  • chore: merge develop into main by @ItsANameToo in #143

Full Changelog: 1.5.0...1.6.0

1.5.0

08 Aug 11:36
11fcdcb
Compare
Choose a tag to compare

What's Changed

  • fix: construct coin instance during deeplink recipient validation by @dated in #121
  • refactor: implement qr errors as toasts by @dated in #120
  • refactor: adjust positioning and paddings of toasts by @dated in #119
  • refactor: adjust background color of FormButtons component by @dated in #118
  • refactor: add icon to server status indicator by @dated in #117
  • refactor: limit message signing to 600 characters by @dated in #124
  • chore: merge develop into main by @ItsANameToo in #126

Full Changelog: 1.4.0...1.5.0

1.4.0

03 Aug 11:37
696fcdf
Compare
Choose a tag to compare

What's Changed

  • feat: download qr as an image in receive funds modal by @goga-m in #107
  • refactor: adjust colors of qr code in dark mode by @dated in #111
  • fix: restore AddRecipient toggle ux to previous state by @goga-m in #106
  • fix: prevent wallet dropdown menu being overlayed by tabs bar in mobile by @goga-m in #112
  • fix: correct qr code upload button ui in mobile by @goga-m in #113
  • fix: recalculate input length after change in InputCounter by @goga-m in #109
  • fix: stop select dropdown from throwing error when starting to type by @dated in #86
  • refactor: extend deep link validation by @dated in #110
  • deps: update react-toastify to 9.0.7 by @dated in #108
  • chore: merge develop into main by @ItsANameToo in #115

Full Changelog: 1.3.0...1.4.0

1.3.0

21 Jul 16:23
17de709
Compare
Choose a tag to compare

What's Changed

  • fix: sync profile networks after adding custom network by @goga-m in #94
  • ci: set maximum attempts of jobs to 1 by @dated in #98
  • fix: cast amount to number in transfer validation by @dated in #104
  • fix: check only available networks when automatically assigning network in transfer form by @dated in #103
  • feat: implement a QR code scanner by @dated in #102
  • chore: merge develop into main by @ItsANameToo in #105

Full Changelog: 1.2.0...1.3.0

1.2.0

07 Jul 12:56
2f0b526
Compare
Choose a tag to compare

What's Changed

  • fix: set height of responsive page header by @alfonsobries in #59
  • fix: set profile accent color when navigating to profile by @dated in #55
  • refactor: set default exchange currency based on locale by @dated in #58
  • test: fix act warnings in profiles domain by @goga-m in #63
  • refactor: prioritize default networks by @alfonsobries in #60
  • fix: apply accent color during profile import by @goga-m in #62
  • refactor: add missing divider to forms by @dated in #66
  • refactor: simplify network hook usage by @goga-m in #64
  • chore: adjust pwa theme color and splash screens by @dated in #70
  • deps: update Platform SDK dependencies by @dated in #76
  • deps: update Platform SDK dependencies by @dated in #91
  • feat: implement wallet transaction export by @dated in #92
  • chore: merge develop into main by @ItsANameToo in #93

Full Changelog: 1.1.0...1.2.0