Release v0.5.0
This commit is contained in:
parent
7e1cc387dd
commit
c1b858cf7d
|
@ -1,4 +1,4 @@
|
|||
## Unreleased
|
||||
## v0.5.0 - 2021-04-29
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue