diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b9f3bc..cd139b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
+## [v1.2.2] - 31 Oct 2021
+
+### Added
+
+- Rounded pointer tail #63
+- make binaries inside sub directory `make preapre`
+
+### Changed
+
+- soft shadows in all cursors #62
+- fixed some cursor size #64
+- cursor preview updated
+- project description changed
+
## [v1.2.1] - 14 Oct 2021
### Added
diff --git a/Makefile b/Makefile
index 47a0293..a0333f7 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,6 @@ clean:
render: bitmapper svg
@cd bitmapper && $(MAKE)
-
build: bitmaps
@cd builder && make build
@@ -61,11 +60,16 @@ reinstall: uninstall install
BIN_DIR = ../bin
THEMES = White
prepare: bitmaps themes
- @rm -rf bin && mkdir bin
- @cd bitmaps && zip -r $(BIN_DIR)/bitmaps.zip * && cd ..
- @cd themes
- @tar -czvf $(BIN_DIR)/macOSBigSur.tar.gz macOSBigSur
- @zip -r $(BIN_DIR)/macOSBigSur-Windows.zip macOSBigSur-Windows
- @$(foreach theme,$(THEMES), tar -czvf $(BIN_DIR)/macOSBigSur-$(theme).tar.gz macOSBigSur-$(theme);)
- @$(foreach theme,$(THEMES), zip -r $(BIN_DIR)/macOSBigSur-$(theme)-Windows.zip macOSBigSur-$(theme)-Windows;)
+ @rm -rf bin
+ @mkdir -p bin/macOSBigSur
+ @$(foreach theme,$(THEMES), mkdir -p bin/macOSBigSur-$(theme);)
+ @cd bitmaps
+ @zip -r $(BIN_DIR)/macOSBigSur/bitmaps.zip macOSBigSur
+ @$(foreach theme,$(THEMES), zip -r $(BIN_DIR)/macOSBigSur-$(theme)/bitmaps.zip macOSBigSur-$(theme);)
+ @cd ..
+ @cd themes
+ @tar -czvf $(BIN_DIR)/macOSBigSur/macOSBigSur.tar.gz macOSBigSur
+ @zip -r $(BIN_DIR)/macOSBigSur/macOSBigSur-Windows.zip macOSBigSur-Windows
+ @$(foreach theme,$(THEMES), tar -czvf $(BIN_DIR)/macOSBigSur-$(theme)/macOSBigSur-$(theme).tar.gz macOSBigSur-$(theme);)
+ @$(foreach theme,$(THEMES), zip -r $(BIN_DIR)/macOSBigSur-$(theme)/macOSBigSur-$(theme)-Windows.zip macOSBigSur-$(theme)-Windows;)
@cd ..
diff --git a/README.md b/README.md
index ce453ff..a0c09f9 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
- 🍎 macOS Cursor Theme
+ 🍎 Naked macOS Cursors
@@ -122,13 +122,13 @@ sudo mv macOSBigSur /usr/share/icons/
-
+
macOSBigSur Cursors 🍎
-
+
macOSBigSur White Cursors 🍎
diff --git a/bitmapper/package.json b/bitmapper/package.json
index cbfc8ef..04e0b43 100644
--- a/bitmapper/package.json
+++ b/bitmapper/package.json
@@ -1,6 +1,6 @@
{
"name": "apple_cursor_bitmapper",
- "version": "1.2.1",
+ "version": "1.2.2",
"main": "index.js",
"scripts": {
"render": "yarn ts-node src/index.ts"
diff --git a/builder/src/constants.py b/builder/src/constants.py
index 6dabf36..e3557db 100644
--- a/builder/src/constants.py
+++ b/builder/src/constants.py
@@ -29,15 +29,15 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = {
"crosshair.png": {"xhot": 100, "yhot": 100},
"dnd_no_drop.png": {"xhot": 100, "yhot": 100},
"dotbox.png": {"xhot": 100, "yhot": 100},
- "hand1.png": {"xhot": 94, "yhot": 72},
- "hand2.png": {"xhot": 67, "yhot": 46},
+ "hand1.png": {"xhot": 98, "yhot": 66},
+ "hand2.png": {"xhot": 69, "yhot": 44},
"left_ptr.png": {"xhot": 53, "yhot": 13},
"left_side.png": {"xhot": 100, "yhot": 100},
"left_tee.png": {"xhot": 100, "yhot": 100},
"link.png": {"xhot": 120, "yhot": 55},
"ll_angle.png": {"xhot": 100, "yhot": 100},
"lr_angle.png": {"xhot": 100, "yhot": 100},
- "move.png": {"xhot": 80, "yhot": 71},
+ "move.png": {"xhot": 107, "yhot": 85},
"pencil.png": {"xhot": 81, "yhot": 117},
"plus.png": {"xhot": 98, "yhot": 100},
"question_arrow.png": {"xhot": 99, "yhot": 99},
@@ -53,10 +53,10 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = {
"top_tee.png": {"xhot": 100, "yhot": 100},
"ul_angle.png": {"xhot": 100, "yhot": 100},
"ur_angle.png": {"xhot": 100, "yhot": 100},
- "vertical-text.png": {"xhot": 96, "yhot": 99},
+ "vertical-text.png": {"xhot": 103, "yhot": 99},
"wayland-cursor.png": {"xhot": 100, "yhot": 100},
"X_cursor.png": {"xhot": 100, "yhot": 100},
- "xterm.png": {"xhot": 100, "yhot": 104},
+ "xterm.png": {"xhot": 99, "yhot": 103},
"zoom-in.png": {"xhot": 100, "yhot": 100},
"zoom-out.png": {"xhot": 100, "yhot": 100},
############
diff --git a/svg/animated/wait.svg b/svg/animated/wait.svg
index a5f6688..3a4015b 100644
--- a/svg/animated/wait.svg
+++ b/svg/animated/wait.svg
@@ -1,48 +1,48 @@