You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

6.0 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.1

This is just a small release to bring back light mode for those who prefer it over dark mode.

Features

  • ui: add light/dark mode toggle (#280)

Bug Fixes

  • ui: lighten node background in dark mode (2a5fde4)

Docs

  • fix spelling and add Polar version field to bug template (#279) h/t @bolatovumar

0.2.0

This release was focused on adding core features that didn't make it in the first release, as well as some UX and stability improvements. The UI has been redesigned to use a dark theme which has been a popular request. Polar now supports the latest versions of LND v0.8.2, Bitcoin Core v0.19.0.1 and adds support for c-lightning v0.8.0. Future released versions of these Lightning & Bitcoin nodes can now be used without needing to release a new version of Polar. This feature will let you start using the new versions as soon as they are out. To maintain support for older LND versions which are not compatible with the latest bitcoind, Polar now supports running multiple bitcoin nodes in a single network. Have fun creating chain splits and block reorgs with the new ability to stop and start individual nodes as well :)

There are now 10 languages included (English, French, German, Spanish, Russian, Italian, Chinese Simplified, Portuguese-Brazilian, Japanese, Korean), though most are machine generated, so they need some love. Languages are now crowd-sourced via Crowdin. See the Help Translate section of the README for more details.

In the next release, the focus will be on tackling some of the feature requests submitted since the initial launch. If you have any suggestions or use-cases you'd like to see improved with Polar, please don't hesitate to open an issue.

Application Data Folder Moved

Be sure to stop all your running networks and close Polar v0.1.0 before installing v0.2.0!

When adding c-lighting v0.8.0, lightningd was unable to create the lightning-rpc socket file due to 'path too long' errors on Mac. Polar previously stored the data for nodes in ~/Library/Application Support/polar/data/networks/. This has now been changed to ~/.polar on all OS's. When you launch v0.2.0 for the first time, Polar will migrate your application data from the old folder location to the new location. This also means that the paths to certs & macaroons have changed. If you hard-coded them in your app, you'll need to update the paths.

Location in v0.1.0

  • Mac: ~/Library/Application Support/polar/data/networks/
  • Linux: ~/config/polar/data/networks/
  • Windows: ~/AppData/Roaming/polar/data/networks/

New location in v0.2.0

  • All OS's: ~/.polar/networks/

Features

  • ui: change ui design to use dark mode (#271)
  • network: add support for c-lightning v0.8.0 with c-lightning-REST plugin (#259)
  • network: add support for LND v0.8.2-beta (#257)
  • network: add support for Bitcoin Core v0.19.0.1 (#257)
  • docker: add ability to update future Bitcoin & Lightning node versions in-between Polar releases (#267)
  • network: add ability to run multiple Bitcoin Core nodes in one network (#257)
  • network: add ability to start and stop each node individually (#258)
  • payments: add ability to create and pay basic invoices (#254)
  • bitcoind: use tabs for the bitcoind sidebar and display RPC credentials (#256)
  • i18n: add translations for 9 languages via Crowdin (#261)

Bug Fixes

Docs

  • readme: add some future plans to the readme (d875529)
  • readme: add Crowdin information to the readme (69c89ee)

Community Contributions

Polar received contributions from a few community members. I'd like to sincerely thank these devs for giving back to the project.

All feedback and contributions are greatly appreciated.

0.1.0

First Release

This first stable release of Polar contains the following features:

  • Create a regtest Lightning Network in just a few clicks
  • Connect from your app to the lightning nodes via RPC
  • Launch a terminal in each bitcoin/lightning node
  • Add more nodes using drag & drop
  • Open & Close Channels
  • Manually mine new blocks
  • Deposit regtest coins into each Lightning node
  • Multiple language support with English & Spanish (translations need improvement)
  • Multiple OS support for Mac, Windows & Linux