# Changelog

## v1.6.0

* Telegram bot launch with real-time wallet tracking
* Full web dashboard redesign with new management features
* Bulk tracker operations (add, pause, resume, delete multiple)
* Drag-and-drop file import for adding trackers
* Labels system for organizing tracked wallets
* Live event feed on dashboard (coming soon)
* BNB/EVM chain support for wallet verification
* Verification analytics and history

## v1.5.1

* Renamed various commands for clarity

## v1.5.0

* Pinksale support
* Unlimited plan option
* Stability and speed improvements
* Show total % owned after buy
* [Web dashboard](https://solmatebot.com/) makeover
* Customizable tracker buttons
* PNL stats (counter, command, leaderboard)
* Burn and token creation transaction tracking
* Support for .sol domain names
* Transaction source button
* Visual bug fixes
* Token security information


---

# 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.solmatebot.com/changelog.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.
