Skip to content

Commit

Permalink
Release v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zachatrocity committed Jul 5, 2023
1 parent 80a462f commit f8cb7dc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## Unreleased
## v0.10.5 - 2023-07-04
- Added configuration option to automatically convert .webp images to .png for saving (njshockey)
- Added error messages and retry buttons for instance loading errors (zachatrocity)
- Implemented comment contexts and added "Show context" and "View all comments" buttons (jcgurango, zachatrocity)
Expand Down
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/27.txt
@@ -0,0 +1,13 @@
- Added error messages and retry buttons for instance loading errors (zachatrocity)
- Implemented comment contexts and added "Show context" and "View all comments" buttons (jcgurango, zachatrocity)
- Fixed several issues with comments not loading correctly after posting a new comment (jcgurango, zachatrocity)
- Fixed and updated ModLog Pages & API (zachatrocity)
- Added menu item to view a community in a specific instance other than the originating instance (jcgurango)
- Added shadow to bottom tab bar to visually offset it from cards underneath (swmarks)
- Added Chrome Custom Tabs / Safari View Controller to replace in app browser on Android & iOS (swmarks)
- Added deep link support for links like liftoff://lemmy.world/c/liftoff (shocklateboy92)
- Updated l10n translation hooks, and added strings (mykdavies, zachatrocity)
- Changed "You're not logged in, log in" message to dismiss after 7 seconds (christopher-conley)
- Fixed an issue causing login to fail if there is a space after the username (christopher-conley)
- Changed photo previews in post feed to have a consistent maximum height and updated opening animation (prefanatic)

2 changes: 1 addition & 1 deletion pubspec.yaml
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.10.4+26
version: 0.10.5+27


environment:
Expand Down

0 comments on commit f8cb7dc

Please sign in to comment.