Skip to content

Version 0.3.0.0

Compare
Choose a tag to compare
@Stone-Red-Code Stone-Red-Code released this 23 Sep 20:02
· 85 commits to main since this release

New Features

  • Automatic updates
  • Download Plugins and GitHub 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 the Plugin class
  • Added PluginName property to IPluginData
  • Added PluginPath property to IPluginData

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 is null
  • The application no longer crashes when an exception occurs in a plugin event

Plugin API v0.0.0.4