@@ -31,9 +31,36 @@ Please see the [documentation](https://bluesky.idunno.dev/) for much more useful
3131
3232The [ API status page] ( https://bluesky.idunno.dev/docs/endpointStatus.html ) shows what APIs are currently implemented.
3333
34+ ## Key Features
35+
36+ * Creating and deleting posts
37+ * Posting with mentions, links and hashtags
38+ * Posting images and video, with alt text support.
39+ * Setting a post's language
40+ * Gating threads and posts
41+ * Liking, quoting, and reposting posts
42+ * Viewing a user's timeline and notifications
43+ * Viewing feeds
44+ * Viewing threads
45+ * Viewing notifications
46+ * Viewing and setting preferences for
47+ * Subscribing to user activities
48+ * Viewing user profiles
49+ * Notifications
50+ * Following and unfollowing users
51+ * Muting and blocking users
52+ * Sending, receiving, and deleting direct messages
53+ * Handle / password and OAuth authentication
54+ * Jetstream support for simple firehose consumption
55+ * Automatic session management with background token refreshes
56+
57+ Trimming is supported for applications targeting .NET 9.0 or later.
58+
3459## Current Build Status
3560
36- ![ Build Status] ( https://github.com/blowdart/idunno.Bluesky/actions/workflows/ci-build.yml/badge.svg?branch=main )
61+ [ ![ Build Status] ( https://github.com/blowdart/idunno.Bluesky/actions/workflows/ci-build.yml/badge.svg?branch=main )] ( https://github.com/blowdart/idunno.Bluesky/actions/workflows/ci-build.yml )
62+ [ ![ CodeQL Scan] ( https://github.com/blowdart/idunno.Bluesky/actions/workflows/codeql-analysis.yml/badge.svg?branch=main )] ( https://github.com/blowdart/idunno.Bluesky/actions/workflows/codeql-analysis.yml )
63+ [ ![ Dependency Review] ( https://github.com/blowdart/idunno.Bluesky/actions/workflows/dependency-review.yml/badge.svg )] ( https://github.com/blowdart/idunno.Bluesky/actions/workflows/dependency-review.yml )
3764
3865## Release History
3966
0 commit comments