forked from shadowfacts/Tusker
Bump build number and update changelog
This commit is contained in:
parent
40800f964d
commit
76fc73de95
32
CHANGELOG.md
32
CHANGELOG.md
|
@ -1,5 +1,37 @@
|
|||
# Changelog
|
||||
|
||||
## 2022.1 (46)
|
||||
The headlining feature is state restoration and timeline gaps! When you re-open the app after it's been closed for a while, it will remember your position in the timeline and allow you to keep reading from there. It will also let you jump all the way to the present.
|
||||
|
||||
Features/Improvements:
|
||||
- Timeline state restoration, timeline gaps, and jump-to-present
|
||||
- Allow posting wide color gamut images on Mastodon 4
|
||||
- Add Add to List menu action to profiles
|
||||
- Improve More Actions button visibility on dark profile header images
|
||||
- Make poll options in the Compose screen reorderable with drag & drop
|
||||
- Embiggen Share/Close controls in the gallery to make them easier to tap
|
||||
- Separate section for Shared Albums in the Compose attachment picker
|
||||
- Indicate verified profile links with a checkmark and popover explaining what it means
|
||||
- Add a preference for using the Twitter-style keyboard with @ and # (Preferences -> Composing -> Show @ and # on Keyboard)
|
||||
- Improve reblog indicator in timeline
|
||||
|
||||
Bugfixes:
|
||||
- Fix not being able to select an existing draft to edit it
|
||||
- Fix double-tap to zoom in the gallery not working
|
||||
- Fix crash when toggling collapsed posts in Trending Posts
|
||||
- Fix albums in asset picker not being sorted by name
|
||||
- Fix profile headers getting squished when statuses are loaded while the profile is offscreen
|
||||
- Fix error loading posts when server returns rich cards
|
||||
- Fix Akkoma instnaces not being detected as supporting Pleroma features
|
||||
- Fix crash when launching the app in slow network conditions
|
||||
- Fix lists not updating in the UI when renamed
|
||||
- Fix follow/block/mute actions displaying on the user's own profile
|
||||
- Fix Edit List screen being presented repeatedly when switching tabs back to Explore with a list open
|
||||
- Fix reblog visibility icon getting squished in the reblog confirmation dialog when Dynamic Type is active
|
||||
- Fix toasts not adjusting to Dynamic Type size
|
||||
- Don't show duplicate reply/favorite/reblog actions in the status More Actions menu
|
||||
- iPadOS 15: Fix toolbar in Compose window being obscured by the keyboard
|
||||
|
||||
## 2022.1 (45)
|
||||
Features/Improvements:
|
||||
- iPhone: Temporarily hide the Compose screen by swiping down to access the rest of the applies
|
||||
|
|
|
@ -2195,7 +2195,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 45;
|
||||
CURRENT_PROJECT_VERSION = 46;
|
||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||
INFOPLIST_FILE = Tusker/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
|
@ -2263,7 +2263,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 45;
|
||||
CURRENT_PROJECT_VERSION = 46;
|
||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||
INFOPLIST_FILE = OpenInTusker/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
||||
|
@ -2413,7 +2413,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 45;
|
||||
CURRENT_PROJECT_VERSION = 46;
|
||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||
INFOPLIST_FILE = Tusker/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
|
@ -2442,7 +2442,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 45;
|
||||
CURRENT_PROJECT_VERSION = 46;
|
||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||
INFOPLIST_FILE = Tusker/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
|
@ -2552,7 +2552,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 45;
|
||||
CURRENT_PROJECT_VERSION = 46;
|
||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||
INFOPLIST_FILE = OpenInTusker/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
||||
|
@ -2579,7 +2579,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 45;
|
||||
CURRENT_PROJECT_VERSION = 46;
|
||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||
INFOPLIST_FILE = OpenInTusker/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
||||
|
|
Loading…
Reference in New Issue