Skip to main content

🐸 Version 3.6.1

← Back to the Main Changelog

November 17, 2025


📜 Summary

This update introduces a powerful dev mode system for administrators, adds a repair tool for Auto-Setup mirrors, and fixes several critical issues with message mirroring and channel creation. Dev mode allows administrators to test features even when they're globally disabled, while the repair tool helps recover from accidental channel deletions or bot downtime.




⚙️ Full Details


✨ Added

  • Dev Mode System: Administrators can now mark servers as "dev servers" which bypass global feature flag restrictions. This allows testing and development of features even when they're disabled globally. Dev servers can be managed from the admin dashboard, and the system shows which servers are in dev mode. Regular users still see features as disabled, but admins can see dev mode status.

  • Mirror Repair Tool: Added a repair button for Auto-Setup mirrors that checks for missing channels and recreates them. This is especially useful if the bot goes down or channels are accidentally deleted. The repair tool scans all target language categories and recreates any missing channels based on the source category structure.

  • Channel Creation Event Handler: Auto-Setup now properly detects when new channels are created in a category and automatically mirrors them to all target language categories. This ensures that manually created channels are immediately mirrored without requiring manual intervention.

🔄 Changed

  • Feature Flag Logic: Updated the feature flag system to check for dev server status before applying global restrictions. Dev servers bypass global feature flag checks while still respecting guild-specific flags.

  • Mirror Status Filtering: Improved mirror processing to exclude mirrors that are in a "DELETING" state from active operations, preventing messages from being processed for mirrors that are being removed.

🐛 Fixed

  • Client-Side Issues: Pushed a patch to address various client-side issues that were affecting the website's functionality and user experience.

  • Bot Nickname Customization: Fixed the bot nickname feature to properly communicate with the bot API, ensuring nickname changes are applied immediately in Discord.

  • Terminology Consistency: Fixed remaining instances of old terminology ("conversation", "auto-translate", "mirroring") across Channel Mirroring, Default Language, and Auto-Setup settings pages.

  • Message Translation Not Working: Fixed an issue where messages weren't being translated when mirrors were in a deleting state. The system now properly filters out deleting mirrors from active mirror queries.

  • Auto-Setup Channel Creation: Fixed Auto-Setup not creating channels when new categories were created. The channel creation event handler now properly triggers mirroring for new channels.

  • Mirror Deletion Completion: Fixed issues with mirror deletion not completing properly, ensuring that channels and categories are fully removed and the mirror configuration is cleaned up from the database.

  • Database Schema Sync: Fixed database schema mismatches that were preventing bot tasks from being processed correctly during mirror deletion.

← Back to the Main Changelog