Bump build number and update changelog
This commit is contained in:
parent
d0849e7ff0
commit
1016011bd9
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,21 @@
|
||||||
# Changelog
|
# 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)
|
# 2021.1 (10)
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
- Fix not being able to access domains that use UTF-8 punycode
|
- Fix not being able to access domains that use UTF-8 punycode
|
||||||
|
|
|
@ -2002,7 +2002,7 @@
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 10;
|
CURRENT_PROJECT_VERSION = 11;
|
||||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
INFOPLIST_FILE = GeminiIntents/Info.plist;
|
INFOPLIST_FILE = GeminiIntents/Info.plist;
|
||||||
|
@ -2030,7 +2030,7 @@
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 10;
|
CURRENT_PROJECT_VERSION = 11;
|
||||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
INFOPLIST_FILE = GeminiIntents/Info.plist;
|
INFOPLIST_FILE = GeminiIntents/Info.plist;
|
||||||
|
@ -2061,7 +2061,7 @@
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 10;
|
CURRENT_PROJECT_VERSION = 11;
|
||||||
DEVELOPMENT_ASSET_PATHS = "\"Gemini-iOS/Preview Content\"";
|
DEVELOPMENT_ASSET_PATHS = "\"Gemini-iOS/Preview Content\"";
|
||||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||||
ENABLE_PREVIEWS = YES;
|
ENABLE_PREVIEWS = YES;
|
||||||
|
@ -2087,7 +2087,7 @@
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 10;
|
CURRENT_PROJECT_VERSION = 11;
|
||||||
DEVELOPMENT_ASSET_PATHS = "\"Gemini-iOS/Preview Content\"";
|
DEVELOPMENT_ASSET_PATHS = "\"Gemini-iOS/Preview Content\"";
|
||||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||||
ENABLE_PREVIEWS = YES;
|
ENABLE_PREVIEWS = YES;
|
||||||
|
|
Loading…
Reference in New Issue