diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c30bc9..beea206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.4.0 - 2021-04-05 ### Added diff --git a/fastlane/metadata/android/en-US/changelogs/13.txt b/fastlane/metadata/android/en-US/changelogs/13.txt new file mode 100644 index 0000000..7b94ab3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13.txt @@ -0,0 +1,15 @@ +### Added + +- Share buttons on windows/linux now copy the data to the clipboard +- Initial translations have been incorporated into lemmur. It is not yet possible to contribute translation strings + +### Changed + +- Transitioned to Lemmy API v3 + +### Fixed + +- Quote blocks in posts and comments are now much prettier +- Code blocks now have monospace font. As they should +- Switching accounts in the profile tab now correctly reacts to the change +- You can no longer add the same instance twice just by changing capitalization (thanks to @ryg-git) diff --git a/pubspec.yaml b/pubspec.yaml index ed09abc..14eae0b 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.3.0+12 +version: 0.4.0+13 environment: sdk: ">=2.7.0 <3.0.0"