Upped version to 5.1.18, updated changelog

This commit is contained in:
Toastie (DCS Team) 2024-11-04 00:06:40 +13:00
parent c330d086b7
commit 945725e87c
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@
Mostly based on [keepachangelog](https://keepachangelog.com/en/1.1.0/) except date format. a-c-f-r-o Mostly based on [keepachangelog](https://keepachangelog.com/en/1.1.0/) except date format. a-c-f-r-o
## [5.1.18] - 03.11.2024 ## [5.1.18] - 04.11.2024
### Added ### Added
@ -12,13 +12,14 @@ Mostly based on [keepachangelog](https://keepachangelog.com/en/1.1.0/) except da
language of that country language of that country
- 5 second cooldown per user - 5 second cooldown per user
- The message can only be translated once per language (counter resets every 24h) - The message can only be translated once per language (counter resets every 24h)
- `.timely` now has a captcha. Togglable via `.conf gambling` - `.timely` now has a button. Togglable via `.conf gambling` it's called pass because previously it was a captcha, but captchas are too annoying
## Changed ## Changed
- [public bot] Patreon reward bonus for flowers reduced. Timely bonuses stay the same - [public bot] Patreon reward bonus for flowers reduced. Timely bonuses stay the same
- discriminators removed from the databases. All users who had ???? as discriminator have been renamed to ??username. - discriminators removed from the databases. All users who had ???? as discriminator have been renamed to ??username.
- all new unknown users will have ??Unknown as their name - all new unknown users will have ??Unknown as their name
- Flower currency generation will now have a strikeout to try combat the pickbots. This is the weakest but easiest protection to implement. There may be more options in the future
## Fixed ## Fixed

View file

@ -4,7 +4,7 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings> <ImplicitUsings>true</ImplicitUsings>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages> <SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<Version>5.1.17</Version> <Version>5.1.18</Version>
<!-- Output/build --> <!-- Output/build -->
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory> <RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>