Skip to content

Releases: Lily-Technologies/lily-wallet

lily-wallet: v1.4.0

19 Jul 05:40
6088885
Compare
Choose a tag to compare

1.4.0 (2023-07-19)

Features

  • Bitgo: support bitgo vaults (baece25)

lily-wallet: v1.4.0-rc.1

29 Jun 22:10
0da0fc1
Compare
Choose a tag to compare
Pre-release

This is a release candidate for Lily Wallet v1.4.0 that adds support for managing BitGo multisig wallets.

Here is an example BitGo vault: Setup Link

lily-wallet: v1.3.0

07 Dec 03:42
560c043
Compare
Choose a tag to compare

1.3.0 (2022-12-07)

Features

Bug Fixes

  • Electron: default electrum endpoint (45a059b)
  • Setup, Hardware Wallet: import from file (dad413c)
  • Vault, Empty State: fix padding, remove double empty state (e074f26)

v1.2.0

15 Nov 15:33
c7d2141
Compare
Choose a tag to compare

Features

  • Address Tagging
  • Transaction Descriptions
  • Coin Selection
  • Transaction, Address, UTXO search
  • Update pricing / pricing page
  • Update lightning channel row to display liquidity balance

Fix

  • TxDetails: Input overflow

Refactor

  • UTXO Row
  • Account Map Reducer

Autogenerated

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

12 Oct 00:53
8a4cbda
Compare
Choose a tag to compare

Introducing Lily Wallet v1.1

Features

  • Lightning Network account management
  • Request keys via URL (magic link)
  • Device management
    • add device owner name
    • add device owner email
  • Device replacement flow
  • Dark mode

Minor features

  • Import vault from Caravan file (#15)
  • Allow empty PSBTs to be imported and inputs automatically populated from account (a0d77ed)
  • Add shopping cart view for license purchase / lightning channel opening
  • Sats/BTC currency toggle

Technical

  • Break project into monorepo with seperate repos for frontend/electron/express/types/shared-server logic
  • Generalize setup flow to allow different address types on vaults (required for #15)

v1.1.0-alpha.1

26 Sep 14:57
d554433
Compare
Choose a tag to compare
v1.1.0-alpha.1 Pre-release
Pre-release

Introducing Lily Wallet v1.1

Features

  • Lightning Network account management
  • Request keys via URL (magic link)
  • Device management
    • add device owner name
    • add device owner email
  • Dark mode

Minor features

  • Import vault from Caravan file (#15)
  • Allow empty PSBTs to be imported and inputs automatically populated from account (a0d77ed)
  • Add shopping cart view for license purchase / lightning channel opening
  • Sats/BTC currency toggle

Technical

  • Break project into monorepo with seperate repos for frontend/electron/express/types/shared-server logic
  • Generalize setup flow to allow different address types on vaults (required for #15)

v1.0.7

07 Jul 05:15
Compare
Choose a tag to compare

Support modal implementation, cleanup before release.

v1.0.6

04 Jun 17:18
Compare
Choose a tag to compare

This release moves the license from a global property to an individual property on each vault (allowing users to not have to deal with licenses unless they have a vault).

Also, minor stylistic changes and updates found when writing Cypress tests.

v1.0.4

29 Apr 02:09
Compare
Choose a tag to compare
remove mobile modal

v1.0.3

23 Apr 22:58
Compare
Choose a tag to compare

This is the official release for v1.3.

Features:

Full node support via local Bitcoin Core or remote via RPC/Tor
Cobo Vault support
Ledger firmware bug fix
Account information saved locally in data directory (no needing to find backup file to load. doesn't downloading backup file after every change)
Settings redesign
Trial/License mechanism
receive/send account select redesign
add TitleBar

Technical changes

Convert project to Typescript
Add tests for all account types, address generation, sending logic
A lot of refactor
Code signing for Mac/Windows/Linux