From 7d8f61ecea793e84964bfb60126f39b576e848dd Mon Sep 17 00:00:00 2001 From: Toastie <toastie@toastiet0ast.com> Date: Sun, 30 Mar 2025 15:47:15 +1300 Subject: [PATCH] updated changelog and version --- CHANGELOG.md | 22 +++++++++++++++++++++- src/EllieBot/EllieBot.csproj | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b3bc9..c7be193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,21 +2,41 @@ *a,c,f,r,o* -## [6.0.14] +## [6.1.0] - 30.03.2025 ### Added +- Added Quest System! + - Each user gets a couple of daily quests to complete + - There are 10-15 different quests, each day you'll get 3 + - Upon completion of all dailies, the user will get a boost to timely and vote + - `.quests` to see your quests +- Added Fishing Items! + - `.fishop` to see a list of all available items for sale + - `.fibuy` to buy an item + - `.finv` to see your inventory + - `.fiuse` to use an item. You can equip one of each item, except potions + - You can equip one of each item + - You can equip any number of potions, but they have limited duration and cant be unequiped + - `.fili` will show your equipped item names, nad `.fish` will show bonuses +- Added `.fishlb` to see the top anglers - Added `.notify <channel> nicecatch <message>` event - It will show all rare fish/trash and all max star fish caught on any server - You can use `.notifyphs nicecatch` to see the list of placeholders you can use while setting a message - Example: `.notify #fishfeed nicecatch %user% just caught a %event.fish.stars% %event.fish.name% %event.fish.emoji%` +- Added prices to `.nczoom` +- Voting re-added, `.votefeed` to see all votes. Non-trivial setup required, check commits +- owner only `.massping` command for special situations ### Changed - .notify commands now require Manage Messages permission - .notify will now let you know if you can't set a notify message due to a missing channel +- `.say` will no longer reply +- `.vote` and `.timely` will now show active bonuses ### Fixed - Fixed `.antispamignore` restart persistence - Fixed `.notify` events. Only levelup used to work +- Fixed `.hangman` misalignment ## [6.0.13] - 23.03.2025 diff --git a/src/EllieBot/EllieBot.csproj b/src/EllieBot/EllieBot.csproj index 8a6ad92..559414e 100644 --- a/src/EllieBot/EllieBot.csproj +++ b/src/EllieBot/EllieBot.csproj @@ -4,7 +4,7 @@ <Nullable>enable</Nullable> <ImplicitUsings>true</ImplicitUsings> <SatelliteResourceLanguages>en</SatelliteResourceLanguages> - <Version>6.0.13</Version> + <Version>6.1.0</Version> <!-- Output/build --> <RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>