From 9d1d8828a0fb319053355f8d4a454d0b30e6b11d Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Wed, 30 Sep 2020 21:31:50 -0400 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 17 +++++++++++++++++ Gemini.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6e6d8ea --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +# 2020.1 (4) +This is a quick build just to fix a couple issues. The next version (barring any major problems with this version) is going to take more time, as I'm planning to significantly rework the UI code. + +Known Issues: +- Document text is not accessible to VoiceOver/Voice Control + +Features/Improvements: +- Add history context menus to Back/Forward buttons +- Add theme override preference + +Bugfixes: +- Fix crash tapping Share button on iPad +- Add accessibility labels to toolbar buttons +- Improve link contrast in dark mode +- Add pointer interactions to toolbar buttons diff --git a/Gemini.xcodeproj/project.pbxproj b/Gemini.xcodeproj/project.pbxproj index 6256970..3160f69 100644 --- a/Gemini.xcodeproj/project.pbxproj +++ b/Gemini.xcodeproj/project.pbxproj @@ -1698,7 +1698,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_ASSET_PATHS = "\"Gemini-iOS/Preview Content\""; DEVELOPMENT_TEAM = V4WK9KR9U2; ENABLE_PREVIEWS = YES; @@ -1724,7 +1724,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_ASSET_PATHS = "\"Gemini-iOS/Preview Content\""; DEVELOPMENT_TEAM = V4WK9KR9U2; ENABLE_PREVIEWS = YES;