Skip to content

Commit

Permalink
chore(release): bump version to v1.4.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaljsr committed Aug 31, 2022
1 parent acc54c0 commit 077dcee
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 5 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@

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.

## [1.4.0](https://github.com/jamaljsr/polar/compare/v1.3.0...v1.4.0)

While Polar has kept up with the new node implementation releases via the out-of-band updates, it hasn't had any new features added in a long while. This release packages up all those node updates so that you don't need to manually update after the initial install. We now also have automatic updates. You can opt-in to checking for new node versions on startup, instead of having to do it manually. Links to check for updates have also been added to the start screen and footer to make it easier to get to.

There are a bunch of first-time contributors in this release. They've added some great updates which you can see listed below. Thank you all for your PRs.

This release is required to run Core Lightning v0.12.0 due to an API that Polar requires being deprecated.

### Features

- **lnd:** added LND connect URL for REST API by @NehaK745 in https://github.com/jamaljsr/polar/pull/484
- **images:** add support for Bitcoin Core v22.0 by @cstenglein in https://github.com/jamaljsr/polar/pull/510
- **images:** add support for LND v0.14.1-beta by @qustavo in https://github.com/jamaljsr/polar/pull/519
- **images:** update lightning nodes, add cli completion by @jonafll in https://github.com/jamaljsr/polar/pull/541
- **images:** add support for the latest node implementations by @jamaljsr in https://github.com/jamaljsr/polar/pull/559
- **lightningd:** add Core Lightning GRPC info to sidebar by @jamaljsr in https://github.com/jamaljsr/polar/pull/560
- **images:** add support for LND v0.15.0-beta by @jamaljsr in https://github.com/jamaljsr/polar/pull/563
- **images:** add support for CLN v0.11.2 by @ktecho in https://github.com/jamaljsr/polar/pull/572
- **app:** check for updates on startup by @jamaljsr in https://github.com/jamaljsr/polar/pull/578
- **nodes:** better visually know what node is selected by @ktecho in https://github.com/jamaljsr/polar/pull/583
- **images:** add support for LND v0.15.1-beta.rc1 by @jamaljsr in https://github.com/jamaljsr/polar/pull/585
- **bitcoind:** send funds to onchain address by @jamaljsr in https://github.com/jamaljsr/polar/pull/586
- **images:** add support for LND v0.15.1 and CLN v0.12.0 by @jamaljsr in https://github.com/jamaljsr/polar/pull/588
- **designer:** move sync button to actions toolbar by @jamaljsr in https://github.com/jamaljsr/polar/pull/589

### Bug Fixes

- **home:** fix loading animation on home screen by @jamaljsr in https://github.com/jamaljsr/polar/pull/577
- **network:** add error handling when creating a new network by @jamaljsr in https://github.com/jamaljsr/polar/pull/580
- **lightningd:** display CA cert and distinguish it from client cert and key by @louneskmt in https://github.com/jamaljsr/polar/pull/584

### Docs

- removing duplicates from CONTRIBUTING file by @ktecho in https://github.com/jamaljsr/polar/pull/570
- Update custom-nodes.md - fix typo by @git-sgmoore in https://github.com/jamaljsr/polar/pull/497
- Update custom-nodes.md by @niteshbalusu11 in https://github.com/jamaljsr/polar/pull/550

## [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.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ You will be prompted to install Docker if Polar cannot detect it automatically

## Download

Download Polar v1.3.0 for your OS
Download Polar v1.4.0 for your OS

- 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))
- Mac ([dmg](https://github.com/jamaljsr/polar/releases/download/v1.4.0/polar-mac-v1.4.0.dmg))
- Linux ([deb](https://github.com/jamaljsr/polar/releases/download/v1.4.0/polar-linux-amd64-v1.4.0.deb), [AppImage](https://github.com/jamaljsr/polar/releases/download/v1.4.0/polar-linux-x86_64-v1.4.0.AppImage))
- Windows ([exe](https://github.com/jamaljsr/polar/releases/download/v1.4.0/polar-win-v1.4.0.exe))

Alternative and older version binaries can be found in the [GitHub releases](https://github.com/jamaljsr/polar/releases)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polar",
"version": "1.3.0",
"version": "1.4.0",
"homepage": "https://lightningpolar.com",
"description": "One-click Bitcoin Lightning networks for local app development & testing",
"author": {
Expand Down

0 comments on commit 077dcee

Please sign in to comment.