Skip to content

v2.0.4

Compare
Choose a tag to compare
@ful1e5 ful1e5 released this 15 Sep 11:41
· 35 commits to main since this release

⚠️ Breaking Changes

Note
This change applies only to developers and package distributors

  • 3b54187 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.

What's New?

  • Pointer Actions Cursor is Re-Designed
    Screenshot_20230915_101854

  • The XCursor package size is now approximately 20MB in its original form and ~2MB when compressed.

  • Official Distributing 16 and 20 XCursors (Fixes #129)

  • The maximum size for building a cursor without losing quality is 256px.

  • Animated cursors now have fewer frames, Fixes #134.

  • Resolved Missing Windows Cursors. (Fixes #133, #124)

  • Using cbmp v1.0.0 for rendering cursor bitmaps.

Changes

  • Use 'xz' for better compression in release script #140
  • Corrected the AUR Package information in README.md, addressing issue #142.

Issues Fixes

  • docs: Added list of websites for testing cursor states in README (fixed #123)