diff --git a/app/FileProvider/Info.plist b/app/FileProvider/Info.plist index 8722da6e84..18d8905f13 100644 --- a/app/FileProvider/Info.plist +++ b/app/FileProvider/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 72 + 73 NSExtension NSExtensionFileProviderDocumentGroup diff --git a/app/Info.plist b/app/Info.plist index 07a260b8d9..60a4de452a 100644 --- a/app/Info.plist +++ b/app/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 72 + 73 LSRequiresIPhoneOS NSLocationAlwaysAndWhenInUseUsageDescription diff --git a/fastlane/changelog.txt b/fastlane/changelog.txt index 3cadcc1406..599c36f184 100644 --- a/fastlane/changelog.txt +++ b/fastlane/changelog.txt @@ -1,15 +1,5 @@ -New stuff: -- The SSE2 bit in cpuid is enabled! Enough instructions have been implemented for gcc, openssl, and node (mostly). -- Unknown errors will log a message instead of crashing the app -- The new filesystems management screen lets you export and import your data, and have multiple root filesystems so you can "dual boot" -- New switch to hide the extra row of keys when a hardware keyboard is connected -- procmail seems to work - -Fixed bugs: -- ghc-alt-libc installation failing (it doesn't fail quite as much now) -- execve leaking a copy of its arguments -- ag (the silver searcher) and node hanging on exit, due to missing FUTEX_REQUEUE -- Scrolling not behaving sanely on iOS 11 and 12 -- Ctrl-C in bash and fish not doing anything -- GPG being broken on alpine 3.12 -- Ligatures not working +Bug fixes and stability improvements! +- Recovery mode now allows you to make the app open straight into settings, so you can still change settings if the app crashes on launch +- Fixed node/npm segfaulting randomly +- Fixed crash if the filesystem's root can't be opened, which would happen when importing an Ubuntu Base rootfs (now shows an error instead) +- Importing a filesystem now always creats a root inode diff --git a/iSH.xcodeproj/project.pbxproj b/iSH.xcodeproj/project.pbxproj index fdd642ce6a..858f58d9e1 100644 --- a/iSH.xcodeproj/project.pbxproj +++ b/iSH.xcodeproj/project.pbxproj @@ -1368,7 +1368,7 @@ CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CURRENT_PROJECT_VERSION = 72; + CURRENT_PROJECT_VERSION = 73; DEVELOPMENT_TEAM = CK5SXRTBR7; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1411,7 +1411,7 @@ CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CURRENT_PROJECT_VERSION = 72; + CURRENT_PROJECT_VERSION = 73; DEVELOPMENT_TEAM = CK5SXRTBR7; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES;