Skip to content

Releases: ful1e5/XCursor-pro

v2.0.2

16 Aug 15:00
Compare
Choose a tag to compare

⚠️ Changes for Developers/Package Distributors

  • The 'bitmaps' directory has been removed from the git repository. You can now generate the PNG files using yarn render or download them from the release assets.

  • The build.toml file has been removed. Instead, the cursor build configurations are now distributed according to platforms within the configs directory:

    • configs/x.build.toml: Used to build XCursor.
    • configs/win_rg.build.toml: Used to build regular size Windows cursors.
    • configs/win_lg.build.toml: Used to build large size Windows cursors.
    • configs/win_xxl.build.toml: Used to build extra large size Windows cursors.

What's New?

  • Support 256px cursors
  • feat: Added Person and Pin cursors for Windows
  • Official Distributing 16 and 20 XCursors
  • Multi Resolution Windows Cursors
  • Attach version meta-data inside cursor packages
  • Using cbmp v1.1.1 for rendering cursor bitmaps.

Changes

  • build script renamed (release.sh -> build.sh)
  • Use 'xz' for better compression in build.sh script
  • De-framed animated cursors to static SVG files

v2.0.1

20 Oct 08:57
Compare
Choose a tag to compare

Issues Fixes

  • Windows Diagonal cursor fixed #12

v2.0.0

19 Oct 09:15
Compare
Choose a tag to compare

What's New?

v1.1.4

11 Nov 09:49
3b24f29
Compare
Choose a tag to compare

What's New?

  • make commands with THEME_PREFIX variable
  • distributed pling products docs inside pling directory

Improvements

  • Distributed binaries in the bin directory
  • prettified bitmapping logs
  • removed emojis from README.md
  • cleanup badges from README.md
  • sponsor using liberapay

v1.1.3

06 Jul 10:33
2e0d613
Compare
Choose a tag to compare

What's New?

  • XCursor-Pro-Red init 🎊
  • Support button inside PLING.bbcode product page
  • make prepare command for preparing bibata binaries
  • pyrightconfig.json init
  • Bigger action icons inside context-menu ,copy, crossed_circle and question_arrow
  • skinny hand2 lines fixed

Improvements

  • Removed clean target from builder/Makefile
  • Compact code inside builder/*
  • Remove setup.py
  • Builder code moved to src
  • Import src module directly inside build.py
  • Makefile build commands re-arrange with groups

v1.1.2

21 Jun 13:08
d20d277
Compare
Choose a tag to compare

What's New?

  • setup & clean target updated
  • Removes setup.py
  • Uniform docs & compact generator code

Improvements

  • relative import module
  • Animated cursors (left_ptr_watch & wait) clock hand colors changed to outline colors
  • build module import fix inside build.py
  • Move builder module to xcbuild

v1.1.1

27 Mar 11:55
4c44837
Compare
Choose a tag to compare

What's New?

  • 2 Space format in bitmapper
  • clickgen typing inside xbpkg/generator.py
  • Use sphinx docstring style inside xbpkg
  • Linting error fixed inside builder/xbpkg
  • clean builder cache on every make commands

Improvements

  • Remove python3 virtualenv form builder/Makefile
  • Compact XCursor-Pro build commands inside builder/Makefile

v1.1.0

15 Mar 03:47
Compare
Choose a tag to compare

What's New?

  • XCursor-Pro-Light added
  • .svg files with key colors (Green & Blue)
  • core module separated in bit mapper
  • Make commands for XCursor-Pro-Light

Improvements

  • Clean builder package cache in builder/Makefile clean target
  • .svg files format with xmllint
  • Corner resize cursors are inverted fixed (ful1e5/apple_cursor#39 merged)
  • Dynamic cursors build in xbpkg
  • builder docs updated

v1.0.0

12 Feb 13:19
9f2597d
Compare
Choose a tag to compare

What's new?

  • Initial release 🎊
  • Logo and badges
  • CI/CD Pipelines