- Fixed startup bug (many thanks to Stefan for helping track it down)
- Updated Scintilla wrapper to 2.21
- Added support for dynamic command IDs, for Notepad++ 5.8 and upwards (i.e. faster and safer menu processing)
- Updated to Python 2.7
- Removed Python's dependency on Visual C++ Runtime
- Added Python modules for SQLite, socket, XML and a few others
- Fixed bug with notepad.setStatusBar
- Fixed bug with notepad.runPluginCommand
- Fixed bug with clearing notepad callbacks from within a callback