From e49dfda0db6603074935dd13f335d1d10d7fb870 Mon Sep 17 00:00:00 2001 From: Toastie Date: Mon, 15 Jul 2024 15:54:57 +1200 Subject: [PATCH] Updated changelog, upped version to 5.1.4 --- CHANGELOG.md | 23 +++++++++++++++++++++++ src/EllieBot/EllieBot.csproj | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47bf5fc..72eda49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o +## [5.1.4] - Unreleased + +### Added + +- Added `'coins` command which lists top 10 cryptos ordered by marketcap +- Added Clubs rank in the leaderboard to `'clubinfo` +- Bot owners can now check other people's bank balance (Not server owners, only bot owner, the person who is hosting the bot) +- You can now send multiple waifu gifts at once to waifus. For example `'waifugift 3xRose @user` will give that user 3 roses + - The format is `x`, no spaces +- Added `'boosttest` command + +### Changed + +- Updated command strings to clarify `'say` and `'send` usages + +### Fixed + +- Fixed `'waifugift` help string + +### Removed + +- Removed selfhost button from `'donate` command, no idea why it was there in the first place + ## [5.1.3] - 08.07.2024 ### Added diff --git a/src/EllieBot/EllieBot.csproj b/src/EllieBot/EllieBot.csproj index 86a9972..de5f076 100644 --- a/src/EllieBot/EllieBot.csproj +++ b/src/EllieBot/EllieBot.csproj @@ -4,7 +4,7 @@ enable true en - 5.1.3 + 5.1.4 $(MSBuildProjectDirectory)