Changelog and bump

This commit is contained in:
nicolas.dorier 2022-07-23 20:39:15 +09:00
parent f7262d12e6
commit a3d536bd51
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 21 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.6.2</Version>
<Version>1.6.3</Version>
</PropertyGroup>
</Project>

View File

@ -1,4 +1,24 @@
# Changelog
## 1.6.3
### New feature:
* Point of Sale: Add discount option for Keypad view (#3991) @bolatovumar
### Bug fixes:
* When a payjoin label was applied, coin selection filter would not work (#3986) @Kukks
* When a payjoin happened with a receive address wallet, the payjoin label was not applied (#3986) @Kukks
* Crowdfund: Show free when invoice is fixed and 0 amount in apps (#3994) @Kukks
* Crowdfund: Animations on crowdfund not enabled broke JS (#3994) @Kukks
* Crowdfund: Perk expansion in crowdfund was broken (#3994) @Kukks
* Redirect instead of show 404 on 0 amount invoices (#3904) @Kukks
### Improvements:
* A few design brush up @dennisreimann @dstrukt
* Coin Selection: Fix responsive display (#3992, #3985) @dennisreimann
* Point of Sale: In the receipt, the Order Id is now a link pointing to the point of sale (#3995) @Kukks
## 1.6.2