From 04e1386cfc2717442bdb15e68c28962dbdf72e8e Mon Sep 17 00:00:00 2001 From: Chris Ballinger Date: Wed, 31 Jul 2019 21:37:45 -0700 Subject: [PATCH] 4.3.9 (143) --- ChatSecure/Info.plist | 4 ++-- Gemfile.lock | 16 ++++++++-------- fastlane/Deliverfile | 9 ++++++--- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/ChatSecure/Info.plist b/ChatSecure/Info.plist index ae23c0895..9f5aaf6e6 100644 --- a/ChatSecure/Info.plist +++ b/ChatSecure/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.3.8 + 4.3.9 CFBundleSignature ???? CFBundleURLTypes @@ -35,7 +35,7 @@ CFBundleVersion - 142 + 143 FacebookAppID 447241325394334 FacebookDisplayName diff --git a/Gemfile.lock b/Gemfile.lock index 998e6f248..c9f92084e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,10 +12,10 @@ GEM atomos (0.1.3) babosa (1.0.2) claide (1.0.2) - cocoapods (1.7.4) + cocoapods (1.7.5) activesupport (>= 4.0.2, < 5) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.7.4) + cocoapods-core (= 1.7.5) cocoapods-deintegrate (>= 1.0.3, < 2.0) cocoapods-downloader (>= 1.2.2, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0) @@ -31,7 +31,7 @@ GEM nap (~> 1.0) ruby-macho (~> 1.4) xcodeproj (>= 1.10.0, < 2.0) - cocoapods-core (1.7.4) + cocoapods-core (1.7.5) activesupport (>= 4.0.2, < 6) fuzzy_match (~> 2.0.4) nap (~> 1.0) @@ -55,10 +55,10 @@ GEM digest-crc (0.4.1) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - dotenv (2.7.4) + dotenv (2.7.5) emoji_regex (1.0.1) escape (0.0.4) - excon (0.64.0) + excon (0.65.0) faraday (0.15.4) multipart-post (>= 1.2, < 3) faraday-cookie_jar (0.0.6) @@ -67,7 +67,7 @@ GEM faraday_middleware (0.13.1) faraday (>= 0.7.4, < 1.0) fastimage (2.1.5) - fastlane (2.127.1) + fastlane (2.128.1) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.3, < 3.0.0) babosa (>= 1.0.2, < 2.0.0) @@ -87,7 +87,7 @@ GEM highline (>= 1.7.2, < 2.0.0) json (< 3.0.0) jwt (~> 2.1.0) - mini_magick (~> 4.5.1) + mini_magick (>= 4.9.4, < 5.0.0) multi_xml (~> 0.5) multipart-post (~> 2.0.0) plist (>= 3.1.0, < 4.0.0) @@ -143,7 +143,7 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) - mini_magick (4.5.1) + mini_magick (4.9.5) minitest (5.11.3) molinillo (0.6.6) multi_json (1.13.1) diff --git a/fastlane/Deliverfile b/fastlane/Deliverfile index e168dfce6..04cdb69c6 100644 --- a/fastlane/Deliverfile +++ b/fastlane/Deliverfile @@ -17,7 +17,7 @@ # beta_ipa "./app.ipa" # The version of your app - remove this if you provide an ipa file -app_version "4.3.8" +app_version "4.3.9" submit_for_review false skip_binary_upload true # overwrite_screenshots true @@ -28,13 +28,16 @@ metadata_path "./Submodules/ChatSecure-Metadata/metadata" screenshots_path "./Submodules/ChatSecure-Metadata/screenshots" release_notes({ - 'default' => "v4.3.8: + 'default' => "v4.3.9: +* Fix issue where fingerprint trust settings cannot be saved + +v4.3.8: * Improved launch performance, reduced binary size and memory usage * Tor 0.4.0.5 * SQLCipher 4.2.0 * Update 3rd party dependencies -Changelog: https://github.com/chatsecure/chatsecure-ios/compare/v4.3.7...v4.3.8 +Changelog: https://github.com/chatsecure/chatsecure-ios/compare/v4.3.8...v4.3.9 ", })