# version 1.3.54.27 -> 1.3.56.28
## Added
-> Plugin pre-load menu
## Changed
-> Update file method

# version 1.3.46.26 -> 1.3.55.27
## Added
-> Unload plugin info text
-> Versioning info on program startup
-> Update check and download upon request
## Changed
-> Unloading plugins when encountering an error in the loop and then 
	reconnecting
-> Duplicate command caution message
-> ChatRoom.CommandChar variable is now properly changeable
## Fixed
-> Command character is now properly configured for each command

# version 1.3.43.25 -> 1.3.46.26
## Added
-> General help command for listing plugins, commands, and command help 
	information (--help)
## Changed
-> HelpMessage command now follows the general usage
## Fixed
-> Missing index for "returning chatter" causing crash

# version 1.3.39.24 -> 1.3.43.25
## Added
-> BadgeType.None enum value
-> Flag for whether or not to auto handle command HelpMessage responses
## Changed
-> HelpMessage response implemented
## Fixed
-> CommandName not trimming correctly

# version 1.2.34.23 -> 1.3.39.24
## Added
-> Command register methods for better organization
-> There are now specific command events and an AllCommandEvent
-> Virtual command modifier in TwitchBot class
-> Command permissions now can be filtered by each instance
-> HelpMessage class and methods to output specific-command information

# version 1.2.32.22 -> 1.2.34.23
## Changed
-> Target framework switched to netstandard2.0
## Fixed
-> Message data aggregate truncating value

# version 1.1.30.21 -> 1.2.32.22
## Changed
-> BadgeID enum to BadgeType
-> Moved MiscID badge variables to BadgeID class

# version 1.1.21.20 -> 1.2.30.21
## Changed
-> Complete revision of data aggregate
-> Badge detection revised
-> All events now include channel name
-> Event data revision
## Removed
-> License key requirement