PluginSDK History
=================

2.0.0	- SDK now requires EditStudio 5.0.1 or later for the newest features. Use
          GetIsSDK2() within ES_PluginStartup() to check whether the new features are available
          in the version of EditStudio being used.
	- New callbacks:
		ES_CallbackRefreshPreview
		ES_CallbackCloseTool
		ES_CallbackGetProjectInfo
		ES_CallbackRenderFrameEx

	- Updates to existing structures: 
		TES_PluginVideoExport2
		TES_PluginEffectRenderFrame2
		TES_PluginFilterFilterAudio2
		TES_CallbackGetSelectedItemInfo2
		TES_PluginEffectAttributeQuery2
		TES_PluginEffectRenderFrame2
	
	- New audio filter attribute: ES_PLUGINFILTER_ATTRIBUTE_GETPREPOSTBUFFERSIZES


1.1.0	- Added CPM_DibRGB32::RenderChecks() function.
	- Added properties FormView to EffectDissolveThroughColour. Use this sample
	  to see how to create a properties FormView for an effect which requires
	  source layers.
	- Modified the "Debug" configuration of each Effect sample to stop any crashing
	  with Visual Studio when using properties FormViews.

1.0.1	-  Removed dependencies on QuickTime and IPL libraries from the plugins.
	These libraries were not needed, but were left over from earlier builds.
	- Added "How to write an effect" article
	- Added more detail on adding <mediaitem_XXXX> tags to a package installer
	by using Copy/Paste from a .eds_libr file
	- Fixed a few broken links in the documentation

1.0.0	- Initial release