Releases: quantum5/win2xcur
v0.2.0: theme conversions
This release introduces two new commands to convert entire cursor themes:
win2xcurtheme, which converts a Windows cursor theme based on the customary INF installer to an Xcursor theme; andx2wincurtheme, which converts a directory of Xcursors to a Windows cursor theme and generates the complementary INF installer.
It also introduces a debugging command, inspectcur, which shows what exactly is in each cursor.
Full Changelog: v0.1.2...v0.2.0
v0.1.1: support ImageMagick 7
This release fixes several issues that prevents win2xur from working with ImageMagick 7.
Full Changelog: v0.1.1...v0.1.2
v0.1.1: fix Xcursor animation parsing
This release fixes a bug in x2wincur where Xcursor animations were treated as being 1000 times slower than they actually were.
Full Changelog: v0.1.0...v0.1.1
v0.1.0: Much better conversions
This release fixes many issues relating to parsing the Xcursor format, premultiplied alpha, shadows, and handles some malformed *.ani files.
v0.0.3: x2wincur
This release adds the new command, x2wincur, which converts cursors from X11 format to Windows format.
v0.0.2: support more ani files
Some *.ani files have non-standard order of sections and extra data. win2xcur is now compatible with these cursors as well.
Initial release
v0.0.1 Update README for release