Version - 4.0
Build Date - January 7th 2014

What's New:

- Different display for main window
	- "Completed $item" output when a file finishes
	- You can now save the text output (command + s)

- Uses CocoaDialog instead of osascripts to display dialogs
	- This will allow for notifications on older osx later)
	- New progress bar (basically just smoothed)
	- New update dialog allows keyboard input 
		Esc - Cancel 
		Enter - Install
	- First attempt at download/install progress bar for updater

- Displays app info in separate window via CocoaDialog
	- Only displays app info on first open
	- Basic app info is now also located in about menu

- Switched app to use alt icon (still need to switch vpk notifier)

- Some bug and typo fixes	
	
- There are now two settings you can adjust via terminal
	- 1 = Yes, 0 = No
	
	- To list the current settings enter:
		defaults read -app vpk 

	- To edit either use:
		defaults write -app vpk "First Run" '0 or 1'
		defaults write -app vpk "Auto Update" '0 or 1'
	
Known Bugs:

- vpk notifier icon does not match app icon

- No way to re-enable auto updates without using terminal 
	(only if you chose to never check for updates again)

Todo:

- Clean out unused icons in CocoaDialog

- Implement way to access settings in the GUI

- Change vpk notifier icon to match app icon

- Additional settings
	- When adding vpk give option to either list content or extract
	- Option to merge vpks via dropped text strings
	- Option to Extract/Insert via dropped text strings
