mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Updated CHANGELOG.md, upped version to 4.3.14
This commit is contained in:
22
CHANGELOG.md
22
CHANGELOG.md
@@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
|
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
|
||||||
|
|
||||||
|
## [4.3.14] - 02.04.2023
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed voice hearbeat issue
|
||||||
|
- `.banktake` had ok/error responses flipped. No functional change
|
||||||
|
- PermRole should deny messages in threads todo
|
||||||
|
- Fixed chucknorris jokes
|
||||||
|
- `.logserver` will now
|
||||||
|
|
||||||
## [4.3.13] - 20.02.2023
|
## [4.3.13] - 20.02.2023
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
@@ -16,7 +26,7 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
|
|||||||
|
|
||||||
- Fixed `.betstats` not working on european locales
|
- Fixed `.betstats` not working on european locales
|
||||||
- Timed `.ban` will work on users who are not in the server
|
- Timed `.ban` will work on users who are not in the server
|
||||||
- Fixed some bugs in the medusa system
|
- Fixed some bugs in the medusa system
|
||||||
|
|
||||||
## [4.3.11] - 21.01.2023
|
## [4.3.11] - 21.01.2023
|
||||||
|
|
||||||
@@ -52,7 +62,7 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
|
|||||||
|
|
||||||
## [4.3.10] - 10.11.2022
|
## [4.3.10] - 10.11.2022
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- `.filterlist` / `.fl` command which lists link and invite filtering channels and status
|
- `.filterlist` / `.fl` command which lists link and invite filtering channels and status
|
||||||
- Added support for `%target%` placeholder in `.alias` command
|
- Added support for `%target%` placeholder in `.alias` command
|
||||||
@@ -61,13 +71,13 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- .meload and .meunload are now case sensitive. Previously loaded medusae may need to be reloaded or data/medusae/medusa.yml may need to be edited manually
|
- .meload and .meunload are now case sensitive. Previously loaded medusae may need to be reloaded or data/medusae/medusa.yml may need to be edited manually
|
||||||
- Several club related command have their error messages improved
|
- Several club related command have their error messages improved
|
||||||
- Updated help text for .antispam and .antiraid
|
- Updated help text for .antispam and .antiraid
|
||||||
- You can now specify time and date (time is optional) in `.remind` command instead of relative time, in the format `HH:mm dd.MM.YYYY`
|
- You can now specify time and date (time is optional) in `.remind` command instead of relative time, in the format `HH:mm dd.MM.YYYY`
|
||||||
- OwnerId will be automatically added to `creds.yml` at bot startup if it's missing
|
- OwnerId will be automatically added to `creds.yml` at bot startup if it's missing
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed `.cmdcd` console error
|
- Fixed `.cmdcd` console error
|
||||||
- Fixed an error when currency is add per xp
|
- Fixed an error when currency is add per xp
|
||||||
@@ -79,7 +89,7 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
|
|||||||
|
|
||||||
## [4.3.9] - 12.10.2022
|
## [4.3.9] - 12.10.2022
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- `.betstats` shows sum of all bets, payouts and the payout rate in %. Updates once an hour
|
- `.betstats` shows sum of all bets, payouts and the payout rate in %. Updates once an hour
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
|
|||||||
|
|
||||||
public sealed class StatsService : IStatsService, IReadyExecutor, INService
|
public sealed class StatsService : IStatsService, IReadyExecutor, INService
|
||||||
{
|
{
|
||||||
public const string BOT_VERSION = "4.3.13";
|
public const string BOT_VERSION = "4.3.14";
|
||||||
|
|
||||||
public string Author
|
public string Author
|
||||||
=> "Kwoth#2452";
|
=> "Kwoth#2452";
|
||||||
|
Reference in New Issue
Block a user