Skip to content

Commit b3a2091

Browse files
committed
2 parents d3c7562 + e37f932 commit b3a2091

File tree

3 files changed

+14
-4
lines changed
  • App_Resources/documentscanner
  • fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs

3 files changed

+14
-4
lines changed

App_Resources/documentscanner/Android/app.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
defaultConfig {
1212
multiDexEnabled false
1313
minSdkVersion 21
14-
versionCode 119
15-
versionName "1.14.3"
14+
versionCode 120
15+
versionName "1.14.4"
1616

1717
// if (project.hasProperty('resConfigs')) {
1818
// def resConfigs = project.findProperty('resConfigs')

App_Resources/documentscanner/iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleShortVersionString</key>
6-
<string>1.12.3</string>
6+
<string>1.12.4</string>
77
<key>CFBundleVersion</key>
8-
<string>60</string>
8+
<string>61</string>
99
<key>CFBundleDevelopmentRegion</key>
1010
<string>en</string>
1111
<key>CFBundleDisplayName</key>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Bug fixes:
2+
- removed unused permissions
3+
- when showing folders inside another folder, dont show parent name
4+
- "use doc folder as subfolder" fix for local folder sync
5+
- synced images are now named `documentName_$imageIndex` to preserve doc order
6+
- webdav settings change not persisting (like changing password or username)
7+
- multiple fixes around folder syncing and sub folders
8+
- prevent error while syncing document with many pages
9+
- prevent error while disable camera auto scan
10+
- fixed and improved

0 commit comments

Comments
 (0)