Skip to content

Releases: dfinity/cycles-wallet

20240410

16 Apr 08:01
b013764

Choose a tag to compare

What's Changed

Full Changelog: 2023053...2024041

20230530

30 May 08:07
313fb01

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump webpack from 5.36.2 to 5.76.0 by @dependabot in #158
  • fix: updates agent-js so that the UI works on icp0.io by @krpeacock in #159

Full Changelog: 2023030...2023053

20230308

09 Mar 01:50
89df796

Choose a tag to compare

What's Changed

New Contributors

  • @jplevyak made their first contribution in #95
  • @ericswanson-dfinity made their first contribution in #103
  • @wackyleo459 made their first contribution in #114
  • @lwshang made their first contribution in #136
  • @sesi200 made their first contribution in #144
  • @dfx-json made their first contribution in #146

Full Changelog: dfx-0.7.2...2023030

Cycles Wallet Release for DFX 0.7.2

14 Jun 21:10
e902708

Choose a tag to compare

fix: address wallet acl issues (#91)

A controller can remove itself from the list of controllers even if he's the only one, leaving the wallet uncontrolled. This fixes that.

Also QOL changes for controller and custodian.

Closes https://github.com/dfinity/wallet-rs/issues/56

Cycles Wallet Release for DFX 0.7.0

14 Jun 21:09
06bb256

Choose a tag to compare

feat: using internet identity service (#90)

* feat: using internet identity service
will resolve #79

* rebase against next

* working flow from fresh and returning

* previously authenticated re-log flow

* removes testing address

* removing duplicate interface declaration, cleaning up

* better devServer fallback

* Update wallet_ui/components/routes/Authorize.tsx

Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>

* Update wallet_ui/components/routes/Authorize.tsx

Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>

* updating copy

* removes @dfinity/authentication

Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>