# Releases

## MM+ Mod releases

### 1.1.1 - 18.10.2022

* Added a workaround in case Discord SDK is unreachable - ShareDiva mod will now read the mod's `config.toml` file to retrieve your Discord UID

### 1.1.0 - 29.08.2022

* The mod now sends song grades to the bot
* The mod now sends song button presses stats
  * <mark style="color:purple;">To enable this, use</mark> <mark style="color:purple;"></mark><mark style="color:purple;">`/diva share detailed true`</mark> <mark style="color:purple;"></mark><mark style="color:purple;">in a server of your choice</mark>
* Hopefully once and for all fixed an issue where song results wouldn't sent if the player had DivaModLoader's console turned off
* ShareDiva Mod code is now available [on GitHub](https://github.com/RocketRacer/MegaMixPlusShareDivaMod)

### 1.0.3 - 17.08.2022

* Fixed a game crash at the end of song completion if you had Diva Mod Loader's console off

1.0.2, 1.0.1 have been lost to time, they were bugfix releases

### 1.0.0 - 15.08.2022

* Initial release

## Discord Bot releases

### <mark style="color:blue;">This list is superseded by the announcements channel in ShareDiva Hub Discord server and will not be updated</mark>

### 29.08.2022

*Released together with ShareDiva Mod version 1.1.0*

* Added `/diva share detailed <true/false>` and `/diva share save-all <true/false>` commands
  * `detailed` will break down your score to all stats of COOL, FINE, SAFE, SAD, WORST and your max COMBO
  * `save-all` simply allows the user's score to be saved avoiding the high-score check
* Updated `/diva leaderboard by-name` to support more than 25 songs per filter
* Added `/diva ko-fi` - support ShareDiva!


---

# 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://try.sharediva.xyz/reference/releases.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.
