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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
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 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.
8
+
9
+
### Features
10
+
11
+
-**channels:** add private channel option ([#430](https://github.com/jamaljsr/polar/issues/430)) by [@bolatovumar](https://github.com/bolatovumar)
12
+
-**examples**: add example of an LND TypeScript app ([#414](https://github.com/jamaljsr/polar/issues/414)) by [@murtyjones](https://github.com/murtyjones)
13
+
-**images:** add support for Bitcoin Core v0.21.1 ([6d368ee](https://github.com/jamaljsr/polar/commit/6d368eeaeb549890887c25ea33058d9d54947674))
14
+
-**images:** add support for c-lightning v0.10.0 ([cabf9bf](https://github.com/jamaljsr/polar/commit/cabf9bf1f45a601cefeb2f4aa2097e09c78eaa84))
15
+
-**images:** add support for eclair v0.6.0 ([625f025](https://github.com/jamaljsr/polar/commit/625f02515c73a3bf40b2653911e19f49c8b27bbc))
16
+
-**images:** add support for LND v0.12.1-beta ([6d368ee](https://github.com/jamaljsr/polar/commit/6d368eeaeb549890887c25ea33058d9d54947674))
17
+
-**images:** add support for LND v0.13.0-beta.rc3 ([5667b3b](https://github.com/jamaljsr/polar/commit/5667b3be4e431151849d64b50ecbf1b574ba8042))
-**layout:** fix nav menu icon spacing ([120f4c0](https://github.com/jamaljsr/polar/commit/120f4c06a97d466c4e94d1f20e41f7dde1455780))
23
+
-**menu:** fix context menu runtime console warning ([aee7563](https://github.com/jamaljsr/polar/commit/aee7563e49dffeb853b439cdbca9a5576f686579))
24
+
-**network:** fix docker error when removing a started node ([a521d74](https://github.com/jamaljsr/polar/commit/a521d74e866db947e0a4af87bc3e336f972c5326))
25
+
-**nodes:** increase node startup timeout from 60 to 120 secs ([0d052c0](https://github.com/jamaljsr/polar/commit/0d052c0d055ee97586321341daf51b61c714285e))
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.
Copy file name to clipboardExpand all lines: README.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,24 +52,14 @@ You will be prompted to install Docker if Polar cannot detect it automatically
52
52
53
53
## Download
54
54
55
-
Download Polar v1.2.0 for your OS
55
+
Download Polar v1.3.0 for your OS
56
56
57
-
- Mac ([dmg](https://github.com/jamaljsr/polar/releases/download/v1.2.0/polar-mac-v1.2.0.dmg))
58
-
- Linux ([deb](https://github.com/jamaljsr/polar/releases/download/v1.2.0/polar-linux-amd64-v1.2.0.deb), [AppImage](https://github.com/jamaljsr/polar/releases/download/v1.2.0/polar-linux-x86_64-v1.2.0.AppImage))
59
-
- Windows ([exe](https://github.com/jamaljsr/polar/releases/download/v1.2.0/polar-win-v1.2.0.exe))
57
+
- Mac ([dmg](https://github.com/jamaljsr/polar/releases/download/v1.3.0/polar-mac-v1.3.0.dmg))
58
+
- Linux ([deb](https://github.com/jamaljsr/polar/releases/download/v1.3.0/polar-linux-amd64-v1.3.0.deb), [AppImage](https://github.com/jamaljsr/polar/releases/download/v1.3.0/polar-linux-x86_64-v1.3.0.AppImage))
59
+
- Windows ([exe](https://github.com/jamaljsr/polar/releases/download/v1.3.0/polar-win-v1.3.0.exe))
60
60
61
61
Alternative and older version binaries can be found in the [GitHub releases](https://github.com/jamaljsr/polar/releases)
62
62
63
-
## Polar's Future
64
-
65
-
The overall goal of Polar is to minimize the time & effort needed for a developer new to Lightning to get started building their next killer app. In addition, Polar aims to be a useful tool for experienced Lightning App developers to iterate faster on their projects. Less time setting up nodes, more time building your app.
66
-
67
-
Here's a short list of ideas for features that may be beneficial to add in future releases (in no particular order):
68
-
69
-
- Importing network templates from external sources (such as GitHub) to allow for community contributions. This may require a scripting system built-in.
70
-
- Sample app projects/code in different languages (Python, Typescript/JS, Go, C#) showing how to connect to the Lightning/Bitcoin nodes from an external app.
71
-
- Bitcoin Block Explorer & GRPC/REST API Explorers to have access to all of the node RPC API's graphically, without needing to fallback to the Terminal.
72
-
73
63
## Help Translate
74
64
75
65
Polar's translations are managed on [Crowdin](https://crowdin.com/project/polar). The initial translations of 10 languages were done by machine (Google Translate) and are likely to not be 100% accurate. If you speak multiple languages and wish to help with translations, please feel free to head over to the [project page](https://crowdin.com/project/polar) on Crowdin and submit updated strings. This assistance would be greatly appreciated.
0 commit comments