+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From 9d1bf110a99868f1d090bf0924c881356656e8f2 Mon Sep 17 00:00:00 2001
From: ful1e5 <24286590+ful1e5@users.noreply.github.com>
Date: Sun, 21 Feb 2021 17:27:59 +0530
Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=96=BC=EF=B8=8F=20Preview=20with=20sh?=
=?UTF-8?q?adows?=
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 8cd33ca..f39bbd5 100644
--- a/README.md
+++ b/README.md
@@ -171,7 +171,7 @@ sudo mv macOSBigSur /usr/share/icons/
-
+
macOSBigSur Cursors 🍎
From df41a88b0d902c5acd3a00cbd2e2a0fbc1ba2624 Mon Sep 17 00:00:00 2001
From: ful1e5 <24286590+ful1e5@users.noreply.github.com>
Date: Sun, 21 Feb 2021 17:30:32 +0530
Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=9A=80=20Prepare=20v1.1.3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
CHANGELOG.md | 10 ++++++++++
bitmapper/package.json | 2 +-
builder/setup.py | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6232748..bfd9ed4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
+## [1.1.3] - 21 Feb 2021
+
+### Changed
+
+- Preview with shadows cursors
+
+### Added
+
+- Shadow underneath cursor #41 fixed
+
## [1.1.2] - 15 Feb 2021
### Changed
diff --git a/bitmapper/package.json b/bitmapper/package.json
index 62f9232..515a3e3 100644
--- a/bitmapper/package.json
+++ b/bitmapper/package.json
@@ -1,6 +1,6 @@
{
"name": "apple_cursor_bitmapper",
- "version": "1.1.2",
+ "version": "1.1.3",
"main": "index.js",
"scripts": {
"watch": "nodemon --inspect src/index.ts",
diff --git a/builder/setup.py b/builder/setup.py
index 208ea07..07835d2 100644
--- a/builder/setup.py
+++ b/builder/setup.py
@@ -5,7 +5,7 @@ from setuptools import setup
setup(
name="applbuild",
- version="1.1.2",
+ version="1.1.3",
description="Generate 'macOSBigSur' cursor theme from PNGs file",
url="https://github.com/ful1e5/apple_cursor",
packages=["applbuild"],