Releases: bobbah/CentCom
Releases · bobbah/CentCom
Version 1.5.1 Release
Changelog:
- Hotfix for standard ban parsers failing on account of the optionality of Round IDs not being accounted for properly in the REST model of bans
Version 1.5.0 Release
Changelog:
- Add support for Paradise-based ban sources to the standardized ban exporter (@AffectedArc07, #51)
Version 1.4.0 Release
Changelog:
- Upgraded all projects to use .NET 6
- Upgraded all dependencies to latest
- Fix TGMC pointing to wrong ban API
- Fix possible bug wherein ID-based ban sources could fail to have original ban times updated if the underlying data changed
Version 1.3.17 Release
Changelog:
- Adds support for BeeStation's Linden server as an MRP source
Version 1.3.16 Release
Changelog:
- Fixed the Swagger documentation failing to build
Version 1.3.15 Release
Changelog:
- Added AuStation as a standard source
- Resolved bug wherein a standard source would fail if a provided ckey was null.
- Excluded null ckey bans (typically IP bans) from exporter-exposed bans
Version 1.3.14 Release
Changelog:
- Add support for slash commands
- Add commands to get basic information about the bot instance, an invite link, and to search for a player on CentCom
Version 1.3.13 Release
Changelog:
- Add response content to failed ban data fetch messages on CentCom.Bot
Version 1.3.12 Release
Changelog:
- Added user agent to denote the scraper
- Added info page for scraper
- Added Shiptest 13 to standardized parsers
Version 1.3.11 Release
Wow, this one is a big one!
Changelog:
- Adds
CentCom.Exporter
, a standardized ban exporter for CentCom. - Add support for standardized ban exporters to
CentCom.Server
. - Refactors
CentCom.Server
to use generic application host. - Refactors
CentCom.Server
's use of Quartz to properly use dependency injection. - Force ban source IDs to be unique.