Version 0.3.0.0
Pre-release
Pre-release
- Fixed crash if constructor argument paths is an empty list (ba49f2b)
- Removed unnecessary cast (3af6213)
- Removed usage of native handles for the entry image, copying image data to java instead (730ac16)
- Reworked setter call for byte arrays (8dedbd0)
- Java interface: Improved error handling and fixed image orientation (fad2b15)
- Reworked entry insertion to be able to insert in the order they are present in the registry (df958f4)
- Fixed compiler warning (30fe41c)
- Added constructor argument createDefaultMenu in ExplorerContextMenu to enable/disable the default menu (be73a0a)
- Added support for a whitelist to add only specific CLSIDs to the context menu (71132dc)
- Reworked JNI interface to support multiple instances (f0cc4df)
- Added support for whitelist and default menu selection in Java interface (775b929)
- Removing separators at the end of a menu (347d345)
- Code cleanup, added documentation (9fb3351)
- Added Doxygen configuration (1716094)
- Removed call to DeleteObject for HBITMAP handle because some extensions (e.g. TortoiseHg) use a bitmap cache which will crash if the bitmap is deleted (103ea71)