Release v0.5.0

This commit is contained in:
shilangyu 2021-04-29 12:44:03 +02:00
parent 7e1cc387dd
commit c1b858cf7d
3 changed files with 17 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Unreleased
## v0.5.0 - 2021-04-29
### Added

View File

@ -0,0 +1,15 @@
### Added
- Editing posts
- Editing comments
- Show avatars setting toggle
- Show scores setting toggle
- Default sort type setting
- Default listing type setting
- Import Lemmy settings: long press an account in account settings then choose the import option
- Support lemmy v0.11.0
### Fixed
- Added deduplication in infinite scrolls
- Fixed bug where creating post would crash after uploading a picture

View File

@ -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.2+15
version: 0.5.0+16
environment:
sdk: ">=2.12.0 <3.0.0"