This repository was archived by the owner on Feb 4, 2023. It is now read-only.
File tree 3 files changed +20
-2
lines changed
fastlane/metadata/android/en-US/changelogs
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
- ## Unreleased
1
+ ## v0.4.2 - 2021-04-12
2
2
3
3
### Changed
4
4
Original file line number Diff line number Diff line change
1
+ ### Changed
2
+
3
+ - Disable commenting on locked posts
4
+ - Enhanced keyboard experience
5
+ - appropriate keyboard types are opened
6
+ - correct capitalization
7
+ - added text input hints for things like password managers
8
+ - Account actions in settings are more obvious to access: long press an account/instance to see possible actions such as setting as default or removal
9
+
10
+ ### Added
11
+
12
+ - When writing a comment, the parent text is now selectable
13
+ - Text of a post is now selectable
14
+ - Tapping outside of a text input hides the keyboard
15
+
16
+ ### Fixed
17
+
18
+ - Actually fixed the thing that v0.4.1 supposedly fixed
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
15
15
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16
16
# Read more about iOS versioning at
17
17
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18
- version : 0.4.1+14
18
+ version : 0.4.2+15
19
19
20
20
environment :
21
21
sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments