Changelog and bump (#4201)

This commit is contained in:
Nicolas Dorier 2022-10-08 12:42:46 +09:00 committed by GitHub
parent ffa2c59df7
commit e1a235b4e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.6.11</Version>
<Version>1.6.12</Version>
</PropertyGroup>
</Project>

View File

@ -1,5 +1,26 @@
# Changelog
## 1.6.12
### New features
* Greenfield: Extend LN GetInfo data (#4167) @dennisreimann
### Bug fixes
* Always show overpaid amount if invoice is overpaid (#4192) @bolatovumar
* Fix custodian Swagger docs missing some path parameters (#4196) @AryanJ-NYC
* Fix receipts for Lightning Address invoices (#4169) @dennisreimann
* POS: Fix keypad view without custom amount (#4183) @dennisreimann @bolatovumar
* Fix truncated dates in wallet transaction list (#4191) @dennisreimann
* Update default value for "showCustomAmount" in Swagger docs (#4200) @bolatovumar
### Improvement
* The wallet transaction list use infinity scroll rather than pagination @HamroRamro @dennisreimann
* Remove direct and temp link functionality from the File Storage (#4177) @daviogg
* Fix warning error when rebooting the server caused by some shitcoin currency pair format @NicolasDorier
## 1.6.11
### New feature