Skip to content

Releases: ful1e5/clickgen

v1.1.9

22 Mar 10:02
Compare
Choose a tag to compare

What's New?

  • Couple of linting problem fixes
  • Bitmap and CursorsAlias member access outside the context manager
  • Check make command in setup.py
  • Better typing experience
  • Configure readthedocs with sphinx
  • Added docs badge in README.md

Improvements

  • Fixed Pillow vulnerabilities by bumped it to 8.1.1
  • python caching updated in app-ci.yml
  • Literal typing removed from clickgen.util & clickgen.core

Issues Fixes

  • Fixed #23 packaging issue of XPackager
  • Fixed #22 Inside util.PNGProvider

v1.1.8

24 Jan 13:39
Compare
Choose a tag to compare

What's New?

  • Code Coverage ~100%
  • The new CLI
  • New XCursor & Windows Cursor building approach
  • python .pyi static type file (stub file) init
  • X11 & Windows themes packaging compatibility
  • Semi-animated theme supports for Windows & X11
  • timer & debug development utility init.

Improvements

  • Handle Cursor config file in tmp directory
  • Cursor's database in python Dict format
  • Vast changes in clickgen importing.
  • GitHub workflow with matrix
  • fixed #12

v1.1.7

05 Oct 10:53
Compare
Choose a tag to compare

What's New?

  • New Stable version v1.1.7
  • Archlinux/Manjaro installation docs
  • CLI usage in README.md

Improvements

  • skip Pillow is already installed

1.1.6

24 Sep 12:02
Compare
Choose a tag to compare

What's new?

  • vertical resize wrong implementation fix (KDE Cursor) #13
  • Remove unnecessary cursors from left_ptr
  • Remove ./ from all symbolic link cursors
  • Untraced pkginfo.in file
  • Update Pillow to 7.2.0

Improvements

1.1.5-beta

29 Jul 03:23
432f628
Compare
Choose a tag to compare
1.1.5-beta Pre-release
Pre-release

Bug Fixes

  • Typo fixed in build scripts

1.1.4-beta

20 Jul 03:38
Compare
Choose a tag to compare
1.1.4-beta Pre-release
Pre-release

What's new?

  • configsgen - a tool for automating cursor configs generation from images.
  • build function - a shortcut functions for build a cursor theme.

Bug Fixes

  • individual logging support
  • added more logs
  • fixed built-in conflicts
  • import packages manner changed

Docs

1.1.3-alpha

24 Jun 13:10
Compare
Choose a tag to compare
1.1.3-alpha Pre-release
Pre-release

Source Code Fix

  • docker image publishing workflow fixed

1.1.2-alpha

23 Jun 04:31
Compare
Choose a tag to compare
1.1.2-alpha Pre-release
Pre-release

What's new?

  • Docker image available on Github Docker Registry
  • clickgen CLI added with the pip package

Fixes

  • Remove default command-line arguments in win.py aka anicursorgen
  • Exited with an error if exception occurred.
  • Empty cursor theme archive generation.

1.1.1-alpha

12 Jun 06:12
Compare
Choose a tag to compare
1.1.1-alpha Pre-release
Pre-release

Bugs fixes

  • Windows cursors extension null to .ani or .cur in linker module.
  • Directory structure test fixed for Windows cursors extensions
  • Branding alignment fixed in README.md

Source Code Improvements

  • CI Pipeline improved
  • GitHub workflow name changed.
  • new badge in README.md

1.1.0-alpha

09 Jun 02:32
Compare
Choose a tag to compare
1.1.0-alpha Pre-release
Pre-release

Features

  • automatic Windows & X11 cursor generation.
  • Fix cursor's name by directory matching.
  • .tar archive & directory as out package.
  • auto-generated symlinks based on input configs.
  • Built-in cursor builder xcursorgen & anicursorgen

Improvements

  • auto-install pip requirements
  • typing added
  • docs updated
  • CI/CD improved.
  • xcursorgen.so file included in the packaging