Browse Source

improved v2.2.0 changelog wording

tags/v2.2.0
Roxie Gibson 5 years ago
parent
commit
362f178173
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      CHANGELOG.md

+ 6
- 6
CHANGELOG.md View File

@@ -1,12 +1,12 @@
## 2.2.0

#### Trivia
Trivia has seen a entire overhaul. Users won't see a big change other than an improved UX (better timing and easier interaction) but under the hood is entirely changed and is a much easier code base to maintain.
Trivia has seen a entire overhaul. Users will hopefully notice the improved user experience. Under the hood, Trivia is entirely refactored and is a much easier code base to maintain.

- Better time/score calculation that should reflect the timer the user sees better
- Timer added between each question
- New reaction method of joining and leaving games while not active (not asking questions)
- Fixed error that didn't allow new games to be made after an error in the game
- Better time/score calculation that should reflect the timer on the question better.
- Timer added between each question.
- New reaction method of joining and leaving games while not active (not asking questions).
- Fixed error that didn't allow new games to be made after an error in the game.

#### Config Storage
Roxbot now uses sqlite for guild settings. This hopefully will lead the more possibilities in developing Roxbot cogs.
@@ -14,7 +14,7 @@ Roxbot now uses sqlite for guild settings. This hopefully will lead the more pos
- Entire guild settings system for cogs has been converted to sqlite from json. This will be done automatically for updating instances.
#### Other changes
- Sanitation added to filenames using the `avatar` command.
- Sanitation added to filenames using the `avatar` command to fix a error for users with illegal characters in their usernames.

## v2.1.3
**BEFORE UPDATING, UPDATE ALL DEPENDANCIES USING** `python3 -m pip install -Ur requirements.txt` **IN YOUR VENV**

Loading…
Cancel
Save