File tree Expand file tree Collapse file tree 6 files changed +107
-2
lines changed Expand file tree Collapse file tree 6 files changed +107
-2
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
### What's New?
21
21
22
22
- Support ` 256px ` cursors
23
+ - Support ` 256px ` cursors
24
+ - feat: Added ` Person ` and ` Pin ` cursors for Windows
25
+ - Official Distributing ` 16 ` and ` 20 ` XCursors #24
26
+ - Multi Resolution Windows Cursors
27
+ - Attach version meta-data inside cursor packages
28
+ - Using [ cbmp v1.1.1] ( https://github.com/ful1e5/cbmp/tree/v1.1.1 ) for rendering cursor bitmaps.
23
29
24
30
### Changes
25
31
26
- - De-framed animated cursors
27
- - Resigned the wait cursor with round background #23
32
+ - build script renamed (` release.sh ` -> ` build.sh ` )
33
+ - Use 'xz' for better compression in ` build.sh ` script
34
+ - De-framed animated cursors to static SVG files
28
35
29
36
## [ v2.0.0] - 14 October 2021
30
37
Original file line number Diff line number Diff line change @@ -122,3 +122,15 @@ png = 'zoom-out.png'
122
122
x_hotspot = 109
123
123
y_hotspot = 103
124
124
win_name = ' Zoom-out'
125
+
126
+ [cursors .person ]
127
+ png = ' person.png'
128
+ x_hotspot = 69
129
+ y_hotspot = 30
130
+ win_name = ' Person'
131
+
132
+ [cursors .pin ]
133
+ png = ' pin.png'
134
+ x_hotspot = 69
135
+ y_hotspot = 30
136
+ win_name = ' Pin'
Original file line number Diff line number Diff line change @@ -122,3 +122,15 @@ png = 'zoom-out.png'
122
122
x_hotspot = 109
123
123
y_hotspot = 103
124
124
win_name = ' Zoom-out'
125
+
126
+ [cursors .person ]
127
+ png = ' person.png'
128
+ x_hotspot = 69
129
+ y_hotspot = 30
130
+ win_name = ' Person'
131
+
132
+ [cursors .pin ]
133
+ png = ' pin.png'
134
+ x_hotspot = 69
135
+ y_hotspot = 30
136
+ win_name = ' Pin'
Original file line number Diff line number Diff line change @@ -122,3 +122,15 @@ png = 'zoom-out.png'
122
122
x_hotspot = 109
123
123
y_hotspot = 103
124
124
win_name = ' Zoom-out'
125
+
126
+ [cursors .person ]
127
+ png = ' person.png'
128
+ x_hotspot = 69
129
+ y_hotspot = 30
130
+ win_name = ' Person'
131
+
132
+ [cursors .pin ]
133
+ png = ' pin.png'
134
+ x_hotspot = 69
135
+ y_hotspot = 30
136
+ win_name = ' Pin'
You can’t perform that action at this time.
0 commit comments