# version 1.3.65.32 -> 1.3.72.35
## Added
-> Three methods for API handling of commands from chat messages
## Modified
-> The help command now has better logic in returning information
	Such as: "~help Plugin.Name command"
	More like a tree of inputs which supports commands with the same name
## Changed
-> Clarified plugin information loading and unloading on start
-> Minor Linux pathing variables
-> Framework switched to .NET 6.0
## Updated
-> To TLS13
## Fixed
-> Some update process bugs on Linux and Windows
	Restart args
	General file allocating

# version 1.3.62.31 -> 1.3.65.32
## Changed
-> If program disconnects and cannot reconnect due to instanced variables, the 
	program will shut down, and granted there is a reconnect script, will
	then restart.
-> "--help" command is now disabled unless command name specified in startup 
	arguments.
## Added
-> Two startup arguments, --skip-update for skipping the update-check step, and 
	--automated for skipping the manual plugin load step. With these two, 
	unattended running is possible in the case of an unexpected crash.

# version 1.3.60.30 -> 1.3.62.31
## Changed
-> A plugin throwing an exception will now timeout instead of wait for input
-> Program should properly shut down the current process when updating

# version 1.3.56.28 -> 1.3.60.30
## Changed
-> "Up to date" message only shows conditionally after entering "y"
## Fixed
-> Reader output null or empty data mitigation
-> Reload command properly reinitializes plugins
## Removed
-> Unecessary database code
## Notes
-> There is a random connection error upon startup that is difficult to 
	troubleshoot but it might be fixed in this update (as in after the 
	changes it has not happened again)

# 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