forked from shadowfacts/Tusker
Bump build number and update changelog
This commit is contained in:
parent
af2d9e7eb8
commit
dd82283341
39
CHANGELOG.md
39
CHANGELOG.md
|
@ -1,5 +1,44 @@
|
|||
# Changelog
|
||||
|
||||
## 2022.1 (45)
|
||||
Features/Improvements:
|
||||
- iPhone: Temporarily hide the Compose screen by swiping down to access the rest of the applies
|
||||
- Add Block, Domain Block, and Mute actions to accounts
|
||||
- Don't change scroll position when switch sections in the Profile screen
|
||||
- Use URL keyboard in the instance selector and clarify that you can enter any domain
|
||||
- iPad: Add context menu action for deleting lists in sidebar
|
||||
- Tweak conditions in which profile fields are shown in a single column, rather than two
|
||||
- Convert wide color gamut images to sRGB before uploading
|
||||
- The Mastodon backend does not support wide-gamut images and does a poor job of conversion, so the conversion is performed locally
|
||||
- Focus content warning field immediately when CW button is pressed
|
||||
- Move focus to main text field when return key is pressed while editing the content warning
|
||||
- Make GIF attachments animate on the Compose screen
|
||||
- VoiceOver: Make profile fields accessible
|
||||
- VoiceOver: Only read content warning and not content for CW'd posts
|
||||
- VoiceOver: Expand collapsed posts when performing double-tap
|
||||
- VoiceOver: Announce visibility of followers-only & direct posts
|
||||
- VoiceOver: Make Compose toolbar accessible
|
||||
|
||||
Bugfixes:
|
||||
- Fix tapping links in profile fields
|
||||
- Fix crash when creating/editing list fails
|
||||
- Fix renaming a list not updating it elsewhere in the UI
|
||||
- Fix instance-local/everywhere scope selector in Profile Directory being flipped
|
||||
- Fix context menu previews of attachments not working
|
||||
- Fix caret not scrolling into view when opening Compose
|
||||
- Fix cells in the Drafts list being too small to tap
|
||||
- Fix refresh failing when initial load failed
|
||||
- Fix video controls in the gallery being too close to the edge of the screen
|
||||
- Fix error when decoding malformed notifications
|
||||
- Fix reblog with visibility not being available on Hometown instances
|
||||
- Fix visibility dropdown being shown in confirm reblog alert even when unavailable
|
||||
- Fix confirm reblog alert not adjusting to Dynamic Type
|
||||
- Fix layout issues with replies on Compose screen
|
||||
- macOS: Fix GIFs dragged from Finder posting static images
|
||||
|
||||
Known Issues:
|
||||
- Drag/drop to add attachments when composting a post does not work
|
||||
|
||||
## 2022.1 (44)
|
||||
Features/Improvements:
|
||||
- Dynamic Type support
|
||||
|
|
|
@ -2187,7 +2187,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 44;
|
||||
CURRENT_PROJECT_VERSION = 45;
|
||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||
INFOPLIST_FILE = Tusker/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
|
@ -2255,7 +2255,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 44;
|
||||
CURRENT_PROJECT_VERSION = 45;
|
||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||
INFOPLIST_FILE = OpenInTusker/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
||||
|
@ -2405,7 +2405,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 44;
|
||||
CURRENT_PROJECT_VERSION = 45;
|
||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||
INFOPLIST_FILE = Tusker/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
|
@ -2434,7 +2434,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 44;
|
||||
CURRENT_PROJECT_VERSION = 45;
|
||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||
INFOPLIST_FILE = Tusker/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
|
@ -2544,7 +2544,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 44;
|
||||
CURRENT_PROJECT_VERSION = 45;
|
||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||
INFOPLIST_FILE = OpenInTusker/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
||||
|
@ -2571,7 +2571,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 44;
|
||||
CURRENT_PROJECT_VERSION = 45;
|
||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||
INFOPLIST_FILE = OpenInTusker/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
||||
|
|
Loading…
Reference in New Issue