+ begin="0s" dur="1.2s" repeatCount="indefinite" />
From 4fce4c35d135cc00767cb469c4f94115ce54a980 Mon Sep 17 00:00:00 2001
From: ful1e5 <24286590+ful1e5@users.noreply.github.com>
Date: Sun, 1 Nov 2020 10:14:33 +0530
Subject: [PATCH 09/13] =?UTF-8?q?=F0=9F=94=A7=20link=20updated?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/svg/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/svg/README.md b/src/svg/README.md
index ee50d02..0bdda52 100644
--- a/src/svg/README.md
+++ b/src/svg/README.md
@@ -18,7 +18,7 @@
|
| hand1.svg | `None` | |
|
| hand2.svg | `None` | `Hand.cur` |
|
| left_ptr.svg | `None` | `Arrow.cur` |
-|
| left_ptr_watch.svg | `None` | `AppStarting.ani` |
+|
| left_ptr_watch.svg | `None` | `AppStarting.ani` |
|
| left_side.svg | `right_side.svg` | |
|
| left_tee.svg | `None` | |
|
| link.svg | `dnd_link.svg` | |
From dfceadc627f0a99002a5f6737a15f198ed427e73 Mon Sep 17 00:00:00 2001
From: ful1e5 <24286590+ful1e5@users.noreply.github.com>
Date: Sun, 1 Nov 2020 10:38:13 +0530
Subject: [PATCH 10/13] =?UTF-8?q?=F0=9F=9B=A0=20match=20ratio=20set=20to?=
=?UTF-8?q?=20"0.1"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/utils/matchImages.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/utils/matchImages.ts b/src/utils/matchImages.ts
index aceffa8..3c584a1 100644
--- a/src/utils/matchImages.ts
+++ b/src/utils/matchImages.ts
@@ -14,6 +14,6 @@ export const matchImages = ({ img1Buff, img2Buff }: MatchImagesArgs) => {
const diff = new PNG({ width, height });
return pixelmatch(img1.data, img2.data, diff.data, width, height, {
- threshold: 0.25,
+ threshold: 0.1,
});
};
From d0f3af50c99953372c46a58f2f0e03476c8602db Mon Sep 17 00:00:00 2001
From: ful1e5 <24286590+ful1e5@users.noreply.github.com>
Date: Sun, 1 Nov 2020 10:38:30 +0530
Subject: [PATCH 11/13] =?UTF-8?q?=F0=9F=8C=88=20Cursor=20preview=20updated?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2ea6da3..a480918 100644
--- a/README.md
+++ b/README.md
@@ -175,7 +175,7 @@ sudo mv macOSBigSur /usr/share/icons/
-
+
macOSBigSur Cursors 🍎
From 37bd9e379a4ca7c71d0d591a0ee2502275704eb2 Mon Sep 17 00:00:00 2001
From: ful1e5 <24286590+ful1e5@users.noreply.github.com>
Date: Sun, 1 Nov 2020 10:41:57 +0530
Subject: [PATCH 12/13] =?UTF-8?q?=F0=9F=9A=80=20left=5Fptr=5Fwatch=20in=20?=
=?UTF-8?q?figma=20file?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/svg/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/svg/README.md b/src/svg/README.md
index 0bdda52..a50432e 100644
--- a/src/svg/README.md
+++ b/src/svg/README.md
@@ -50,4 +50,4 @@
## Figma File
-[](https://www.figma.com/file/OZw8Ylb9xPFw9h1uZYSMFa/Mac-Cursor?node-id=0%3A1)
+[](https://www.figma.com/file/OZw8Ylb9xPFw9h1uZYSMFa/Mac-Cursor?node-id=0%3A1)
From 085b4587b06f7e097bd864ae123a1fbb8516b7dc Mon Sep 17 00:00:00 2001
From: ful1e5 <24286590+ful1e5@users.noreply.github.com>
Date: Sun, 1 Nov 2020 10:44:42 +0530
Subject: [PATCH 13/13] =?UTF-8?q?=F0=9F=9A=80=20Prepare=20v1.0.6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
CHANGELOG.md | 8 ++++++--
package.json | 2 +-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8774887..3ad83c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,19 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
+## [1.0.6] - 1 Nov 2020
+
### Added
- `left_ptr_watch` with** blue pinwheel**
### Changed
+- Pixel match ratio set to **0.1** in `src\utils\matchImages.ts`
- Symlinks of `watch` cursor removed
- `AppStarting.ani` changed
- `PLING.bbcode` missing content fix
- Cursor **preview** updated
- `hand2` lines fixed.(from pling.com @peotincelogy)
-## [1.0.5]- 23 Oct 2020
+## [1.0.5] - 23 Oct 2020
### Added
@@ -100,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Logo and badges
- CI/CD Pipelines
-[unreleased]: https://github.com/ful1e5/apple_cursor/compare/v1.0.5...main
+[unreleased]: https://github.com/ful1e5/apple_cursor/compare/v1.0.6...main
+[1.0.6]: https://github.com/ful1e5/apple_cursor/compare/1.0.5...v1.0.6
[1.0.5]: https://github.com/ful1e5/apple_cursor/compare/1.0.4...v1.0.5
[1.0.4]: https://github.com/ful1e5/apple_cursor/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/ful1e5/apple_cursor/compare/1.0.2...1.0.3
diff --git a/package.json b/package.json
index e232695..74ec4af 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "apple_cursor",
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "Enjoy upcoming `macOS Big Sur` Cursor Theme 🥳",
"main": "index.js",
"scripts": {