Changelog 1.11.0

This commit is contained in:
rockstardev 2023-07-26 09:11:26 -05:00
parent 8eabdab53a
commit 676ac2fe46

View file

@ -1,5 +1,29 @@
# Changelog
## 1.11.0
### New Features
* Complete overhaul of Invoice Reporting (#5095 #5155) @NicolasDorier
* POS Cart redesign (#5109 #5171) @dennisreimann @dstrukt
### Bug fixes
* Support NFC on modal (#4251 #5033) @Kukks @dennisreimann
* Fixed setting of minimum or custom price for LNURL POS items (#5170 #5172) @Kukks
* Preventing entering of negative tips and discounts in POS (#5192 #5198) @rockstardev
* Fixing display of amount paid on Receipt page (#5195 #5197) @rockstardev
### Improvements
* Improved Payment Requests List View (#3872 #5065) @TChukwuleta
* Improve create first store view (#5008 #5181) @dennisreimann
* Invoice lists: Show icons for payment methods (#5084 #5137) @dennisreimann
* Checkout v2: Play sound when invoice is paid (#5085 #5113) @dennisreimann @webwworthy
* Apps: Add direct file upload in item editor (#5086 #5140) @dennisreimann
* Form invoice amount adjusters, useful for shipping and other addon amounts to invoice (#5087 #5158) @Kukks @dennisreimann
* Add product categories to POS apps (#5088 #5078) @NicolasDorier
## 1.10.3
### New Features