Skip to content

Commit

Permalink
Merge pull request #1831 from myConsciousness/thread-view-sort-hotness
Browse files Browse the repository at this point in the history
hotness
  • Loading branch information
myConsciousness authored Nov 26, 2024
2 parents d955f85 + 9568037 commit 8dc69eb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/bluesky/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Note

## v0.18.2

- Add `hotness` on `ThreadViewSortType`.

## v0.18.1

- Retry if a DPoP nonce error occurs during the execution of `OAuthClient.refresh`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ enum ThreadViewSortType implements Serializable {
@JsonValue('most-likes')
mostLikes('most-likes'),

random('random');
random('random'),
hotness('hotness');

@override
final String value;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions packages/bluesky/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bluesky
description: The most famous and powerful Dart/Flutter library for Bluesky Social.
version: 0.18.1
version: 0.18.2
homepage: https://atprotodart.com
documentation: https://atprotodart.com/docs/packages/bluesky
repository: https://github.com/myConsciousness/atproto.dart/tree/main/packages/bluesky
Expand Down Expand Up @@ -38,7 +38,3 @@ dev_dependencies:

import_sorter:
emojis: true

screenshots:
- description: The bluesky package and atproto.dart logo.
path: screenshots/logo.png
Binary file removed packages/bluesky/screenshots/logo.png
Binary file not shown.

0 comments on commit 8dc69eb

Please sign in to comment.