diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eddb8b..deea8b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,11 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > **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: +- 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. diff --git a/README.md b/README.md index 8ac215c..65c9ec4 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,16 @@ Open source macOS Cursors for `Windows` and `Linux` with _HiDPI Support_ . ## Notes -- All cursor's SVG files are found in [svg](./svg) directory or you can also find them on - [Figma](https://www.figma.com/file/OZw8Ylb9xPFw9h1uZYSMFa/apple_cursor?type=design&node-id=73%3A2&mode=design&t=dLILPgJJrLKeAcTE-1). +- All cursor's SVG files are found in [svg](./svg) directory or you can also find them on [Figma](https://www.figma.com/file/OZw8Ylb9xPFw9h1uZYSMFa/apple_cursor?type=design&node-id=73%3A2&mode=design&t=dLILPgJJrLKeAcTE-1). ![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: +- **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. +- **2024-02-23**: https://github.com/ful1e5/apple_cursor/commit/07767c24b0c5dbf912cf37350b86adc11671a18e `bitmaps` directory removed, and `macOS Monterey` cursors deprecated. ---