You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [unreleased]
9
9
10
+
### What's New?
11
+
12
+
- Clickgen now allows cursor bitmap re-canvasing by specifying size using the `cursor_size:canvas_size` format. See [changelog-05212024](https://github.com/ful1e5/clickgen/discussions/59#discussioncomment-9511166)
Copy file name to clipboardExpand all lines: README.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,21 +17,22 @@ Clickgen's core functionality is heavily inspired by [quantum5/win2xcur](https:/
17
17
> **Note**
18
18
> The project's success depends on sponsorships. Meeting sponsorship goals for [ful1e5](https://github.com/ful1e5) GitHub Account will drive new releases and ongoing development.
19
19
20
-
-**2023-08-23:**`ctgen` CLI supports `.json` and `.yaml`/`.yml` as configuration file.
21
-
-**2023-08-17:** Cursor size settings moved to `[cursors.fallback_settings]` in config. See [changelog-08172023](https://github.com/ful1e5/clickgen/discussions/59#discussioncomment-6747666)
22
-
-**2022-06-15:** Docker Image support deprecated due to cross-platform compatibility.
23
-
-**2022-07-09:**:warning: All the **functionality and modules are removed from older versions in `v2.0.0`**.
24
-
I will be restricting any updates to the `>=v1.2.0` versions to security updates and hotfixes.
25
-
Check updated documentations for [building cursors from API](#api-examples) and [CLIs](#usage) usage.
20
+
-**2024-05-24:** Clickgen now allows cursor bitmap re-canvasing by specifying size using the `cursor_size:canvas_size` format. See [changelog-05212024](https://github.com/ful1e5/clickgen/discussions/59#discussioncomment-9511166)
21
+
-**2023-08-23:**`ctgen` CLI supports `.json` and `.yaml`/`.yml` as configuration file.
22
+
-**2023-08-17:** Cursor size settings moved to `[cursors.fallback_settings]` in config. See [changelog-08172023](https://github.com/ful1e5/clickgen/discussions/59#discussioncomment-6747666)
23
+
-**2022-06-15:** Docker Image support deprecated due to cross-platform compatibility.
24
+
-**2022-07-09:**:warning: All the **functionality and modules are removed from older versions in `v2.0.0`**.
25
+
I will be restricting any updates to the `>=v1.2.0` versions to security updates and hotfixes.
26
+
Check updated documentations for [building cursors from API](#api-examples) and [CLIs](#usage) usage.
0 commit comments