Releases: RolandoMagico/ContextQuickie2
Releases · RolandoMagico/ContextQuickie2
Version 0.7.0
- Add support for Beyond Compare 5 (see #4). Thankss to @alerosmile
Version 0.6.3
Version 0.6.2
- Fixed unhandled event loop exception if Microsoft Visual C++ Redistributeable package is not installed (issue #1)
- Fixed API compatibilty for older Eclipse versions
Version 0.6.1
Update to ExplorerContextMenu 0.6.0
Version 0.6.0
- Update to ExplorerContextMenu 0.5.0.0
- Renamed executeNativeCommand to executeCommand (ba3a25d)
- Added windowHandle parameter and return value to executeCommand method (ba3a25d)
- Added error reporting in case of failed command execution (ba3a25d)
- Added a blacklist for not supported context menu extensions (c857a08)
- Fixed wrong behavior when mixing upper/lower case in the CLSIDs (93a8186)
Version 0.5.0
Implemented process monitoring and refresh of selected items during/after command invocation
Version 0.4.0
- Fixed typo in CheckstyleConfig.xml, fixed Checkstyle warnings (adf09a5)
- Updated Checkstyle settings (4cc1348)
- Fixed alpha channel calculation (6238b76)
- Removed setting of unused button data (9727646)
- Added support for 7-Zip in the main menu (af6d60c)
- Updated ExplorerContextMenu libraries to version 0.4.0.0 (15b7e7a)
- Initial support for refreshing resources after invoking a context menu command (80b7359)
Version 0.3.1
- Fixed Java 8 compatibility (67a88b8)
Version 0.3.0
- Removed usage of native handles for the entry image, copying image data to java instead (f9dd297)
- Fixed image orientation (599d1fc)
- Created preferences page (551a95a, 3f9f708, c206ae2)
- Reworked JNI interface to support multiple instances (06f85c2)
- Added support for whitelist and default menu selection in Java interface (c8c0212)
- Added support for TortoiseHg (c53828c)
-Updated libraries to ExplorerContextMenu 0.3.0.0 (3a53f31)
Version 0.2.0
First released version