Skip to content

v2.0.1

Latest
Compare
Choose a tag to compare
@ful1e5 ful1e5 released this 05 May 11:14

⚠️ Breaking Changes

  • macOS Monterey Cursor deprecated

⚠️ Changes for Developers/Package Distributors

  • 07767c2 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.

  • c684a72 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?

  • feat: Redesign all cursor to latest macOS (Related to #95)
  • feat: Added Person and Pin cursors for Windows
  • Official Distributing 16 and 20 XCursors
  • Multi Resolution Windows Cursors
  • README.md: AUR docs added #91
  • Attach version meta-data inside cursor packages
  • Using cbmp v1.1.1 for rendering cursor bitmaps.

Changes

  • Use 'xz' for better compression in build.sh script

Issue Fixes