Bump build number and update changelog
This commit is contained in:
parent
98516e3802
commit
0f6e9c97cc
28
CHANGELOG.md
28
CHANGELOG.md
|
@ -1,5 +1,33 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2022.1 (30)
|
||||||
|
Features/Improvements:
|
||||||
|
- Add fast account switching on iPad
|
||||||
|
- Add "Add Account" option to fast account switcher
|
||||||
|
- Show "# more replies" indicator in conversation in more circumstances
|
||||||
|
- When refreshing notifications, new ones are grouped with existing notifications
|
||||||
|
- Add subtitles to explain post visibility options
|
||||||
|
- Improve error messages when posting a video fails
|
||||||
|
- Display error messages instead of crashing when certain actions fail
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Fix Shortcuts actions not working in some circumstances
|
||||||
|
- Fix CW field growing wider than the screen
|
||||||
|
- Fix saved hashtags not persisting
|
||||||
|
- Fix not being able to long-press error-message bubbles
|
||||||
|
- Fix follow context menu item not updating after following
|
||||||
|
- Fix not being able to log in to certain Pixelfed instances
|
||||||
|
- Fix crash when closing the app
|
||||||
|
- Fix crash when loading profile screen
|
||||||
|
- Fix crash when refreshing polls
|
||||||
|
- Fix crash when poll voting fails
|
||||||
|
- Fix crash when accepting/rejecting a follow request fails
|
||||||
|
- Fix saved hashtags being sorted with case-sensitivity
|
||||||
|
- Fix multiple lines of text with emojis getting squashed together
|
||||||
|
- iPad: Fix Shortcuts actions showing wrong window type
|
||||||
|
- Mac: Fix Cmd+N shortcut not opening Compose window
|
||||||
|
- iPad/Mac: Fix Send Message action not mentioning account
|
||||||
|
|
||||||
## 2022.1 (27)
|
## 2022.1 (27)
|
||||||
Features/Improvements:
|
Features/Improvements:
|
||||||
- Add emoji picker button to Compose screen toolbar
|
- Add emoji picker button to Compose screen toolbar
|
||||||
|
|
|
@ -2198,7 +2198,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 27;
|
CURRENT_PROJECT_VERSION = 30;
|
||||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||||
INFOPLIST_FILE = Tusker/Info.plist;
|
INFOPLIST_FILE = Tusker/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
||||||
|
@ -2229,7 +2229,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 27;
|
CURRENT_PROJECT_VERSION = 30;
|
||||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||||
INFOPLIST_FILE = Tusker/Info.plist;
|
INFOPLIST_FILE = Tusker/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
||||||
|
@ -2339,7 +2339,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements;
|
CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 27;
|
CURRENT_PROJECT_VERSION = 30;
|
||||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||||
INFOPLIST_FILE = OpenInTusker/Info.plist;
|
INFOPLIST_FILE = OpenInTusker/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
||||||
|
@ -2366,7 +2366,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements;
|
CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 27;
|
CURRENT_PROJECT_VERSION = 30;
|
||||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||||
INFOPLIST_FILE = OpenInTusker/Info.plist;
|
INFOPLIST_FILE = OpenInTusker/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
||||||
|
|
Loading…
Reference in New Issue