Bump build number and update changelog
This commit is contained in:
parent
203bd1804f
commit
9d1d8828a0
|
@ -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
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue