Skip to content

Releases: isaacrobinson2000/CursorCreate

Library Updates and Bug Fixes

10 Mar 07:47
Compare
Choose a tag to compare
  • CairoSVG has been replaced with QWebEngine (Chromium) for rendering SVG files.
  • Code update to use PySide6, while still supporting the other Qt libraries for python (PySide5, PyQt5, and PyQt6)
  • Improved build process for Linux and Windows.

Minor Bug Fix Release

21 May 04:54
Compare
Choose a tag to compare
  • Fixed a path resolution bug which was causing themes not to build correctly when working in the directory of the project and executing the build from the command line.

PyPI Support

10 May 03:44
9109d4a
Compare
Choose a tag to compare
  • Added setup.py.
  • Moved all source code into directory 'CursorCreate'.
  • Added PyPI Package.

Minor Update 4

07 May 15:52
Compare
Choose a tag to compare
  • 24px by 24px export size was removed from the Linux exporter due to some software always selecting the smallest cursor size.
  • Minimized calls to copy.deepcopy to help with memory usage.

Minor Update 3

05 May 04:15
Compare
Choose a tag to compare
  • Fixed a memory leak, all dialogs are properly garbage collected now when closed.

Minor-ish Update 2

09 Apr 02:55
Compare
Choose a tag to compare

Update includes an overhaul to the Linux and Windows builders, and also some bug fixes:

  • Linux builder now builds theme in a tar.gz file, meaning themes can be built for Linux even on platforms/file systems that do not support symlinks
  • Windows builder builds theme into a zip archive so it is easier to deploy and distribute.
  • Bug fixed that would cause animation timers to continue running even after a dialog was closed.

CursorCreate Minor Update 1

30 Mar 01:51
Compare
Choose a tag to compare

The following features have been added to CursorCreate:

  • A preview dialog, which allows for cursors to be seen while editing them.
  • A new exporter called "preview-picture". Generates a PNG showcasing all of the cursors in the theme. Can be placed on a artist designed background and used when showcasing the cursor theme online.

Initial Beta Release

23 Mar 17:38
Compare
Choose a tag to compare

First Release of CursorCreate. Adds the following features:

  • Create, save, and load cursor projects.
  • Load static and animated cursors from images, SVGs, and other cursor formats(cur, ani, and xcur).
  • Modify the hotspots and delays of cursors.
  • Build cursor themes for Mac, Linux, and Windows.