Skip to content

Releases: 0xExal/bsky-bridge

📦 bsky-bridge v1.0.11 Released

02 Feb 17:23
3d842ec
Compare
Choose a tag to compare

What's New:

  • Minor change: Improved session management
    • Multiple session files: Now supports custom session directories and file names to better manage multiple sessions.
    • Robust error management: Improved exception handling during session creation and token refresh processes.

📦 bsky-bridge v1.0.10 Released

02 Jan 21:08
fa01c44
Compare
Choose a tag to compare

What's New:

  • Minor change: Update to setup.py to improve the package's visibility and SEO.

📦 bsky-bridge v1.0.9 Released

01 Jan 19:32
23584cc
Compare
Choose a tag to compare

What's New:

  • Unicode Hashtag Support: The parse_tags function now handles hashtags with Unicode characters.

📦 bsky-bridge v1.0.8 Released

29 Dec 00:04
f2d1db0
Compare
Choose a tag to compare

What's New:

  • Session Persistence and Automatic Token Refresh: Implemented session persistence and automatic token refresh to handle authentication efficiently and prevent rate limiting.

  • Optional Language Specification: Users can now manually specify the languages of their posts using the langs parameter, enhancing filtering and parsing capabilities.


If you find this project useful, please give it a ⭐ on the repository!
Also, feel free to check the updated documentation if you need more details.

Thank you for your support!

📦 bsky-bridge v1.0.7 Released

30 Nov 14:13
c0cb827
Compare
Choose a tag to compare

What's New:

  • Added Aspect Ratio Handling: The aspect ratio is now taken into account, ensuring that images are displayed correctly.

📦 bsky-bridge v1.0.6 Released

25 Nov 23:18
Compare
Choose a tag to compare

What's New:

  • Fixed Hashtag Parsing: Corrected the parsing of hashtags to properly handle underscores (_). Hashtags like #hashtag_2024 are now fully recognized as a single tag, rather than being split at the underscore.

📦 bsky-bridge v1.0.5 Released

25 Nov 22:55
Compare
Choose a tag to compare

What's New:

  • Added Facet Parser: Implemented a parser that automatically generates facets for Bluesky, allowing recognition of links, hashtags (#), and usernames (@username).