Release v0.7.0
This commit is contained in:
parent
7aa73920ca
commit
7c7acaff26
|
@ -1,4 +1,4 @@
|
|||
## Unreleased
|
||||
## v0.7.0 - 2021-11-04
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
### Added
|
||||
|
||||
- Blocking of users and communities (from post and from comment)
|
||||
- Reporting posts and comments
|
||||
- Android theme-aware splash screen (thanks to [@mimi89999](https://github.com/mimi89999))
|
||||
- Logging: local logs about some actions/errors. Can be accessed from **settings > about lemmur > logs**
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed a bug where post would go out of sync with full version of the post
|
||||
- Fixed a bug where making a comment selectable would not always result in making the comment selectable
|
||||
- Full post will now open no matter where you press on the post card
|
||||
- Fixed overflows in various places
|
||||
|
||||
### Changed
|
||||
|
||||
- User banner photo now fits better on user profile
|
|
@ -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.6.0+17
|
||||
version: 0.7.0+18
|
||||
|
||||
environment:
|
||||
sdk: ">=2.14.0 <3.0.0"
|
||||
|
|
Loading…
Reference in New Issue