From 1016011bd9ac38e365c7065f0278054709221cf8 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 16 Oct 2021 12:14:27 -0400 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 16 ++++++++++++++++ Gemini.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 435596e..fbeace7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +# 2021.1 (11) +Features/Improvements: +- State restoration: When the OS terminates the app in the background, it will relaunch showing the same page and restore the forwards/backwards navigation stack +- Toolbar customization: Change and reorder buttons in the toolbar from Preferences +- Add preference to disable hiding toolbars on scroll +- Add pull to refresh (and preference to disable) +- Add Siri Shortcuts + - Open URL: Launches the app with the given URL + - Make Request: Sends a Gemini request in the background, without launching the app, returning the response + - Convert Gemtext to HTML/Markdown +- iPadOS: Support multiple windows +- iOS 15: Show page titles in the long-press menus on the back/forwards buttons + +Bugfixes: +- Fix scroll indicator being invisible in dark mode + # 2021.1 (10) Bugfixes: - Fix not being able to access domains that use UTF-8 punycode diff --git a/Gemini.xcodeproj/project.pbxproj b/Gemini.xcodeproj/project.pbxproj index f771e3b..1388381 100644 --- a/Gemini.xcodeproj/project.pbxproj +++ b/Gemini.xcodeproj/project.pbxproj @@ -2002,7 +2002,7 @@ buildSettings = { CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 11; DEVELOPMENT_TEAM = V4WK9KR9U2; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = GeminiIntents/Info.plist; @@ -2030,7 +2030,7 @@ buildSettings = { CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 11; DEVELOPMENT_TEAM = V4WK9KR9U2; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = GeminiIntents/Info.plist; @@ -2061,7 +2061,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 11; DEVELOPMENT_ASSET_PATHS = "\"Gemini-iOS/Preview Content\""; DEVELOPMENT_TEAM = V4WK9KR9U2; ENABLE_PREVIEWS = YES; @@ -2087,7 +2087,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 11; DEVELOPMENT_ASSET_PATHS = "\"Gemini-iOS/Preview Content\""; DEVELOPMENT_TEAM = V4WK9KR9U2; ENABLE_PREVIEWS = YES;