diff --git a/CHANGELOG.md b/CHANGELOG.md index e237ddc..378e375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.7.0 - 2021-11-04 ### Added diff --git a/fastlane/metadata/android/en-US/changelogs/18.txt b/fastlane/metadata/android/en-US/changelogs/18.txt new file mode 100644 index 0000000..36f00ee --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/18.txt @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 0ccb28f..6fa7a61 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.6.0+17 +version: 0.7.0+18 environment: sdk: ">=2.14.0 <3.0.0"