Skip to content

Commit

Permalink
docs: note added for partitioned config
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Jun 14, 2024
1 parent 4460d91 commit 2a7f6ec
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 890 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

### :warning: Changes for Developers/Package Distributors

> **Note**
> This change applies only to developers and 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)
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ And with that, my journey in the world of open source began.

![shoutout-sponsors](https://sponsor-spotlight.vercel.app/sponsor?login=ful1e5)

- **2024-06-14**: [4460d91](https://github.com/ful1e5/Bibata_Cursor/commit/4460d9118dce220d606c38308b93181861b8a85a) Partitioned cursor build configuration into multiple files according to platform:
- `build.toml`
- `configs/normal/x.build.toml`
- `configs/normal/win_xl.build.toml`
- `configs/normal/win_rg.build.toml`
- `configs/normal/win_lg.build.toml`
- `build.right.toml`
- `configs/right/x.build.toml`
- `configs/right/win_xl.build.toml`
- `configs/right/win_rg.build.toml`
- `configs/right/win_lg.build.toml`

---

![Bibata Amber](https://github.com/ful1e5/Bibata_Cursor/assets/24286590/d64d75e5-3ac9-45f3-8afe-e92719fd48d1)
Expand Down
Loading

0 comments on commit 2a7f6ec

Please sign in to comment.