Version 0.3.0.0
New Features
- Automatic updates
Download Plugins
andGitHub
button- Exception handling for plugin events
- Added
OnMouseWheel
event to the plugin API - Added
MouseButton
enum to plugin the API to determine which mouse button was pressed - Added
RenderQuality
enum to the Plugin API - Added
RenderQuality
property to thePlugin
class - Added
PluginName
property toIPluginData
- Added
PluginPath
property toIPluginData
Enhanced
- Better logging
- Improved render quality of plugins
- Removed mono space check for fonts
- Automatically send windows to back
- Disabled calendar because of support issues
- Improved startup performance
- Added missing documentation
- Show version number in window title
Fixed
- Plugin won't crash if the bitmap returned by the
Main
method isnull
- The application no longer crashes when an exception occurs in a plugin event
Plugin API v0.0.0.4