Skip to content

Commit

Permalink
Release v0.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
zachatrocity committed Jun 29, 2023
1 parent 7c88d0d commit 22b5d86
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21.txt
Original file line number Diff line number Diff line change
@@ -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)


2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 22b5d86

Please sign in to comment.