From 5a0bea7af12a2d2709984364b4819a6d7b6db742 Mon Sep 17 00:00:00 2001 From: Theodore Dubois Date: Sun, 3 May 2020 19:21:36 -0700 Subject: [PATCH] Release build 66 to testflight --- app/FileProvider/Info.plist | 2 +- app/Info.plist | 2 +- fastlane/changelog.txt | 22 ++++++++++------------ iSH.xcodeproj/project.pbxproj | 4 ++-- 4 files changed, 14 insertions(+), 16 deletions(-) diff --git a/app/FileProvider/Info.plist b/app/FileProvider/Info.plist index 8486d9c541..0a6a1fe1f9 100644 --- a/app/FileProvider/Info.plist +++ b/app/FileProvider/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 65 + 66 NSExtension NSExtensionFileProviderDocumentGroup diff --git a/app/Info.plist b/app/Info.plist index 51fa566187..84e96769a3 100644 --- a/app/Info.plist +++ b/app/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 65 + 66 LSRequiresIPhoneOS NSLocationAlwaysAndWhenInUseUsageDescription diff --git a/fastlane/changelog.txt b/fastlane/changelog.txt index aad72fe408..6e87307c3f 100644 --- a/fastlane/changelog.txt +++ b/fastlane/changelog.txt @@ -1,18 +1,16 @@ New stuff: -- Half-broken tmpfs implementation -- Caps lock mapping is now gone on iOS 13, because 13.4 adds a system-wide option -- Kerberos works -- AltStore installation is officially supported -- adb works for connecting to Android devices over the network (not USB) -- Added a way to fix your iSH setup if you mess up the launch/boot commands +- Pressing the spacebar or using force touch on the keyboard and then dragging simulates arrow key presses +- Go programs get off the ground +- git-annex mostly works +- You can mount directories from the Files app in iSH, using mount -t ios foo + +More on that last thing: The command is `mount -t ios `. The `` is ignored, the `` is where to mount the directory. This will pop up a directory picker, and mount the directory you selected. Not all file providers support selecting directories. iCloud Drive, local files ("On My iPad"), and Working Copy are known to work. Fixed bugs: -- ceil(3) returning 4 -- R's nlm demo crashing -- fish having some trouble changing process groups -- git clone failing dramatically when your device only has one CPU -- SO_ERROR codes not being translated -- Java sockets failing with "not a tty" +- writev not being atomic, which caused a race condition on mtr startup +- Selection being impossible on iOS 13.4 (the keyboard goes away now which sucks, but at least is not impossible) +- ssh with control master hanging randomly +- Status bar not appearing on devices with rounded corners Send bug reports or feedback here: https://github.com/tbodt/ish/issues (or by email, if you prefer) Follow iSH on Twitter: https://twitter.com/iSH_app diff --git a/iSH.xcodeproj/project.pbxproj b/iSH.xcodeproj/project.pbxproj index a3502e013d..77cee600a9 100644 --- a/iSH.xcodeproj/project.pbxproj +++ b/iSH.xcodeproj/project.pbxproj @@ -1301,7 +1301,7 @@ CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CURRENT_PROJECT_VERSION = 65; + CURRENT_PROJECT_VERSION = 66; DEVELOPMENT_TEAM = CK5SXRTBR7; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1344,7 +1344,7 @@ CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CURRENT_PROJECT_VERSION = 65; + CURRENT_PROJECT_VERSION = 66; DEVELOPMENT_TEAM = CK5SXRTBR7; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES;