Many significant changes since the previous release:
- Added HDViewSettings class to interface with javascript using the same API that HD View uses.
- Changed the look and placement of the toolbar buttons to match HD View, including a new full-screen button.
- Added Parser class to handle XML parsing, which now includes support for KML and Zoomify XML files.
- Changed the viewer to provide 360-degree wraparound using only two MultiScaleImage elements, instead of three.
- Added support to the viewer for tile sets that are grouped in directories (Zoomify) or padded to be square (KML).
- Fixed a few cross-platform and cross-browser issues with mouse wheel zooming.
- Moved code analysis supressions into GlobalSupressions file.