Polar v1.2.0
Full list of changes since
v1.0.1
v1.0.1...v1.2.0
This is a minor release which adds a small set of improvements and fixes some bugs. All of the node implementations have been updated to their latest versions.
You'll need to upgrade to this release to run Bitcoin Core v0.21.0 nodes due to a small breaking change. The default wallet is no longer created automatically during bitcoind
startup, so Polar must create the wallet once bitcoind
comes online.
Features
- designer: add zoom support to the designer (#378)
- images: add support for LND v0.12.0-beta (57fc766)
- images: add support for c-lightning v0.9.3 (f3c3c0d)
- images: add support for eclair v0.5.0 (47af8c2)
- images: add support for bitcoind v0.21.0 (f59dd1b)
- bitcoind: expose Bitcoin Core P2P port (#372) by @lukechilds
- bitcoind: expose REST interface by default (#419) by @valentinewallace
- lnd: add invoice macaroon to Connect tab (#376)
Bug Fixes
- bitcoind: create default wallet when starting bitcoind v0.21.0 (548a138)
- designer: fix channels hiding when removing a node in a stopped network (534892c)
- designer: add hover state for node (#406) by @murtyjones
- lnd: correct REST url (#407) by @murtyjones
- lnd: fixes clipboard copy value for p2pLnUrlInternal (#381) by @Jasonvdb
- networks: fix error when deleting an imported network (b53de1a)
- sidebar: remove extra space between collapsed sidebar nodes (17643aa)
- chore: update dead link in code comment (#422) by @murtyjones
Docs
Community Contributions
Polar received contributions from a few community members. A sincere thank you is due to these devs for giving back to the project.
- Jason van den Berg @Jasonvdb
- Johan T. Halseth @halseth
- Luke Childs @lukechilds
- Marty Jones @murtyjones
- Valentine Wallace @valentinewallace
All feedback and contributions are greatly appreciated.