Skip to content

Releases: kenhendricks00/FixEmbed

v1.1.7

28 Nov 06:28
537c07d
Compare
Choose a tag to compare

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 with commands.Bot, which is the non-deprecated function, ensuring compatibility with the latest API changes.

v1.1.6

16 Oct 20:35
afd3fe8
Compare
Choose a tag to compare

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.
  • 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

05 Aug 18:07
4af315a
Compare
Choose a tag to compare

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.

📝 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

29 Jul 22:22
f81a625
Compare
Choose a tag to compare

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

25 Jul 17:40
5da13bd
Compare
Choose a tag to compare

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

18 Jul 18:33
17c32a3
Compare
Choose a tag to compare

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

17 Jul 00:42
8de92a1
Compare
Choose a tag to compare

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

14 Jul 23:33
b757476
Compare
Choose a tag to compare

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

12 Jul 17:53
4c434c7
Compare
Choose a tag to compare

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

08 Jul 18:03
1c8d260
Compare
Choose a tag to compare
  • 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.