Strymon Editors version History
*******************************
Version 0.1.0.0 
	- Initial Version sent to John Brinkman @ Strymon
	
Version 0.1.1.0 
	- Added MIDI support, version sent to 3 users @ GearPage.

Version 0.1.2.0 
	- Fine/Coarse support for BigSky and Mobius added.
	- Main screen dimensions shrunk slightly for 900 vertical displays
	- Misc CC fixes - Smear for Timeline, various corrections to CC# errors in Mobius manual.
	- Extended fine/coarse range to support Mobius, also added extra IncrementMap patterns.
	- Direct Time entry now syncs on the pedal in real-time mode (Value encoder is CC# 20, not documented for Timeline or Mobius, makes this possible)
Version 0.2.0.0	
	- MIDI connectivity refactored - now happens at startup with status bar display
		- More robust multi-threading handling
	- Sync Mode options added, with support for Program Changes
	- Added / fixed some CC - EP on all pedals, Hold on BigSky
	- Preset browsing with Fetch and Push
	- Pedal Preset Backup
	- EP Set now has it's own menu
	- Fixed issue with EP Set Wizard menu
	- Fixed issue with Mobius conversion to Hz#
	- Fixed mixup with USer Guide documents - 0.1.2.0 user guide was wrong and missing information.
	- Added some new user preference options
		- BulkFetchDelay - set to 300ms for controlling the speed of bulk fetch processing
		- BPMMode now stored and reloaded on each session
Version 0.2.0.1
	- Fixed issue with Mobius EP Set - to do with hidden pots.

Version 0.2.0.2
	- Added Auto Update support
Version 0.2.0.3
	- Added About Menu to test auto update support
Version 0.2.0.4
	- Added lower-level exception handling in StrymonMidiManager to identify problem presets and avoid crashes (WIN API callback errors = fatal!)
		- Increased logging in BulkFetch also
	- Added config-only option to disable bulk preset fetching on startup - set to False by default
	- Minor refactoring to aid unit tests 
		- Code Coverage in critical areas now around 80%
	- Added Pedal Backup Restore function
Version 0.2.0.5
	- Added additional logging to Push timeout callback, and tightened up user messages to indicate failure
	- Added new 'chunking' options to send preset pushes in chunks with small delays, to hopefully allow a wider ranmge of MIDI interface compatibility.
	- Updated AutoUpdate process with some confirmation dialogs and some robustness improvements
	- Refactored MIDI view (now proper MVVM) and added new options
Version 0.2.0.6
	- Added 'Lock Machine' option
Version 0.2.1.0
	- Fixes for Mobius parameter orders and fine/coarse issues
	- Preset Sharing alpha function
	- Initial support for MIDI Thru with concurrent Strymon pedals. Dependent on new firmware from Strymon.
Version 0.2.1.1
	- Workaround for editor screen menu issue with small vertical resolutions.
Version 1.0.0.0
	- Refactored to support Portable Class Libraries
	- Minor fixes and refactoring