Release v0.3.0

This commit is contained in:
krawieck 2021-02-25 22:31:41 +01:00
parent 8ffe97961e
commit ea305e5a5c
3 changed files with 22 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Unreleased
## v0.3.0 - 2021-02-25
WARNING: due to some internal changes your local settings will be reset (logged out of accounts, removed instances, theme back to default)

View File

@ -0,0 +1,20 @@
WARNING: due to some internal changes your local settings will be reset (logged out of accounts, removed instances, theme back to default)
### Added
- Added inbox page, that can be accessed by tapping bell in the home tab
- Added page with saved posts/comments. It can be accessed from the profile tab under the bookmark icon
- Added ability to send private messages
- Added modlog page. Can be visited in the context of an instance or community from the about tab
### Changed
- Titles on some pages, have an appear affect when scrolling down
- Long pressing comments now has a ripple effect
- Nerd stuff now contains more nerd stuff
- Communities that a user follows will no longer appear on a user's profile in most scenarios
### Fixed
- Time of posts is now displayed properly. Unless you live in UTC zone, then you won't notice a difference
- Fixed a bug where links would not work on Android 11

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.2.3+11
version: 0.3.0+12
environment:
sdk: ">=2.7.0 <3.0.0"