-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from OperationalDev/FixUserDisconnectingBug
Bot breaks if a dead player leaves in the middle of a round
- Loading branch information
Showing
4 changed files
with
65 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,48 @@ | ||
# Change Log | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
## v0.2.8 | ||
### Changes | ||
- Added github actions to build artifacts. | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## v0.2.2 | ||
### Bugs | ||
|
||
## [Unreleased] | ||
### Added | ||
- game names are now checked case insensitive | ||
- if no comment set, use mumble name | ||
|
||
### Changed | ||
### Deprecated | ||
### Removed | ||
### Fixed | ||
### Security | ||
|
||
|
||
## [0.3.0] | ||
### Added | ||
- Notifications im mumble if in game player name and mumble user name don't match. | ||
|
||
### Fixed | ||
- Player leaving mumble no longer causes the bot to go into a panic. | ||
- A player leaving or disconnecting from the game no longer causes the bot to do an update. | ||
|
||
## [0.2.2] | ||
### Fixed | ||
- Fixed moving player to dead when voted out for real this time. | ||
- New Nil pointer dereference bug fixed. | ||
|
||
|
||
## v0.2.1 | ||
### Bugs | ||
## [0.2.1] | ||
### Fixed | ||
- Players always get moved to the dead channel when voted out. | ||
- Nil pointer dereference bug fixed. | ||
- Fixed certificate commands in README. | ||
|
||
|
||
## v0.2.0 | ||
### Changes | ||
- Updated README to include setup instructions. | ||
|
||
### New Features | ||
## [0.2.0] | ||
### Added | ||
- Allow passing botname, cert, key, server as parameters from config file. | ||
|
||
### Changed | ||
- Updated README to include setup instructions. | ||
|
||
## v0.1.0 | ||
- Initial Release | ||
## [0.1.0] | ||
### Added | ||
- Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters