Skip to content

Releases: dhealthproject/dhealth-wallet

v1.3.2: dHealth Wallet with Ledger Integration

20 Sep 09:20
cfe7885
Compare
Choose a tag to compare

dHealth Network - dHealth Desktop Wallet v1.3.2

Download Universal Client: dhealth-wallet_1.3.2.all.zip

Download for Windows: dhealth-wallet-win-x64-1.3.2.exe

Download for Linux with APT: dhealth-wallet-linux-amd64-1.3.2.deb

Note that using Linux, you may need to use the dpkg tool to upgrade the wallet using: sudo dpkg -i ~/Downloads/dhealth-wallet-linux-amd64-1.3.2.deb

Download for Linux with SNAP: dhealth-wallet-linux-amd64-1.3.2.snap

Download for Linux with TAR: dhealth-wallet-linux-x64-1.3.2.tar.xz

Download for MacOS: dhealth-wallet-mac-x64-1.3.2.dmg

*Notes:

This version apply a new derivation (BIP32) path for dHealth: 10111

As a result, when you import your profile from backup mnemonics you will see different addresses. Please send your tokens to your new addresses instead, or continue to use version 1.3.1 if you don't want to change current addresses.

What's Changed

  • fix(aggregate bonded tx): Fix un-signed transactions disappear after signing another partial by @nsonanh in #35
  • Update en-US.json by @krnarwani in #36
  • feat: add ledger integration by @nsonanh in #37
  • build: create version 1.3.2 by @nsonanh in #38

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1: dHealth Desktop Wallet

27 Mar 12:46
4e1c206
Compare
Choose a tag to compare

dHealth Network - dHealth Desktop Wallet v1.3.1

Download Universal Client: dhealth-wallet_1.3.1.all.zip

Download for Windows: dhealth-wallet-win-1.3.1.exe

Download for Linux with APT: dhealth-wallet-linux-amd64-1.3.1.deb

Note that using Linux, you may need to use the dpkg tool to upgrade the wallet using: sudo dpkg -i ~/Downloads/dhealth-wallet-linux-amd64-1.3.1.deb

Download for Linux with SNAP: dhealth-wallet-linux-amd64-1.3.1.snap

Download for Linux with TAR: dhealth-wallet-linux-x64-1.3.1.tar.xz

Download for MacOS: dhealth-wallet-mac-1.3.1.dmg

