# Changelogs 2025

## BotPanel Fixes - September 8th, 2025

* Fixed a login redirect loop after sign-in.

## BotPanel Fixes/Updates - March 17th, 2025

* Fixed an issue where bot images would sometimes revert to the default Discord avatar.

## BotPanel Fixes/Updates - March 4th, 2025

* Changed the button text on simple landing pages from "Invite X Bot" to "Dashboard" for better clarity.
* Fixed a bug that caused an Interaction Failed error when changing the permissions of a command in BotPanel.

## BotPanel Command Enhancements - February 28th, 2025

* Applied the same logic used with servers to commands, reducing occurrences of "Unknown Commands".

## BotPanel Enhancements & Fixes - February 26th, 2025

* Analytics Performance Boost - Fixed a bug causing the Analytics page to lag when handling large data sets.
* Improved Server Tracking - New system for Analytics & Servers tab ensures better tracking of server names + icons, reducing "Unknown Servers" appearances.
* Enhanced Servers Tab - Servers now display names & icons instead of just their ID.
* Analytics Reset Button - Added a button to completely reset a bot’s analytics.
* Default 30-Day View - Analytics now show a 30-day period by default.
* Page View Fixes - Fixed issues with incorrect page routes displaying in Analytics.
* More Accurate Module Tracking - Enable/disable counts now register when a server first enables settings.

## BotPanel Updates - February 25th, 2025

* TOS & Privacy Links – The Simple landing page now includes these links if enabled.
* Guild Inputs Fixed – User dashboards now correctly handle guild inputs.
* Analytics Page Fixed – Resolved loading issues for better insights.

## BotPanel Bug Fixes + Changes - February 1st, 2025

* Modules should now default show as enabled.
* Module commands that are edited/disabled will now show or not show correctly
* Top Commands in analytics that are deleted will not show or show 'Deleted command' instead of an internal interaction id
* Fixed a few bugs with loading the analytics page
* Fixed a few bugs involving deleting/enabling BotPanel as a whole
* Command updates should now be sent to BotPanel correctly
* Sections in the analytics page which do not have data yet should show 'No Data'


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.botpanel.gg/changelogs-2025.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
