Skip to content

Releases: kenhendricks00/FixEmbed

v1.2.5

24 Dec 22:11
b5f082d

Choose a tag to compare

v1.2.5 (12/24/2025)

🔧 Backend Changes

  • FixEmbed Service Migration
    • Migrated all embed generation to unified fixembed.app service for improved reliability and control.
    • Bot commands (/fix, context menu, auto-detection) now use fixembed.app/embed?url= endpoint.

🗑️ Removed

  • YouTube Support
    • Removed YouTube from supported services (Discord already has native YouTube embedding).

🚀 New Features

  • /support Page
    • New support page at fixembed.app/support with donation links (Ko-fi, Buy Me a Coffee), Top.gg voting, Discord, and GitHub.
    • /donate route redirects to /support.

🔧 Enhancements

  • Improved Twitter Embeds
    • Removed t.co URLs from tweet text so embeds don't show unsightly shortened URLs.
  • Unified Navigation
    • All website pages now have consistent navbar with GitHub icon and Invite Bot button.
  • Updated OG Embed
    • Website now uses large image preview when shared in Discord/social media.

📝 Documentation

  • Updated README.md
    • Removed YouTube from supported platforms.
    • Updated credits to reflect current third-party services.
  • Updated translations.py
    • Replaced YouTube with Bilibili in all 8 language translations.

v1.2.4

23 Dec 04:32
679a0eb

Choose a tag to compare

v1.2.4 (12/22/2025)

🚀 New Features

  • Bilibili Support
    • Added support for Bilibili video links (bilibili.com/video and b23.tv short URLs) using BiliFix/vxbilibili.

📝 Documentation

  • Updated Website
    • Added Bilibili platform card to the landing page.
  • Updated README.md
    • Added Bilibili to Key Features and Credits section.

v1.2.3

23 Dec 02:25
022c3cb

Choose a tag to compare

v1.2.3 (12/22/2025)

🌐 New Features

  • Multi-Language Support
    • Added support for 8 languages: English, Spanish, Portuguese, French, German, Japanese, Korean, and Chinese (Simplified).
    • New Language option in /settings dropdown to change the bot's language per server.
    • All bot commands, settings menus, and messages are now fully translated.

🔧 Enhancements

  • translations.py Module
    • New centralized translations file with get_text() helper function for easy internationalization.
  • Database Schema Update
    • Added language column to guild_settings table for persistent language preferences.

📝 Documentation

  • Updated /help Command
    • Added Multi-Language field showing available languages and how to change them.
  • Updated Website
    • Added Multi-Language Support feature card to the landing page.
  • Updated README.md
    • Added Multi-Language Support to Key Features section.

v1.2.2

23 Dec 00:47
d5cdd47

Choose a tag to compare

v1.2.2 (12/22/2025)

🚀 New Features

  • /help Command
    • Added a comprehensive help command showing all available commands, supported services, and usage tips organized by category.
  • /fix Command
    • New slash command to manually convert a social media link to an embed-friendly version. Works with user-installed apps.
  • Fix Embed Context Menu
    • Right-click any message → Apps → Fix Embed to convert links in that message. Works anywhere including DMs and servers.
  • User-Installable App Support
    • Users can now install FixEmbed to their personal account and use /fix, /help, /about, and the context menu in any server, DM, or group chat.

🔧 Enhancements

  • SERVICES Configuration
    • Added centralized service configuration dictionary for cleaner, more maintainable code architecture.
  • Improved Error Handling
    • Added specific exception handling for discord.Forbidden, discord.NotFound, and discord.HTTPException with appropriate logging levels.

📝 Documentation

  • Updated /help Layout
    • Reorganized help into categories: Fix Links, Server Settings, and Info for better readability.

v1.2.1

13 Oct 14:33
e848e4b

Choose a tag to compare

v1.2.1 (10/13/2025)

🔄 Service Updates

  • Switched Instagram Embed Service
    • Changed from uuinstagram.com to d.vxinstagram.com for improved Instagram embed handling

v1.2.0

09 Sep 21:43
0a9008e

Choose a tag to compare

v1.2.0 (09/09/2025)

🛠️ Enhancements

  • Restored Original Embed Deletion
    • Added back the snippet of code that automatically deletes the original embed

🔄 Service Updates

  • Switched Instagram Embed Service
    • Changed from instagramez.com to uuinstagram.com for improved Instagram embed handling

v1.1.9

03 Sep 20:48
166496d

Choose a tag to compare

v1.1.9 (09/03/2025)

🔄 Service Updates

  • Switched Instagram Embed Service
    • Changed from kkinstagram.com to instagramez.com for improved Instagram embed handling

v1.1.8

29 Aug 13:52
1536fbc

Choose a tag to compare

v1.1.8 (08/29/2025)

🛠️ Enhancements

  • Added YouTube Support
    • Added support for YouTube links using the koutube.com service
    • Implemented detection for both youtube.com and youtu.be formats
    • Added YouTube to the default enabled services

🔄 Service Updates

  • Switched Instagram Embed Service
    • Changed from ddinstagram.com to kkinstagram.com for improved Instagram embed handling

🗒️ Documentation

  • Updated Documentation
    • Added YouTube to the list of supported platforms in README.md and website
    • Updated credits section to include koutube service attribution
    • Updated Instagram service attribution to reference KKInstagram

v1.1.7

28 Nov 06:28
537c07d

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

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.