diff --git a/CHANGELOG.md b/CHANGELOG.md index e30e083c..fbc43e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.10.8 - 2023-07-13 - Added photo cropping prior to upload (mykdavies) - Added MP4 and some redgif support (jjcomer) - Added swipe gesture actions! (shocklateboy92) diff --git a/fastlane/metadata/android/en-US/changelogs/30.txt b/fastlane/metadata/android/en-US/changelogs/30.txt new file mode 100644 index 00000000..9ca3ecbb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/30.txt @@ -0,0 +1,10 @@ +- Added MP4 and some redgif support (jjcomer) +- Added swipe gesture actions! (shocklateboy92) +- Added code of conduct and tweaks for iOS release (mykdavies) +- Redesign of home tab and themes colors (swmarks & a_minh) +- Fixed alignment of post pills/chips (mykdavies) +- Redseign of compact view to be more compact (zachatrocity) +- Added help text on account page to help guide the user (mykdavies) +- Added RU and EO languages +- Tons of bug fixes! + \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 27b03aa0..15370b9f 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.10.7+29 +version: 0.10.8+30 environment: sdk: ">=3.0.0 <4.0.0"