You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+42-3Lines changed: 42 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,46 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
This release was focused on implementing many of the feature requests submitted since the first release, as well as adding support for the Eclair Lightning implementation. You can now use your own custom Docker image, allowing you to run the master branch or your personal fork of each node. Polar now supports importing and exporting networks, which allows you to save snapshots to reuse as a starting point over an over again. We also added a log viewer for nodes which should make it easier to see what your nodes are doing and added right-click menus for nodes & channels so you can perform actions with less clicks. To support more flexible environments, the Lightning P2P and Bitcoin ZMQ ports are now exposed to the host machine, which means you can have nodes outside of Polar communicate with the nodes inside.
8
+
9
+
I am bumping the version to a major release v1.0.0 to signify that I feel Polar is now pretty stable and fully-functional, with support for the big three Lightning implementations. There are still more improvements which will be added in the future, but what's included now is a solid base.
10
+
11
+
### Features
12
+
13
+
- Add support for Eclair v0.3.3 nodes ([#322](https://github.com/jamaljsr/polar/pull/322))
14
+
- Add ability to import & export networks ([#295](https://github.com/jamaljsr/polar/pull/295)) by [@torkelrogstad](https://github.com/torkelrogstad)
15
+
- Add support for custom docker images ([#299](https://github.com/jamaljsr/polar/pull/299))
16
+
- Make bitcoind's ZeroMQ servers reachable on LAN ([#297](https://github.com/jamaljsr/polar/pull/297)) by [@hsjoberg](https://github.com/hsjoberg)
17
+
- Make lightning nodes p2p port reachable on LAN ([#301](https://github.com/jamaljsr/polar/pull/301)) by [@hsjoberg](https://github.com/hsjoberg)
18
+
- Add right-click menus for nodes and channels ([#312](https://github.com/jamaljsr/polar/pull/312))
19
+
- Add ability to view live logs from nodes ([#316](https://github.com/jamaljsr/polar/pull/316))
20
+
21
+
### Bug Fixes
22
+
23
+
- Handle errors in Bitcoind logger ([#285](https://github.com/jamaljsr/polar/pull/285)) by [@bolatovumar](https://github.com/bolatovumar)
24
+
- Make sure localBalance is never undefined for pending channel ([#289](https://github.com/jamaljsr/polar/pull/289)) by [@bolatovumar](https://github.com/bolatovumar)
25
+
- Fix corrupt redux state causing errors ([#305](https://github.com/jamaljsr/polar/pull/305))
26
+
- Fix broken line wrapping for long commands in the terminal ([#310](https://github.com/jamaljsr/polar/pull/310))
27
+
- Fix typo in English translations ([#323](https://github.com/jamaljsr/polar/pull/323))
This is just a small release to bring back light mode for those who prefer it over dark mode.
8
47
@@ -18,7 +57,7 @@ This is just a small release to bring back light mode for those who prefer it ov
18
57
19
58
- fix spelling and add Polar version field to bug template ([#279](https://github.com/jamaljsr/polar/pull/279)) h/t [@bolatovumar](https://github.com/bolatovumar)
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 :)
24
63
@@ -76,7 +115,7 @@ Polar received contributions from a few community members. I'd like to sincerely
76
115
77
116
All feedback and contributions are greatly appreciated.
- Launch a terminal in each bitcoin/lightning node
31
+
- View streaming logs from each node
29
32
- Manually mine new blocks
30
33
- Deposit regtest coins into each Lightning node
31
34
- Export and import networks, for sharing with other Lightning developers
35
+
- Create you own docker images to use as [custom nodes](https://github.com/jamaljsr/polar/blob/master/docs/custom-nodes.md) (ex: master branch, local fork)
32
36
33
37
Supported Network Node Versions:
34
38
35
-
- LND v0.8.2, v0.8.0 & v0.7.1
36
-
- Bitcoin Core v0.19.0.1 & v0.18.1
39
+
- LND v0.9.1, v0.9.0, v0.8.2, v0.8.0 & v0.7.1
37
40
- c-lightning v0.8.1 & v0.8.0
38
-
- eclair (coming soon?) \*need to gauge demand for this implementation\*
41
+
- Eclair v0.3.3
42
+
- Bitcoin Core v0.19.1, v0.19.0.1 & v0.18.1
39
43
40
44
## Dependencies
41
45
@@ -48,11 +52,11 @@ You will be prompted to install Docker if Polar cannot detect it automatically
48
52
49
53
## Download
50
54
51
-
Download Polar v0.2.1 for
55
+
Download Polar v1.0.0 for your OS
52
56
53
-
- Mac ([dmg](https://github.com/jamaljsr/polar/releases/download/v0.2.1/polar-mac-v0.2.1.dmg), [zip](https://github.com/jamaljsr/polar/releases/download/v0.2.1/polar-mac-v0.2.1.zip))
54
-
- Linux ([deb](https://github.com/jamaljsr/polar/releases/download/v0.2.1/polar-linux-amd64-v0.2.1.deb), [AppImage](https://github.com/jamaljsr/polar/releases/download/v0.2.1/polar-linux-x86_64-v0.2.1.AppImage))
55
-
- Windows ([exe](https://github.com/jamaljsr/polar/releases/download/v0.2.1/polar-win-v0.2.1.exe))
57
+
- Mac ([dmg](https://github.com/jamaljsr/polar/releases/download/v1.0.0/polar-mac-v1.0.0.dmg), [zip](https://github.com/jamaljsr/polar/releases/download/v1.0.0/polar-mac-v1.0.0.zip))
58
+
- Linux ([deb](https://github.com/jamaljsr/polar/releases/download/v1.0.0/polar-linux-amd64-v1.0.0.deb), [AppImage](https://github.com/jamaljsr/polar/releases/download/v1.0.0/polar-linux-x86_64-v1.0.0.AppImage))
59
+
- Windows ([exe](https://github.com/jamaljsr/polar/releases/download/v1.0.0/polar-win-v1.0.0.exe))
56
60
57
61
Alternative and older version binaries can be found in the [GitHub releases](https://github.com/jamaljsr/polar/releases)
0 commit comments