diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ee7cf5..c77be995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.9.19 - 2023-06-29 - Add delete option to comment 3-dot menu - Added 3-dot menu on home tab - Added refresh post button on home tab 3-dot menu diff --git a/fastlane/metadata/android/en-US/changelogs/21.txt b/fastlane/metadata/android/en-US/changelogs/21.txt new file mode 100644 index 00000000..bd3f8487 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/21.txt @@ -0,0 +1,18 @@ +- Added 3-dot menu on home tab +- Added refresh post button on home tab 3-dot menu +- Added Back to top button on home tab +- Added open in external browser functionality (FriederHannenheim) +- Fixed comment performance in long threads leading to app crash (schocklateboy92) +- Fixed subscribe button not showing pending state +- Fixed double tap to exit to first navigate to home tab +- Fixed post avatar alignment when community is missing avatar +- Added max length on password input to match lemmy-ui +- Remove 2 of 3 default instances, default is now lemmy.world +- Fix issue where wrong community was reported for account posts (jcgurango) +- Increased comment indent +- Fixed issue where your comments would show twice after posting (jcgurango) +- Fixed colors on buttons and links to match theme (jcgurango) +- Fixed issue where communities would show under the wrong instances (jcgurango) +- Added clear search button on search box (iliasChymas) + + \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index afea05d1..ef0511e7 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.9.18+20 +version: 0.9.19+21 # TestFlight version: 0.0.1+9 environment: