diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4d82c..dcd9724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `macOS Monterey` Cursor deprecated +### :warning: Changes for Developers/Package Distributors + > **Note** > This change applies only to developers and 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 '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? diff --git a/README.md b/README.md index 6eb4ef9..b2d0fe2 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Open source macOS Cursors for `Windows` and `Linux` with _HiDPI Support_ . ![shoutout-sponsors](https://sponsor-spotlight.vercel.app/sponsor?login=ful1e5) +- **2024-04-26**: https://github.com/ful1e5/apple_cursor/commit/c684a72e967b58d85492fae5fa68040beae47c10 Partitioned cursor build + configuration into multiple files according to platform: + `build.toml` -> `configs/win_lg.build.toml`, `configs/win_rg.build.toml`, `configs/win_xl.build.toml`, `configs/x.build.toml`. - **2024-02-23**: https://github.com/ful1e5/apple_cursor/commit/07767c24b0c5dbf912cf37350b86adc11671a18e `bitmaps` directory removed, and `macOS Monterey` cursors deprecated.