From 3055cc339fccad99ab064f2daccdb65efa8024c0 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Fri, 18 Jun 2021 11:17:21 -0400 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 15 +++++++++++++++ Gemini.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f7edd..12fdf94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +# 2021.1 (8) +Features/Improvements: +- Add input response handling +- Add link icons preference +- Add homepage preference + +Bugfixes: +- Fix crash when pressing Go with empty URL field +- Fix crash when parsing invalid URLs in responses +- Fix plaintext responses not being readable in dark mode +- Fix loading non-UTF-8 plaintext responses +- Fix connecting to certain Gemini servers (e.g., tx.decrypt.fail) +- Move VoiceOver focus after select a ToC entry +- Move VoiceOver to top of screen after selecting a link + # 2021.1 (5) This is a major update, as the UI code has been rewritten completely from scratch and is much more pleasant to use! diff --git a/Gemini.xcodeproj/project.pbxproj b/Gemini.xcodeproj/project.pbxproj index 215390e..a665513 100644 --- a/Gemini.xcodeproj/project.pbxproj +++ b/Gemini.xcodeproj/project.pbxproj @@ -1756,7 +1756,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 8; DEVELOPMENT_ASSET_PATHS = "\"Gemini-iOS/Preview Content\""; DEVELOPMENT_TEAM = V4WK9KR9U2; ENABLE_PREVIEWS = YES; @@ -1782,7 +1782,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 8; DEVELOPMENT_ASSET_PATHS = "\"Gemini-iOS/Preview Content\""; DEVELOPMENT_TEAM = V4WK9KR9U2; ENABLE_PREVIEWS = YES;