Skip to content

Commit 54ec9fa

Browse files
authored
Merge pull request #65 from ful1e5/dev
v1.2.2 🎊
2 parents d75fadd + 4e2af28 commit 54ec9fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+493
-550
lines changed

β€ŽCHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [v1.2.2] - 31 Oct 2021
11+
12+
### Added
13+
14+
- Rounded pointer tail #63
15+
- make binaries inside sub directory `make preapre`
16+
17+
### Changed
18+
19+
- soft shadows in all cursors #62
20+
- fixed some cursor size #64
21+
- cursor preview updated
22+
- project description changed
23+
1024
## [v1.2.1] - 14 Oct 2021
1125

1226
### Added

β€ŽMakefile

+11-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ clean:
66

77
render: bitmapper svg
88
@cd bitmapper && $(MAKE)
9-
109
build: bitmaps
1110
@cd builder && make build
1211

@@ -61,11 +60,16 @@ reinstall: uninstall install
6160
BIN_DIR = ../bin
6261
THEMES = White
6362
prepare: bitmaps themes
64-
@rm -rf bin && mkdir bin
65-
@cd bitmaps && zip -r $(BIN_DIR)/bitmaps.zip * && cd ..
63+
@rm -rf bin
64+
@mkdir -p bin/macOSBigSur
65+
@$(foreach theme,$(THEMES), mkdir -p bin/macOSBigSur-$(theme);)
66+
@cd bitmaps
67+
@zip -r $(BIN_DIR)/macOSBigSur/bitmaps.zip macOSBigSur
68+
@$(foreach theme,$(THEMES), zip -r $(BIN_DIR)/macOSBigSur-$(theme)/bitmaps.zip macOSBigSur-$(theme);)
69+
@cd ..
6670
@cd themes
67-
@tar -czvf $(BIN_DIR)/macOSBigSur.tar.gz macOSBigSur
68-
@zip -r $(BIN_DIR)/macOSBigSur-Windows.zip macOSBigSur-Windows
69-
@$(foreach theme,$(THEMES), tar -czvf $(BIN_DIR)/macOSBigSur-$(theme).tar.gz macOSBigSur-$(theme);)
70-
@$(foreach theme,$(THEMES), zip -r $(BIN_DIR)/macOSBigSur-$(theme)-Windows.zip macOSBigSur-$(theme)-Windows;)
71+
@tar -czvf $(BIN_DIR)/macOSBigSur/macOSBigSur.tar.gz macOSBigSur
72+
@zip -r $(BIN_DIR)/macOSBigSur/macOSBigSur-Windows.zip macOSBigSur-Windows
73+
@$(foreach theme,$(THEMES), tar -czvf $(BIN_DIR)/macOSBigSur-$(theme)/macOSBigSur-$(theme).tar.gz macOSBigSur-$(theme);)
74+
@$(foreach theme,$(THEMES), zip -r $(BIN_DIR)/macOSBigSur-$(theme)/macOSBigSur-$(theme)-Windows.zip macOSBigSur-$(theme)-Windows;)
7175
@cd ..

β€ŽREADME.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55

66
<p align="center">
7-
🍎 macOS Cursor Theme
7+
🍎 Naked macOS Cursors
88
</p>
99

1010
<!-- Badges -->
@@ -122,13 +122,13 @@ sudo mv macOSBigSur /usr/share/icons/
122122
<!-- Preview -->
123123

124124
<p align="center">
125-
<img title="macOSBigSur" src="https://imgur.com/JWdEEmD.png">
125+
<img title="macOSBigSur" src="https://imgur.com/Q022eSp.png">
126126
</br>
127127
<sub>macOSBigSur Cursors 🍎</sub>
128128
</p>
129129

130130
<p align="center">
131-
<img title="macOSBigSur White" src="https://imgur.com/isFs6UM.png">
131+
<img title="macOSBigSur White" src="https://imgur.com/SFVR945.png">
132132
</br>
133133
<sub>macOSBigSur White Cursors 🍎</sub>
134134
</p>

β€Žbitmapper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apple_cursor_bitmapper",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"main": "index.js",
55
"scripts": {
66
"render": "yarn ts-node src/index.ts"

β€Žbuilder/src/constants.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"crosshair.png": {"xhot": 100, "yhot": 100},
3030
"dnd_no_drop.png": {"xhot": 100, "yhot": 100},
3131
"dotbox.png": {"xhot": 100, "yhot": 100},
32-
"hand1.png": {"xhot": 94, "yhot": 72},
33-
"hand2.png": {"xhot": 67, "yhot": 46},
32+
"hand1.png": {"xhot": 98, "yhot": 66},
33+
"hand2.png": {"xhot": 69, "yhot": 44},
3434
"left_ptr.png": {"xhot": 53, "yhot": 13},
3535
"left_side.png": {"xhot": 100, "yhot": 100},
3636
"left_tee.png": {"xhot": 100, "yhot": 100},
3737
"link.png": {"xhot": 120, "yhot": 55},
3838
"ll_angle.png": {"xhot": 100, "yhot": 100},
3939
"lr_angle.png": {"xhot": 100, "yhot": 100},
40-
"move.png": {"xhot": 80, "yhot": 71},
40+
"move.png": {"xhot": 107, "yhot": 85},
4141
"pencil.png": {"xhot": 81, "yhot": 117},
4242
"plus.png": {"xhot": 98, "yhot": 100},
4343
"question_arrow.png": {"xhot": 99, "yhot": 99},
@@ -53,10 +53,10 @@
5353
"top_tee.png": {"xhot": 100, "yhot": 100},
5454
"ul_angle.png": {"xhot": 100, "yhot": 100},
5555
"ur_angle.png": {"xhot": 100, "yhot": 100},
56-
"vertical-text.png": {"xhot": 96, "yhot": 99},
56+
"vertical-text.png": {"xhot": 103, "yhot": 99},
5757
"wayland-cursor.png": {"xhot": 100, "yhot": 100},
5858
"X_cursor.png": {"xhot": 100, "yhot": 100},
59-
"xterm.png": {"xhot": 100, "yhot": 104},
59+
"xterm.png": {"xhot": 99, "yhot": 103},
6060
"zoom-in.png": {"xhot": 100, "yhot": 100},
6161
"zoom-out.png": {"xhot": 100, "yhot": 100},
6262
############

β€Žsvg/animated/wait.svg

+18-18
Loading

β€Žsvg/static/X_cursor.svg

+7-7
Loading

β€Žsvg/static/all-scroll.svg

+9-9
Loading

β€Žsvg/static/bottom_left_corner.svg

+7-7
Loading

β€Žsvg/static/bottom_right_corner.svg

+7-7
Loading

0 commit comments

Comments
Β (0)