File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
App_Resources/documentscanner
fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
11
11
defaultConfig {
12
12
multiDexEnabled false
13
13
minSdkVersion 21
14
- versionCode 119
15
- versionName " 1.14.3 "
14
+ versionCode 120
15
+ versionName " 1.14.4 "
16
16
17
17
// if (project.hasProperty('resConfigs')) {
18
18
// def resConfigs = project.findProperty('resConfigs')
Original file line number Diff line number Diff line change 3
3
<plist version =" 1.0" >
4
4
<dict >
5
5
<key >CFBundleShortVersionString </key >
6
- <string >1.12.3 </string >
6
+ <string >1.12.4 </string >
7
7
<key >CFBundleVersion </key >
8
- <string >60 </string >
8
+ <string >61 </string >
9
9
<key >CFBundleDevelopmentRegion </key >
10
10
<string >en </string >
11
11
<key >CFBundleDisplayName </key >
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments