Releases: kenhendricks00/FixEmbed
Releases · kenhendricks00/FixEmbed
v1.1.7
v1.1.7 (11/28/2024)
🛠️ Enhancements
- Removed TikTok Support
- Removed support for TikTok links as Discord has officially added native support for TikTok. This simplifies the codebase and leverages Discord's improved handling.
🗒️ Documentation
- Updated Documentation
- Updated documentation to reflect the removal of TikTok support. All references to the TikTok service have been removed.
🚷 Bug Fixes
- Updated Deprecated Function
- Replaced
commands.AutoShardBot
withcommands.Bot
, which is the non-deprecated function, ensuring compatibility with the latest API changes.
- Replaced
v1.1.6
v1.1.6 (10/16/2024)
🚀 New Features
- Rate Limiting
- Implemented a rate-limiting mechanism to control the number of messages sent in a short period, ensuring the bot does not exceed the set message limits in high-traffic channels.
The bot now limits sending up to 5 messages per second, avoiding spamming and reducing the likelihood of triggering rate limits.
- Implemented a rate-limiting mechanism to control the number of messages sent in a short period, ensuring the bot does not exceed the set message limits in high-traffic channels.
- Private Settings Command
- Modified the /settings command so that the bot now displays settings only to the user who invoked the command, using the ephemeral message feature. This ensures a private configuration experience.
- Prevent Link Conversion with <>
- Added support for users to enclose a link in angle brackets < > to prevent the bot from converting it. This gives users more control over which links are converted and which are left as-is.
🐞 Bug Fixes
- Error Handling for Status Changes
- Improved error handling for status updates, ensuring that failed status changes due to Discord API issues (like HTTPException) are logged and do not crash the bot.
🔧 Enhancements
- Reddit Link Handling with vxReddit
- Updated Reddit links to use vxReddit instead of rxddit. This enhances the display of videos and better supports additional Reddit features like listing stats, improving user experience when sharing Reddit content.
- Performance Improvement
- Used a deque for efficient management of the rate-limiting timestamps, allowing better memory management and faster operations when handling a high volume of messages.
📝 Documentation
- Update Credits
- Corrected the mention of vxReddit in the credits list to reflect the improved integration for handling Reddit links.
v1.1.5
v1.1.5 (08/05/2024)
🚀 New Features
Bluesky Support
- Added support for Bluesky links, allowing seamless conversion and handling of posts from the platform.
Toggle Message Deletion or Embed Suppression
- Added a feature to toggle between deleting the original message entirely or suppressing embeds in messages, providing greater flexibility in how link conversions are displayed.
SQLite Exception Handling
- Added
sqlite3
for handling exceptions related to SQLite operations.
- Added
📝 Documentation
Embed and Message Handling
- Updated documentation to clarify the handling of embeds and original message deletions, specifying how the bot formats and sends messages based on user settings.
Credits Update
- Updated credits to include Bluesky support and maintain recognition for all external integrations and libraries used.
v1.1.4
v1.1.4 (07/29/2024)
🐛 Bug Fix
Fixed Reddit Links (Regex fix)
- A bug only allowed Reddit links that had /comments in it to be converted, disregarding /s links
v1.1.3
v1.1.3 (07/25/2024)
🚀 New Feature
Threads Support
- Added support for Threads links.
📝 Documentation
Credit for fixthreads
- Added credit for fixthreads to convert Threads links.
v1.1.2
v1.1.2 (07/18/2024)
🚀 New Feature
TikTok Mobile Link Support
- Added support for TikTok mobile share links.
🐛 Bug Fix
Fixed Hyphenated Instagram Reel Links
- A bug only registered the first part of a hyphenated video ID of an Instagram reel.
v1.1.1
v1.1.1 (07/16/2024)
🚀 New Feature
Added Mention Users Settings
- Added the ability to toggle whether you are pinged when a link is converted.
Pixiv Support
- Added support for Pixiv as suggested by BloodDragooner2.
🐛 Bug Fix
Fixed Service Settings Resetting
- A bug reset services that were activated, instead of saving them.
📝 Documentation
Credit for Phivix
- Added credit for Phivix to convert Pixiv links.
v1.1.0
v1.1.0 (07/14/2024)
🐛 Bug Fix
Fixed DB support
- A bug allowed any person to adjust the service settings for the bot in ALL servers. This is a fix allowing the settings to be set per server.
v1.0.9
v1.0.9 (07/12/2024)
🚀 New Feature
Changed dd to g.dd
- Updated Instagram embed to use Gallery View instead of Default View.
old.reddit.com support
- Added support for old.reddit.com for those that prefer it.
v1.0.8
- Refactored and cleaned up the code to ensure consistency and removed unused variables.
- Updated all instances of enable to activate and disable to deactivate in command names, descriptions, and variable names.
- Renamed /enable command to /activate.
- Renamed /disable command to /deactivate.
- Added a variable for the version number, so it's more consistent throughout the UI.