From 4f6d03c5cb8deac67aa4560ca72e60ff01596e85 Mon Sep 17 00:00:00 2001 From: krawieck Date: Mon, 12 Apr 2021 14:36:38 +0200 Subject: [PATCH] Release v0.4.2 --- CHANGELOG.md | 2 +- .../metadata/android/en-US/changelogs/15.txt | 18 ++++++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/15.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index e80b16d..06d7a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.4.2 - 2021-04-12 ### Changed diff --git a/fastlane/metadata/android/en-US/changelogs/15.txt b/fastlane/metadata/android/en-US/changelogs/15.txt new file mode 100644 index 0000000..0c9fe62 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15.txt @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 20d5e59..7b19403 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"