Release v0.2.3
This commit is contained in:
parent
b1dad4d895
commit
ebf46a073b
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue