File tree 2 files changed +2
-13
lines changed
2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,8 @@ This file tracks release notes for the loop client.
16
16
17
17
#### New Features
18
18
19
- * ` --private ` flag is now available on the ` loop in ` command, meaning users can
20
- now loop in to private nodes! This was implemented in [ #415 ] ( https://github.com/lightninglabs/loop/pull/415 )
21
- and has an implementation of LND's hop hints creation feature for the time
22
- being. The flag is also available in ` loop quote in ` as an extension.
23
- * ` --route_hints ` has also been added on the ` loop in ` and ` loop quote in ` cli
24
- commands, and was also include in [ #415 ] ( https://github.com/lightninglabs/loop/pull/415 ) .
25
- While the ` --private ` flag autogenerates routehints to assist the payer (Lightning Labs),
26
- ` --route_hints ` allows the user to feed their own crafted versions if they so please.
27
-
28
19
#### Breaking Changes
29
20
30
21
#### Bug Fixes
31
22
32
- * Fixed issue where loop assumes the mainnet location for lnd.macaroonpath regardless of passed network parameters.
33
-
34
23
#### Maintenance
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
26
26
const (
27
27
// Note: please update release_notes.md when you change these values.
28
28
appMajor uint = 0
29
- appMinor uint = 15
30
- appPatch uint = 1
29
+ appMinor uint = 16
30
+ appPatch uint = 0
31
31
32
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
33
// the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments