Skip to content

v2.0.7

Latest
Compare
Choose a tag to compare
@ful1e5 ful1e5 released this 18 Jun 04:05

⚠️ Changes for Developers/Package Distributors

  • The build.toml and build.right.toml files have been removed. Instead, the cursor build configurations are now distributed according to platforms within the configs directory:
    • configs/normal/x.build.toml: Used to build normal XCursor.
    • configs/normal/win_rg.build.toml: Used to build normal regular size Windows cursors.
    • configs/normal/win_lg.build.toml: Used to build normal large size Windows cursors.
    • configs/normal/win_xxl.build.toml: Used to build normal extra large size Windows cursors.
    • configs/right/x.build.toml: Used to build right XCursor.
    • configs/right/win_rg.build.toml: Used to build right regular size Windows cursors.
    • configs/right/win_lg.build.toml: Used to build right large size Windows cursors.
    • configs/right/win_xxl.build.toml: Used to build right extra large size Windows cursors.

What's New?

  • Redesign hands cursor for bibata-*-right cursors (Related to #112)
  • Attach version meta-data inside cursor packages

Issues Fixes