v2.0.4
⚠️ 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?
-
The XCursor package size is now approximately
20MB
in its original form and~2MB
when compressed. -
Official Distributing
16
and20
XCursors (Fixes #129) -
The maximum size for building a cursor without losing quality is
256px
. -
Animated cursors now have fewer frames, Fixes #134.
-
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)