Releases: Lily-Technologies/lily-wallet
lily-wallet: v1.4.0
lily-wallet: v1.4.0-rc.1
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
v1.2.0
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
- 94 inputs overflow by @jordan-bravo in #95
- [WIP] Coin Selection by @KayBeSee in #97
- style(TxDetailsSlideover): update styles by @KayBeSee in #98
- feat: Transaction Descriptions by @KayBeSee in #99
- feat(TagSection): support multiple addresses by @KayBeSee in #100
- feat(Addresses): allow search by @KayBeSee in #101
- feat(UTXORow): add search, tags by @KayBeSee in #102
- refactor(TxDescription): use reducer by @KayBeSee in #104
- feat: reference address/change address context in utxo, allow TagsSection to add/delete multiple correctly by @KayBeSee in #105
- feat: tx search by @KayBeSee in #106
- feat(Express): MyNode integration by @KayBeSee in #103
New Contributors
- @jordan-bravo made their first contribution in #95
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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
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
v1.0.6
v1.0.4
v1.0.3
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