Skip to content

v1.2

Compare
Choose a tag to compare
@alvinhochun alvinhochun released this 13 Jun 13:59
· 46 commits to master since this release

Krita Shell Extension

Release Version: 1.2

This is the version bundled with the official Krita 3.0.1 release.

Shell Extension to provide various information about Krita files in Windows Explorer.

License

The MIT License

Please refer to COPYING.txt.

Acknowledgement

This software uses the following libraries:

For the license information on these libraries, you can either refer to the above URLs, or refer to the corresponding COPYING files included in the source tree and/or binary release package.

System Requirements

This shell extension requires Windows Vista or above. It does not work on Windows XP and previous versions of Windows.

The released installer checks for Windows 7 or above, so it can not be used directly on Windows Vista.

The binaries were compiled using Visual Studio 2015. They are linked statically against the C++ runtime, so no extra runtime libraries are needed for this to work.

Installing

Executing the installer should work without any trouble.

Installing the shell extensions by regsvr32 is not supported.

Using

Once this library is registered on the system, it will automatically work inside Windows Explorer and other shell components (e.g. File Dialogs) without needing further actions.

Building From Source

Please visit https://github.com/alvinhochun/KritaShellExtension for the source code and build instructions.

Changelog

v1.2 (2016-06-12)

  • [bug] Fix some file association registry entries
  • Add support for OpenRaster (.ora) files [#3]
  • [bug] Fix certain thumbnails being stretched or cropped incorrectly [#8, #11]
  • [bug] Fix possible issues with images that are too narrow
  • Allow the shell extension to be installed over existing Krita installation for
    updating (requires Krita install newer than the 3.0 official release) [#10]