diff --git a/CHANGELOG.md b/CHANGELOG.md index 373f605a4..e837bec1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ - Adjusted size of create comment bottom modal, and enabled text selection within the modal for the parent's comment - Slight improvements to account/profile selection to show which profile is currently active - When scrolling to the bottom of comments, the FAB for replying will automatically disappear so that the comment is not obstructed +- Search now sorts by Active rather than the default provided by lemmy - contribution from @Benjamint22 +- Subscriptions list on the sidebar will now load up to 100 rather than 10 ### Fixed - Potentially fixed issue where scrolling behaviour is weird when creating a new post or comment diff --git a/pubspec.yaml b/pubspec.yaml index a5806c943..082a686e7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: thunder description: An open-source cross-platform Lemmy client for iOS and Android built with Flutter publish_to: "none" -version: 0.2.1+5 +version: 0.2.1+6 environment: sdk: ">=3.1.0-116.0.dev <4.0.0"