Skip to content

Commit

Permalink
docs: More deprecation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed May 5, 2024
1 parent 410b019 commit e2d7a06
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e2d7a06

Please sign in to comment.