Skip to content

Releases: kenhendricks00/FixEmbed

v1.1.5

05 Aug 18:07
4af315a

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

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

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

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

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

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

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

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.

v1.0.7

08 Jul 02:13
fa42e2e

Choose a tag to compare

  • Added a debug menu in the settings, includes the bot's status and permissions + important stats that can help the user and support what's going on.
  • The /about command was cleaned up a bit and provides the bare minimum you need, explains what the bot does, includes important links and credits the services used for link processing.

v1.0.6 Bugfix

05 Jul 18:23
6f91258

Choose a tag to compare

  • Removed the following command: /[enable or disable] all_channels [True or False] and placed it in the new settings command.
  • Added a settings command with a nice GUI, so you don't have to type in too many commands like toggling whether to enable or disable FixEmbed or choosing which services to convert.
  • Fixed some things to help reliability with interactions in the settings menu
  • Added a note to let the user know it make take some time to toggle the bot on and off in ALL channels
  • Added a line to defer the interaction to improve responsiveness