Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit ebf46a0

Browse files
committedFeb 9, 2021
Release v0.2.3
1 parent b1dad4d commit ebf46a0

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## v0.2.3 - 2021-02-09
22

33
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)
44

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
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)
2+
3+
### Changed
4+
5+
- Posts with large amount of text are now truncated in infinite scroll views
6+
- 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
7+
8+
### Fixed
9+
10+
- Fixed issue where the "About lemmur" tile would not appear on Windows/Linux
11+
- Added a bigger bottom margin in the comment section to prevent the floating action button from covering the last comment

‎pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.2.2+10
18+
version: 0.2.3+11
1919

2020
environment:
2121
sdk: ">=2.7.0 <3.0.0"

0 commit comments

Comments
 (0)