Releases: 0xExal/bsky-bridge
Releases · 0xExal/bsky-bridge
📦 bsky-bridge v1.0.11 Released
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
What's New:
- Minor change: Update to setup.py to improve the package's visibility and SEO.
📦 bsky-bridge v1.0.9 Released
What's New:
- Unicode Hashtag Support: The parse_tags function now handles hashtags with Unicode characters.
📦 bsky-bridge v1.0.8 Released
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
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
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
What's New:
- Added Facet Parser: Implemented a parser that automatically generates facets for Bluesky, allowing recognition of links, hashtags (#), and usernames (@username).