File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 51
51
` supermacaroon:write ` permission to disable access to the
52
52
` bakesupermacaroon ` endpoint.
53
53
54
+ * [ A ` tag ` and a ` commit_hash ` field has been added to the ` GetInfo `
55
+ response] ( https://github.com/lightninglabs/lightning-terminal/pull/1034 ) .
56
+ The ` tag ` field will be set to the Git tag that the LiT release binary build
57
+ was based on. If the build was not based on a clean tagged commit, this field
58
+ will contain the most recent tag suffixed by the commit hash, and/or a
59
+ "-dirty" suffix.
60
+ The ` commit_hash ` field will contain the full commit hash of the commit that
61
+ LiT release binary build was based on.
62
+ The contents of the ` version ` field in the ` GetInfo ` response has also been
63
+ updated to only include the semantic version number of the LiT release,
64
+ following the semantic versioning 2.0.0 spec (http://semver.org/ ).
65
+
54
66
## Integrated Binary Updates
55
67
56
68
### LND
You can’t perform that action at this time.
0 commit comments