|
1 | 1 | # Changelog |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
| 4 | +## [0.39.7] |
| 5 | + |
| 6 | +### Fixed |
| 7 | +- Reversed camera torch drawable |
| 8 | + |
| 9 | +## [0.39.6] |
| 10 | + |
| 11 | +### Added |
| 12 | +- Added support for "manualDiscountFinalCode" |
| 13 | + |
| 14 | +## [0.39.5] |
| 15 | + |
| 16 | +### Fixed |
| 17 | +- QR codes being cutoff when maxSizeMM is higher than available view space |
| 18 | +- Payment methods being shown to project that are not part of the project |
| 19 | + |
| 20 | +### Updated |
| 21 | +- Updated Datatrans SDK to v1.4.1 |
| 22 | + |
| 23 | +## [0.39.4] |
| 24 | + |
| 25 | +### Added |
| 26 | +- Add configuration flag `isUsingShoppingList` to avoid creating a FTS when not required |
| 27 | + |
| 28 | +## [0.39.3] |
| 29 | + |
| 30 | +### Fixed |
| 31 | +- Fixed checkouts not aborting when age verification check is not passing |
| 32 | + |
| 33 | +## [0.39.2] |
| 34 | + |
| 35 | +### Fixed |
| 36 | +- Added package query for Android 11+ |
| 37 | + |
| 38 | +## [0.39.1] |
| 39 | + |
| 40 | +### Added |
| 41 | +- Jump to play store if google pay is not installed |
| 42 | + |
| 43 | +## [0.39.0] |
| 44 | + |
| 45 | +### Added |
| 46 | +- Added support for Google Pay |
| 47 | + |
| 48 | +### Fixed |
| 49 | +- Fixed exceptions when using coupons that affect the whole cart |
| 50 | + |
| 51 | +## [0.38.1] |
| 52 | + |
| 53 | +### Updated |
| 54 | +- Updated Datatrans SDK to v1.4.0 |
| 55 | + |
| 56 | +### Fixed |
| 57 | +- Product searches of sku's are now also working on pressing the imeActionDone. |
| 58 | + |
| 59 | +## [0.38.0] |
| 60 | + |
| 61 | +### Added |
| 62 | +- Added stackable scan messages with a new Style |
| 63 | + |
| 64 | +### Deprecated |
| 65 | +- Deprecated UIUtils.showTopDownInfoBox |
| 66 | + |
| 67 | +## [0.37.12] |
| 68 | + |
| 69 | +### Added |
| 70 | +- Added indicator if an manual discount was applied or not |
| 71 | + |
| 72 | +### Fixed |
| 73 | +- Fixed pull to refresh in ShoppingCartView |
| 74 | +- Fixed selecting manual discounts resetting amount, even when no item is already in cart |
| 75 | +- Products with manual discounts are now editable |
| 76 | + |
| 77 | +## [0.37.11] |
| 78 | + |
| 79 | +### Fixed |
| 80 | +- Fixed crash when no TWINT or PostFinance payment method could be added |
| 81 | + |
| 82 | +## [0.37.10] |
| 83 | + |
| 84 | +### Changed |
| 85 | +- Changed default Datatrans environment to Production |
| 86 | + |
| 87 | +### Fixed |
| 88 | +- Fixed listing of TWINT and PostFinace Card payment methods when no credit card payment |
| 89 | +methods are available |
| 90 | + |
| 91 | +## [0.37.9] |
| 92 | + |
| 93 | +### Changed |
| 94 | +- Made credit card 3d secure hint locale aware |
| 95 | + |
| 96 | +## [0.37.8] |
| 97 | + |
| 98 | +### Fixed |
| 99 | +- Only update cart when it actually changed |
| 100 | + |
4 | 101 | ## [0.37.7] |
5 | 102 |
|
6 | 103 | ### Added |
|
0 commit comments