Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

54 lines (37 loc) · 1.86 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Issue Fixes

  • Fix #3

v2.0.0 - 24 July 2024

⚠️ 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?

  • Banana cursor is now customizable 🎊
  • Banana Green 🎊
  • Banana Blue 🎊
  • Banana Red 🎊
  • Support 256px cursors
  • Official Distributing 16 and 20 XCursors
  • Multi Resolution Windows Cursors
  • 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

v1.0.0 - 02 November 2022

Added

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