Releases: a-gubskiy/X.Bluesky
Releases · a-gubskiy/X.Bluesky
Version 1.3.0
What's Changed
- Bug Fix: Default Embed Handling
Fixed an issue where posts without links were disappearing from timelines and profiles. The default embedded content is now set to null instead of empty strings, ensuring proper display of posts without embeds. Implemented by @xforever1313. - Improved Timestamp Format
Updated timestamp generation to include milliseconds, ensuring better compatibility with ATProto requirements and improved post visibility in search windows. Implemented by @xforever1313 - Image Attachments
Added support for attaching images to posts, enhancing the richness of shared content. Implemented by @a-gubskiy - Customizable PDS Hostname
Introduced an option to configure the PDS hostname, offering greater flexibility for bot developers. Implemented by @a-gubskiy
New Contributors
- @xforever1313 made their first contribution in #24
Full Changelog: v1.1.7...v1.3.0
NuGet
Version 1.1.7
What's Changed
- Bump xunit from 2.9.0 to 2.9.1 by @dependabot in #15
- Bump xunit from 2.9.1 to 2.9.2 by @dependabot in #16
- Bump Microsoft.Extensions.Http from 8.0.0 to 8.0.1 by @dependabot in #17
- Bump JetBrains.Annotations from 2024.2.0 to 2024.3.0 by @dependabot in #18
- 19 Fix for Uri and links by @a-gubskiy in #20
Full Changelog: v1.1.0...v1.1.7
Nuget
Version 1.1.0
New Features
- Automatic Mentions: X.Bluesky now automatically detects @mentions in your content. This feature enables you to reference users, improving collaboration and engagement.
- Rich Text Tagging: X.Bluesky now supports the automatic formatting of tags in your text. Any tags you include in your content will be automatically marked as rich text, ensuring they are properly highlighted. This functionality follows the BSky Rich Text guidelines, enabling a seamless and visually appealing display of hashtags and other content markers within posts.
- Webpage Linking with Auto-Generated Cards: X.Bluesky detect and convert URLs into clickable hyperlinks, it also automatically generates rich preview cards for those links. This feature enhances your posts by providing a visual and informative preview of the linked content, improving both user engagement and readability.
These new features make content creation faster and more efficient, providing both improved usability and presentation.
What's Changed
- Bump Newtonsoft.Json from 13.0.1 to 13.0.3 by @dependabot in #10
- Bump X.Web.MetaExtractor from 2.0.2 to 2.0.4 by @dependabot in #9
- Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 by @dependabot in #11
- Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 by @dependabot in #13
- Bump Moq from 4.20.70 to 4.20.72 by @dependabot in #12
- Improved facet detection by @ernado-x in #14
Full Changelog: v1.0.3...v1.1.0
NuGet
v1.0.3
What's Changed
- Bump xunit from 2.6.6 to 2.8.0 by @dependabot in #4
- sync with main branch by @ernado-x in #5
- Bump xunit from 2.8.0 to 2.8.1 by @dependabot in #6
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #7
- Bump JetBrains.Annotations from 2023.3.0 to 2024.2.0 by @dependabot in #8
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: v1.0.1...v1.0.3
NuGet
Version 1.0.1
Initial release
This is the first library release!