From ebf46a073b8408783b537102014765a8711b316c Mon Sep 17 00:00:00 2001 From: krawieck Date: Tue, 9 Feb 2021 16:10:31 +0100 Subject: [PATCH] Release v0.2.3 --- CHANGELOG.md | 2 +- fastlane/metadata/android/en-US/changelogs/11.txt | 11 +++++++++++ pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/11.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 984b457a..4bf62f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.2.3 - 2021-02-09 Lemmur is now available on the [play store](https://play.google.com/store/apps/details?id=com.krawieck.lemmur) and [f-droid](https://f-droid.org/packages/com.krawieck.lemmur) diff --git a/fastlane/metadata/android/en-US/changelogs/11.txt b/fastlane/metadata/android/en-US/changelogs/11.txt new file mode 100644 index 00000000..4edc6351 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11.txt @@ -0,0 +1,11 @@ +Lemmur is now available on the [play store](https://play.google.com/store/apps/details?id=com.krawieck.lemmur) and [f-droid](https://f-droid.org/packages/com.krawieck.lemmur) + +### Changed + +- Posts with large amount of text are now truncated in infinite scroll views +- Changed image viewer dismissal to be more fun. The image now also moves on the x axis, changes scale and rotates a bit for more user enjoyment + +### Fixed + +- Fixed issue where the "About lemmur" tile would not appear on Windows/Linux +- Added a bigger bottom margin in the comment section to prevent the floating action button from covering the last comment diff --git a/pubspec.yaml b/pubspec.yaml index f877573b..cfea5e2c 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.2.2+10 +version: 0.2.3+11 environment: sdk: ">=2.7.0 <3.0.0"