From 6632ad0add53ae79680cfdc3c6a2f0c0645cd5dd Mon Sep 17 00:00:00 2001 From: jamaljsr <1356600+jamaljsr@users.noreply.github.com> Date: Sun, 30 May 2021 14:48:23 -0400 Subject: [PATCH] chore(release): bump version to v1.3.0 and update changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 18 ++++-------------- package.json | 2 +- 3 files changed, 27 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6264fd3..5fc5ace59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ 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. +## [v1.3.0](https://github.com/jamaljsr/polar/compare/v1.2.0...v1.3.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. + +### Features + +- **channels:** add private channel option ([#430](https://github.com/jamaljsr/polar/issues/430)) by [@bolatovumar](https://github.com/bolatovumar) +- **examples**: add example of an LND TypeScript app ([#414](https://github.com/jamaljsr/polar/issues/414)) by [@murtyjones](https://github.com/murtyjones) +- **images:** add support for Bitcoin Core v0.21.1 ([6d368ee](https://github.com/jamaljsr/polar/commit/6d368eeaeb549890887c25ea33058d9d54947674)) +- **images:** add support for c-lightning v0.10.0 ([cabf9bf](https://github.com/jamaljsr/polar/commit/cabf9bf1f45a601cefeb2f4aa2097e09c78eaa84)) +- **images:** add support for eclair v0.6.0 ([625f025](https://github.com/jamaljsr/polar/commit/625f02515c73a3bf40b2653911e19f49c8b27bbc)) +- **images:** add support for LND v0.12.1-beta ([6d368ee](https://github.com/jamaljsr/polar/commit/6d368eeaeb549890887c25ea33058d9d54947674)) +- **images:** add support for LND v0.13.0-beta.rc3 ([5667b3b](https://github.com/jamaljsr/polar/commit/5667b3be4e431151849d64b50ecbf1b574ba8042)) +- **images:** remove outdated node implementations ([2ba55ae](https://github.com/jamaljsr/polar/commit/2ba55aef637c8e400a83fe1bffe54e2bfff3745e)) + +### Bug Fixes + +- **layout:** fix nav menu icon spacing ([120f4c0](https://github.com/jamaljsr/polar/commit/120f4c06a97d466c4e94d1f20e41f7dde1455780)) +- **menu:** fix context menu runtime console warning ([aee7563](https://github.com/jamaljsr/polar/commit/aee7563e49dffeb853b439cdbca9a5576f686579)) +- **network:** fix docker error when removing a started node ([a521d74](https://github.com/jamaljsr/polar/commit/a521d74e866db947e0a4af87bc3e336f972c5326)) +- **nodes:** increase node startup timeout from 60 to 120 secs ([0d052c0](https://github.com/jamaljsr/polar/commit/0d052c0d055ee97586321341daf51b61c714285e)) + ## [v1.2.0](https://github.com/jamaljsr/polar/compare/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. diff --git a/README.md b/README.md index 2da6e6d57..5d9ac636a 100644 --- a/README.md +++ b/README.md @@ -52,24 +52,14 @@ You will be prompted to install Docker if Polar cannot detect it automatically ## Download -Download Polar v1.2.0 for your OS +Download Polar v1.3.0 for your OS -- Mac ([dmg](https://github.com/jamaljsr/polar/releases/download/v1.2.0/polar-mac-v1.2.0.dmg)) -- 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)) -- Windows ([exe](https://github.com/jamaljsr/polar/releases/download/v1.2.0/polar-win-v1.2.0.exe)) +- Mac ([dmg](https://github.com/jamaljsr/polar/releases/download/v1.3.0/polar-mac-v1.3.0.dmg)) +- 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)) +- Windows ([exe](https://github.com/jamaljsr/polar/releases/download/v1.3.0/polar-win-v1.3.0.exe)) Alternative and older version binaries can be found in the [GitHub releases](https://github.com/jamaljsr/polar/releases) -## Polar's Future - -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. - -Here's a short list of ideas for features that may be beneficial to add in future releases (in no particular order): - -- Importing network templates from external sources (such as GitHub) to allow for community contributions. This may require a scripting system built-in. -- 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. -- 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. - ## Help Translate 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. diff --git a/package.json b/package.json index dba6d0de7..13fb96760 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polar", - "version": "1.2.0", + "version": "1.3.0", "homepage": "https://lightningpolar.com", "description": "One-click Bitcoin Lightning networks for local app development & testing", "author": {