Added

  • feat/ui: Adds secret lock & secret proof transaction views
  • feat/ui: Adds warning message on co-signature modal
  • fix: Fixes transaction contact mismatch (fixes #18)
  • fix: Fixes issues with swaps amounts in plugins

Changed

  • deps: Updates dependencies to remove warnings (fixes #13)
  • ui: Changes theme colors and fixes static colors to use theme
  • ui: Updates colorway to changed colors for dHealth

Known Issues

  • Status updates for invoices take quite some time (sometimes 5seconds) due to Status Poll system.

v1.3.0: dHealth Wallet with Bridge for ERC20-DHP

01 Feb 14:23
Compare
Choose a tag to compare

dHealth Network - dHealth Bridge for ERC20-DHP

Download Universal Client: dhealth-wallet_1.3.0.all.zip

Download for Windows: dhealth-wallet-win-1.3.0.exe

Download for Linux with APT: dhealth-wallet-linux-amd64-1.3.0.deb

Note that using Linux, you may need to use the dpkg tool to upgrade the wallet using: sudo dpkg -i ~/Downloads/dhealth-wallet-linux-amd64-1.3.0.deb

Download for Linux with SNAP: dhealth-wallet-linux-amd64-1.3.0.snap

Download for Linux with TAR: dhealth-wallet-linux-x64-1.3.0.tar.xz

Download for MacOS: dhealth-wallet-mac-1.3.0.dmg

Added

  • plugins: Adds @dhealthdapps/bridge plugin
  • plugins: Improves plugins list with human-friendly names

Changed

  • deps: Updates @dhealthdapps/bridge to version v1.0.0.

Known Issues

  • Status updates for invoices take quite some time (sometimes 5seconds) due to Status Poll system.
  • Swap now button does not get disabled even if it's not clickable.
  • Missing error notification for invalid amounts (e.g. 1000, 3000).
  • Missing loading notifications after click on Swap now.

v1.2.2: dHealth Wallet with Health to Earn

08 Dec 22:07
Compare
Choose a tag to compare

dHealth Network - Health to Earn with Referrals

Download Universal Client: dhealth-wallet_1.2.2.all.zip

Download for Windows: dhealth-wallet-win-1.2.2.exe

Download for Linux with APT: dhealth-wallet-linux-amd64-1.2.2.deb

Note that using Linux, you may need to use the dpkg tool to upgrade the wallet using: sudo dpkg -i ~/Downloads/dhealth-wallet-linux-amd64-1.2.2.deb

Download for Linux with SNAP: dhealth-wallet-linux-amd64-1.2.2.snap

Download for Linux with TAR: dhealth-wallet-linux-x64-1.2.2.tar.xz

Download for MacOS: dhealth-wallet-mac-1.2.2.dmg

Added

  • plugins: Adds compatibility with aggregate transactions in health-to-earn.
  • plugins: Adds referral code implementation for health-to-earn.

Changed

  • deps: Updates @dhealthdapps/health-to-earn to version v1.1.0.

Known Issues

  • Plugins do not work for Browser installations (UNIVERSAL) for security reasons.

v1.2.1: dHealth Wallet with Health to Earn

24 Nov 14:10
Compare
Choose a tag to compare

dHealth Network - Health to Earn

Download Universal Client: dhealth-wallet_1.2.1.all.zip

Download for Windows: dhealth-wallet-win-1.2.1.exe

Download for Linux with APT: dhealth-wallet-linux-amd64-1.2.1.deb

Note that using Linux, you may need to use the dpkg tool to upgrade the wallet using: sudo dpkg -i ~/Downloads/dhealth-wallet-linux-amd64-1.2.1.deb

Download for Linux with SNAP: dhealth-wallet-linux-amd64-1.2.1.snap

Download for Linux with TAR: dhealth-wallet-linux-x64-1.2.1.tar.xz

Download for MacOS: dhealth-wallet-mac-1.2.1.dmg

Added

  • deps: Installs new plugin @dhealth/plugin-node-monitor
  • deps: Installs new plugin @dhealthdapps/health-to-earn
  • fix: Fixes plugin manager navigation controls
  • system: Removes many unused resources (images)
  • plugins: Adds latest plugin injecter (plugins:install)
  • plugins: Adds plugin support for Windows, Linux & MacOS
  • i18n: Adds french translations from team
  • i18n: Adds german translations from team

Changed

  • feat: Disables Ledger import strategy
  • deps: Updates @dhealth/wallet-api-bridge
  • deps: Updates @dhealth/wallet-components
  • deps: Uses @dhealth/sdk
  • deps: Plugins are now built with --formats umd-min
  • i18n: Updates language files for chinese and japanese

Known Issues

  • Plugins do not work for Browser installations (UNIVERSAL) for security reasons.

v1.2.0: dHealth Wallet with Health to Earn

23 Nov 16:52
0d7e327
Compare
Choose a tag to compare

dHealth Network - Health to Earn

Download Universal Client: dhealth-wallet_1.2.0.all.zip

Download for Windows: dhealth-wallet-win-1.2.0.exe

Download for Linux with APT: dhealth-wallet-linux-amd64-1.2.0.deb

Note that using Linux, you may need to use the dpkg tool to upgrade the wallet using: sudo dpkg -i ~/Downloads/dhealth-wallet-linux-amd64-1.2.0.deb

Download for Linux with SNAP: dhealth-wallet-linux-amd64-1.2.0.snap

Download for Linux with TAR: dhealth-wallet-linux-x64-1.2.0.tar.xz

Download for MacOS: dhealth-wallet-mac-1.2.0.dmg

Added

  • deps: Installs new plugin @dhealth/plugin-node-monitor
  • deps: Installs new plugin @dhealthdapps/health-to-earn
  • fix: Fixes plugin manager navigation controls
  • system: Removes many unused resources (images)
  • plugins: Adds latest plugin injecter (plugins:install)
  • plugins: Adds plugin support for Windows, Linux & MacOS
  • i18n: Adds french translations from team
  • i18n: Adds german translations from team

Changed

  • feat: Disables Ledger import strategy
  • deps: Updates @dhealth/wallet-api-bridge
  • deps: Updates @dhealth/wallet-components
  • deps: Uses @dhealth/sdk
  • deps: Plugins are now built with --formats umd-min
  • i18n: Updates language files for chinese and japanese

Known Issues

  • Plugins do not work for Browser installations (UNIVERSAL) for security reasons.

dHealth Wallet v1.1.4: Stability fixes, FAQ, Plugins

08 Oct 15:35
1bd6b30
Compare
Choose a tag to compare

Public Blockchain Infrastructure for Healthcare

Download Universal Client: dhealth-wallet_1.1.4.all.zip

Download for Windows: dhealth-wallet-win-1.1.4.exe

Download for Linux with APT: dhealth-wallet-linux-amd64-1.1.4.deb

Note that using Linux, you may need to use the dpkg tool to upgrade the wallet using: sudo dpkg -i ~/Downloads/dhealth-wallet-linux-amd64-1.1.4.deb

Download for Linux with SNAP: dhealth-wallet-linux-amd64-1.1.4.snap

Download for Linux with TAR: dhealth-wallet-linux-x64-1.1.4.tar.xz

Download for MacOS: dhealth-wallet-mac-1.1.4.dmg

Added

  • i18n: Adds correct namespace suggestion (#5)
  • feat/plugins: Adds IPC communication channel for onPluginsReady
  • feat/plugins: Adds PluginInjecter and dynamic PageWrapper
  • feat/ui: Updates GenericTableDisplay and PageLayout
  • deps: Adds dependencies @dhealth/wallet-api-bridge & @dhealth/wallet-components
  • system: Adds pre-installed plugins: @yourdlt/plugin-dummy, @yourdlt/plugin-librarian, @yourdlt/plugin-ninjazzz
  • feat/faq: Adds FAQ module with wallet instructions

Changed

  • system: Upgrades dependencies, fixes wording and more
  • bugfix: Fixes minHarvesterBalance (#4)
  • bugfix: Fixes article publishers (#7)
  • bugfix: Fixes network store with name from config
  • bugfix: Fixes profile import process (#11, #6)
  • bugfix: Fixes language and build process (#8)
  • bugfix: Fixes Remote/VRF/Node key links removal (#10)

Known Issues

  • Plugins do not work on Linux native installation
  • Plugins do not work for Browser installations (UNIVERSAL) for security reasons.

v1.0.0: dHealth Wallet for dHealth Public Network

04 May 14:48
Compare
Choose a tag to compare

Public Blockchain Infrastructure for Healthcare

Download Universal Client: dhealth-wallet_1.0.0.all.zip

Download for Windows: dhealth-wallet-win-1.0.0.exe

Download for Linux with APT: dhealth-wallet-linux-amd64-1.0.0.deb

Download for Linux with SNAP: dhealth-wallet-linux-amd64-1.0.0.snap

Download for Linux with TAR: dhealth-wallet-linux-x64-1.0.0.tar.xz

Download for MacOS: dhealth-wallet-mac-1.0.0.dmg