Skip to content

Commit ad68179

Browse files
committed
update changelog
1 parent a4e91a6 commit ad68179

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
3-
3+
4+
## [0.11.0-alpha1]
5+
6+
### Changes
7+
- SnabbleUICallback has now additional interface methods that needs to be implemented,
8+
all payment related callbacks are optional if no online payment method is used.
9+
10+
For more information see the sample application
11+
12+
- Product dialog can now be shown anywhere, not only while having the scanner opened using
13+
the new class ProductResolver
14+
15+
### Added
16+
- Add support for online payment using SEPA
17+
- Add support for zebra hardware scanner devices
18+
19+
### New String keys
20+
- Snabble.Payment.SEPA.Name
21+
- Snabble.Payment.SEPA.IBAN
22+
- Snabble.Payment.SEPA.InvalidIBAN
23+
- Snabble.Payment.SEPA.InvalidName
24+
- Snabble.Save
25+
- Snabble.Payment.emptyState.message
26+
- Snabble.Payment.emptyState.add
27+
- Snabble.Payment.delete.message
28+
- Snabble.Payment.add
29+
30+
## Fixed
31+
- Properly cleanup okhttp connections on error responses
32+
433
## [0.10.6]
534

635
### Fixed

0 commit comments

Comments
 (0)