# Changelog

## Release 8/20/2022

### **Added**

* `follows manage` and `alerts manage` command, providing an all-in-one interface to add, show, and delete configurations.

### **Updated**

* `news showconfig` command re-named to `news manage` with a built in interaction option to stop sending.

### **Fixed**

* Fixed issue with follow/alert dialogs not opening

### **Removed**

* `follows add` `follows show` `follows delete` `alerts add` `alerts show` `alerts delete` `news stop` commands (replaced with above updated commands)

### **Discontinued**

* Text/prefix commands (slash commands are now non-optional)

## Release 6/02/2022

This update introduced slash commands: <https://docs.bitbot.tools/slash-commands>

### Fixed

* Stability improvements, primarily regarding the frequency of rate limit hits.
* Double posting issue for price updates.

### Deprecated

* Text commands - replaced with slash command alternatives.

### Removed

* Utility commands `ping` `suggest` `donate` `invite`
* `coinbase` command
* `addalert` `delalert` `follow` `unfollow` text commands were discontinued, with slash command alternatives instead

## Release 8/11/2021

### Added

* `newsping` command: *Manage role to be mentioned when news is sent*

### **Updated**

* Updated error messages to be more useful
* Major stability improvements

## Release 7/20/2021 (Tickers)

### Added

* Changing colors (green/red) based on price trend.

## Release 5/22/2021

### Added

* All time high alerts.
* `fg` command: *shows Fear/Greed index for cryptocurrencies.*

### Updated

* Price updates will mention if price is an all time high.

## Release 4/20/2021

### Updated

* News will now only be shown from whitelisted sources in an effort to reduce spam.
* Coin rank now shows market cap ranking rather than CoinGecko ranking.

## Release 4/13/2021

### Added

* `coinbase`/`cb` command: *View quote for COIN stock*
* ~~Following and alerts for COIN stock~~

## Release 3/21/2021

### Added

* `trending` command: *Shows daily trending coins on CoinGecko*
* `ticker` command: *Shows last price and volume for a trading pair on a given crypto exchange*

### Updated

* Crypto price updates are now reported per standard rounding procedure (previously rounded to 2)

## Patch 2/10/2021

### Updated

* Posting more relevant news articles
* News articles now show source icons if available
* Added warning to news channel commands if missing perms

### Fixed

* Fixed minor news channel permissions bug

## Release 2/7/2021

### Added

* Cryptocurrency following added (get price updates to a channel per given time interval)!
  * `follow` command: *creates a new server follow config*
  * `following` command: *shows server* *follow configurations*
  * `unfollow` command: *deletes a server follow configuration*

### Updated

* `info` command now displays **All Time High** price for cryptos&#x20;

## Release 1/10/2021

### Added

* Cryptocurrency price alerting added!
  * `addalert` command: *configures a new alert*
  * `alerts` command: *shows server alerts*
  * `delalert` command: *deletes a server alert*

### Fixed

* `info` command unhandled exception on certain invalid symbols fixed

## Release 1/4/2021

### Added

* `minestats` command: *Displays Bitcoin mining stats and graphs (Difficulty, Hash Rate, Revenue)*
* `minecalc` command: *Calculates expected mining profitability for various cryptos.*

### Updated

* Rounding conventions: *Crypto values are rounded to eight decimals and most fiat values are rounded to four decimals.*
* Inactive coins are given \[INACTIVE] label on `info` command.

### Fixed

* Issue with `info` command displaying $0 price fixed.
* Unhandled exception for missing permissions error fixed.

## Release 10/17/2020

### Added

* `newslimit` command: *Allows server managers to limit the volume of news sent to news channels.*

## Release 10/9/2020

### Updated

* Migrated to discord API v8.

### Fixed

* Issue with `convert` command icons and error messages fixed.


---

# 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.bitbot.tools/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.
