Release v0.4.2
This commit is contained in:
parent
1f2c8088f1
commit
4f6d03c5cb
|
@ -1,4 +1,4 @@
|
|||
## Unreleased
|
||||
## v0.4.2 - 2021-04-12
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
### Changed
|
||||
|
||||
- Disable commenting on locked posts
|
||||
- Enhanced keyboard experience
|
||||
- appropriate keyboard types are opened
|
||||
- correct capitalization
|
||||
- added text input hints for things like password managers
|
||||
- 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
|
||||
|
||||
### Added
|
||||
|
||||
- When writing a comment, the parent text is now selectable
|
||||
- Text of a post is now selectable
|
||||
- Tapping outside of a text input hides the keyboard
|
||||
|
||||
### Fixed
|
||||
|
||||
- Actually fixed the thing that v0.4.1 supposedly fixed
|
|
@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 0.4.1+14
|
||||
version: 0.4.2+15
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
|
|
Loading…
Reference in New Issue