From 749ff874683830ee74172c4a4e422b386876b31e Mon Sep 17 00:00:00 2001 From: yzernik Date: Fri, 24 Sep 2021 18:57:41 -0700 Subject: [PATCH] Release version 0.1.154 --- CHANGELOG.md | 21 +++++++++++++++++++++ squeaknode/__init__.py | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0726b3c..663a1cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +0.1.154 - 2021-09-24 +=================== + +### Features +- Include saved peer name in list of connected peers. + - #1361 and #1362 +- Add button in UI to convert connected peer to saved peer. + - #1365 +- Improve dialog for showing external address, and include copy to + clipboard. + - #1380 PR by @abhiShandy +- Show connection status next to each item in saved peers list. + - #1399 + +### Fixes +- Fix bug in p2p connection where the connection does not shut down + properly in some cases. + - #1397 +- Fail gracefully in peer connection when LND is not available. + - #1389 and #1395 + 0.1.153 - 2021-09-19 =================== diff --git a/squeaknode/__init__.py b/squeaknode/__init__.py index cc267f9f..d9d4fe30 100644 --- a/squeaknode/__init__.py +++ b/squeaknode/__init__.py @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -__version__ = '0.1.153' +__version__ = '0.1.154'