diff --git a/app/FileProvider/Info.plist b/app/FileProvider/Info.plist index f4244b5026..9b727afb16 100644 --- a/app/FileProvider/Info.plist +++ b/app/FileProvider/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 1.0.1 CFBundleVersion - 76 + 77 NSExtension NSExtensionFileProviderDocumentGroup diff --git a/app/Info.plist b/app/Info.plist index 8f7d81ef24..a93d442c5b 100644 --- a/app/Info.plist +++ b/app/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 1.0.1 CFBundleVersion - 76 + 77 LSRequiresIPhoneOS NSLocationAlwaysAndWhenInUseUsageDescription diff --git a/fastlane/changelog.txt b/fastlane/changelog.txt index a8d5fa47dd..f317a07d7e 100644 --- a/fastlane/changelog.txt +++ b/fastlane/changelog.txt @@ -1,7 +1,8 @@ New stuff: -- Filesystems can be renamed -- GDB works a little bit +- About page shows the app version at the bottom +- The default rootfs no longer includes apk, to match the app store version Fixed bugs: -- Dictation doesn't insert 10 useless spaces -- Files that are copied out in the Files app and then deleted no longer take up space +- Status bar being invisible when the device is in dark mode and the terminal has a light background + +iSH is on the app store now! https://apps.apple.com/us/app/ish-shell/id1436902243 diff --git a/iSH.xcodeproj/project.pbxproj b/iSH.xcodeproj/project.pbxproj index cb52f0f37c..b59643bd8f 100644 --- a/iSH.xcodeproj/project.pbxproj +++ b/iSH.xcodeproj/project.pbxproj @@ -1507,7 +1507,7 @@ CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CURRENT_PROJECT_VERSION = 76; + CURRENT_PROJECT_VERSION = 77; DEVELOPMENT_TEAM = CK5SXRTBR7; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1550,7 +1550,7 @@ CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CURRENT_PROJECT_VERSION = 76; + CURRENT_PROJECT_VERSION = 77; DEVELOPMENT_TEAM = CK5SXRTBR7; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES;