diff --git a/CHANGELOG.md b/CHANGELOG.md index 709dbd9..12786cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 0000000..f3eeead --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 97c9248..59d71ef 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"