Skip to content

Commit 077dcee

Browse files
committed
chore(release): bump version to v1.4.0 and update changelog
1 parent acc54c0 commit 077dcee

File tree

3 files changed

+42
-5
lines changed

3 files changed

+42
-5
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22

33
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.
44

5+
## [1.4.0](https://github.com/jamaljsr/polar/compare/v1.3.0...v1.4.0)
6+
7+
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.
8+
9+
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.
10+
11+
This release is required to run Core Lightning v0.12.0 due to an API that Polar requires being deprecated.
12+
13+
### Features
14+
15+
- **lnd:** added LND connect URL for REST API by @NehaK745 in https://github.com/jamaljsr/polar/pull/484
16+
- **images:** add support for Bitcoin Core v22.0 by @cstenglein in https://github.com/jamaljsr/polar/pull/510
17+
- **images:** add support for LND v0.14.1-beta by @qustavo in https://github.com/jamaljsr/polar/pull/519
18+
- **images:** update lightning nodes, add cli completion by @jonafll in https://github.com/jamaljsr/polar/pull/541
19+
- **images:** add support for the latest node implementations by @jamaljsr in https://github.com/jamaljsr/polar/pull/559
20+
- **lightningd:** add Core Lightning GRPC info to sidebar by @jamaljsr in https://github.com/jamaljsr/polar/pull/560
21+
- **images:** add support for LND v0.15.0-beta by @jamaljsr in https://github.com/jamaljsr/polar/pull/563
22+
- **images:** add support for CLN v0.11.2 by @ktecho in https://github.com/jamaljsr/polar/pull/572
23+
- **app:** check for updates on startup by @jamaljsr in https://github.com/jamaljsr/polar/pull/578
24+
- **nodes:** better visually know what node is selected by @ktecho in https://github.com/jamaljsr/polar/pull/583
25+
- **images:** add support for LND v0.15.1-beta.rc1 by @jamaljsr in https://github.com/jamaljsr/polar/pull/585
26+
- **bitcoind:** send funds to onchain address by @jamaljsr in https://github.com/jamaljsr/polar/pull/586
27+
- **images:** add support for LND v0.15.1 and CLN v0.12.0 by @jamaljsr in https://github.com/jamaljsr/polar/pull/588
28+
- **designer:** move sync button to actions toolbar by @jamaljsr in https://github.com/jamaljsr/polar/pull/589
29+
30+
### Bug Fixes
31+
32+
- **home:** fix loading animation on home screen by @jamaljsr in https://github.com/jamaljsr/polar/pull/577
33+
- **network:** add error handling when creating a new network by @jamaljsr in https://github.com/jamaljsr/polar/pull/580
34+
- **lightningd:** display CA cert and distinguish it from client cert and key by @louneskmt in https://github.com/jamaljsr/polar/pull/584
35+
36+
### Docs
37+
38+
- removing duplicates from CONTRIBUTING file by @ktecho in https://github.com/jamaljsr/polar/pull/570
39+
- Update custom-nodes.md - fix typo by @git-sgmoore in https://github.com/jamaljsr/polar/pull/497
40+
- Update custom-nodes.md by @niteshbalusu11 in https://github.com/jamaljsr/polar/pull/550
41+
542
## [v1.3.0](https://github.com/jamaljsr/polar/compare/v1.2.0...v1.3.0)
643

744
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.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ You will be prompted to install Docker if Polar cannot detect it automatically
5252

5353
## Download
5454

55-
Download Polar v1.3.0 for your OS
55+
Download Polar v1.4.0 for your OS
5656

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))
57+
- Mac ([dmg](https://github.com/jamaljsr/polar/releases/download/v1.4.0/polar-mac-v1.4.0.dmg))
58+
- 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))
59+
- Windows ([exe](https://github.com/jamaljsr/polar/releases/download/v1.4.0/polar-win-v1.4.0.exe))
6060

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polar",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"homepage": "https://lightningpolar.com",
55
"description": "One-click Bitcoin Lightning networks for local app development & testing",
66
"author": {

0 commit comments

Comments
 (0)