Skip to content

Releases: ful1e5/BreezeX_Cursor

v2.0.1

02 Jul 06:11
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 #24
  • Multi Resolution Windows Cursors #18
  • 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.0

14 Oct 12:43
Compare
Choose a tag to compare

What's New?

Issue Fixes

  • fixed #17
  • fixed #21
  • Human readable docs #16

v1.0.3

13 Nov 09:33
fa79933
Compare
Choose a tag to compare

What's New?

  • Makefile command with THEME_PREFIX variable
  • distributed pling products docs inside pling directory
  • prepare command added inside Makefile
  • upload BreezeX-Black artifacts in build GitHub Action

Improvements

  • sponsor with liberapay
  • builder module renamed to src
  • bitmapping log more descriptive
  • minimal README.md (removed badges and emojis)

v1.0.2

20 Jun 06:09
cbb3d5e
Compare
Choose a tag to compare

What's New?

  • BreezeX-Black variant added

Improvements

  • Bigger hotspot dot for Resize cursors
  • Windows resize cursors scale down
  • text & vertical-text cursors scale down

v1.0.1

16 Jun 03:45
865cf7b
Compare
Choose a tag to compare

Improvements

  • left_ptr_watch and wait got minimal design
  • Cursors preview updated

v1.0.0

14 Jun 06:03
6d26cb8
Compare
Choose a tag to compare

What's New?

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