We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf1ba3 commit 4ea0e61Copy full SHA for 4ea0e61
CHANGELOG.md
@@ -1,6 +1,15 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.35.6]
5
+
6
+### Changes
7
+- Improved performance of FTS4 index creation
8
+- Improved layout of Scan Dialog
9
10
+### Fixes
11
+- Fixed line item price being ignored in default cases
12
13
## [0.35.5]
14
15
### Fixed
build.gradle
@@ -30,7 +30,7 @@ allprojects {
30
}
31
32
project.ext {
33
- sdkVersion='0.35.5'
+ sdkVersion='0.35.6'
34
versionCode=1
35
36
compileSdkVersion=30
0 commit comments