v1.2.4
Krita Shell Extension
Release Version: 1.2.4
This should be the version bundled with the official Krita 3.2 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:
- libzip - BSD-like license - http://www.nih.at/libzip/
- zlib - zlib license - http://www.zlib.net/
- TinyXML-2 - zlib license https://github.com/leethomason/tinyxml2
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.4 (2017-07-28)
- [bug] Fix crash when loading certain files (especially autosave)
- Update zlib to 1.2.11
- Update tinyxml2 to f3f9925f1229873930a526c507f8721f74f1e80d
v1.2.3 (2017-04-30)
- [bug] Fix file being locked if the file is not a zip file [#13]
v1.2.2 (2016-11-01)
- [bug] Fix unable to open certain files (regression)
v1.2.1 (2016-10-27)
- [bug] Fix crash when opening corrupted files [#12]