CHANGELOG
+++++++++++++++++++++++++++++++++++++++
	-1.0.1-
	* out of testing phase
	* Added two RegExp checks to make sure file name being saved does not contain illegal chars
	* Some parts tweaked for uncessary code

	-1.0.2-
	* Updated RegExp illegal chars
	* Moved converted MP3 output into a different folder
	* Extra checks to make sure conversion was successful
	* Partial MP3 naming fix

	-1.0.3-
	* Fixed illegal file name chars issue with StringRegExpReplace()
	* Further source cleaning

	-1.0.4-
	* Rewritten code
	* Added YouTube UDF
	* Updated for new YouTube code changes
	* Added FileSaveDialog() to save MP3
	* Minor interface changes

	-1.0.5-
	* Expanded YouTube UDF to handle YT API Data
	* Major interface changes
	* Several bug fixes
	* It now has capabilities to parse YouTube API XML to return an array that contains:

	-1.0.6.0-
	* Autodownload feature implemented.
	* Several bugs fixed. 
	* Download button is disabled when download begins to prevent excessive clicking

	-1.0.6.1-
	* Bug that caused auto downloads to fail after the first download fixed

	-1.0.7.0
	* qDownload feature removed and replaced by a built-in download queue feature
	* GUI changes

	-1.0.7.1
	* Fixed issue with deleteFromQueue() deleting without user selecting an item.
	* _abort() hotkey (ESC) only activates if QYT2MP3 window is active.
	* Minor bug fixes
	
	-1.0.8-
	* Fixed issue with deleteFromQueue() again.
	* Major GUI changes
	
	-3.0
	* Code rewritten from the ground up.
	* Rewritten several functions in YouTube.au3.
	* Simpler, redesigned GUI.
	* Queue feature removed.
	
	-3.0.1 
	* Fixed an issue with the video download process that caused it to fail.
	* Removed update checker for further refinement.