Releases: kenhendricks00/FixEmbed
Releases · kenhendricks00/FixEmbed
v1.2.5
v1.2.5 (12/24/2025)
🔧 Backend Changes
FixEmbed Service Migration- Migrated all embed generation to unified
fixembed.appservice for improved reliability and control. - Bot commands (
/fix, context menu, auto-detection) now usefixembed.app/embed?url=endpoint.
- Migrated all embed generation to unified
🗑️ Removed
YouTube Support- Removed YouTube from supported services (Discord already has native YouTube embedding).
🚀 New Features
/support Page- New support page at
fixembed.app/supportwith donation links (Ko-fi, Buy Me a Coffee), Top.gg voting, Discord, and GitHub. /donateroute redirects to/support.
- New support page at
🔧 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
v1.2.4 (12/22/2025)
🚀 New Features
Bilibili Support- Added support for Bilibili video links (
bilibili.com/videoandb23.tvshort URLs) using BiliFix/vxbilibili.
- Added support for Bilibili video links (
📝 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
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
/settingsdropdown 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.
- New centralized translations file with
Database Schema Update- Added
languagecolumn toguild_settingstable for persistent language preferences.
- Added
📝 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
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.
- Users can now install FixEmbed to their personal account and use
🔧 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, anddiscord.HTTPExceptionwith appropriate logging levels.
- Added specific exception handling for
📝 Documentation
Updated /help Layout- Reorganized help into categories: Fix Links, Server Settings, and Info for better readability.
v1.2.1
v1.2.1 (10/13/2025)
🔄 Service Updates
Switched Instagram Embed Service- Changed from
uuinstagram.comtod.vxinstagram.comfor improved Instagram embed handling
- Changed from
v1.2.0
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.comtouuinstagram.comfor improved Instagram embed handling
- Changed from
v1.1.9
v1.1.9 (09/03/2025)
🔄 Service Updates
Switched Instagram Embed Service- Changed from
kkinstagram.comtoinstagramez.comfor improved Instagram embed handling
- Changed from
v1.1.8
v1.1.8 (08/29/2025)
🛠️ Enhancements
Added YouTube Support- Added support for YouTube links using the
koutube.comservice - Implemented detection for both
youtube.comandyoutu.beformats - Added YouTube to the default enabled services
- Added support for YouTube links using the
🔄 Service Updates
Switched Instagram Embed Service- Changed from
ddinstagram.comtokkinstagram.comfor improved Instagram embed handling
- Changed from
🗒️ Documentation
Updated Documentation- Added YouTube to the list of supported platforms in README.md and website
- Updated credits section to include
koutubeservice attribution - Updated Instagram service attribution to reference
KKInstagram
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.AutoShardBotwithcommands.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
/settingscommand 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.
- Modified the
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.
- Added support for users to enclose a link in angle brackets
🐞 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
vxRedditinstead of rxddit. This enhances the display of videos and better supports additional Reddit features like listing stats, improving user experience when sharing Reddit content.
- Updated Reddit links to use
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
vxRedditin the credits list to reflect the improved integration for handling Reddit links.
- Corrected the mention of