From 913271c7ab917ac5bf5afdb4c59c564d58c5feef Mon Sep 17 00:00:00 2001
From: ful1e5 <24286590+ful1e5@users.noreply.github.com>
Date: Tue, 15 Jun 2021 19:29:03 +0530
Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=85=20Better=20loading=20visuals?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 8 ++++----
svg/animated/left_ptr_watch.svg | 18 +++---------------
svg/animated/wait.svg | 18 +++---------------
3 files changed, 10 insertions(+), 34 deletions(-)
diff --git a/README.md b/README.md
index 935de22..4f41b0d 100644
--- a/README.md
+++ b/README.md
@@ -108,15 +108,15 @@ Extended KDE Cursor theme, Highly inspired on **KDE Breeze** for `Windows` and `
-
+
- Dark BreezeX Cursors 🖤
+ Dark BreezeX Cursors
-
+
- Light BreezeX Cursors 🤍
+ Light BreezeX Cursors
### Manual Install
diff --git a/svg/animated/left_ptr_watch.svg b/svg/animated/left_ptr_watch.svg
index 49392ab..1018b33 100644
--- a/svg/animated/left_ptr_watch.svg
+++ b/svg/animated/left_ptr_watch.svg
@@ -10,21 +10,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
diff --git a/svg/animated/wait.svg b/svg/animated/wait.svg
index fe644cc..5e2af9e 100644
--- a/svg/animated/wait.svg
+++ b/svg/animated/wait.svg
@@ -6,21 +6,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
From c7ac3c909232b3a27f7bdf54d6356f9e6e3376a4 Mon Sep 17 00:00:00 2001
From: ful1e5 <24286590+ful1e5@users.noreply.github.com>
Date: Wed, 16 Jun 2021 09:08:03 +0530
Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=9A=80=20Prepare=20v1.0.1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
CHANGELOG.md | 10 +++++++++-
bitmapper/package.json | 2 +-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53e19d4..a540c8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
+## [v1.0.1] - 16 June 2021
+
+### Changed
+
+- `left_ptr_watch` and `wait` got minimal design
+- Cursors preview updated
+
## [v1.0.0] - 14 June 2021
### Added
@@ -15,5 +22,6 @@ 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/BreezeX_Cursor/compare/v1.0.0...main
+[unreleased]: https://github.com/ful1e5/BreezeX_Cursor/compare/v1.0.1...main
+[v1.0.1]: https://github.com/ful1e5/BreezeX_Cursor/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/ful1e5/BreezeX_Cursor/tree/v1.0.0
diff --git a/bitmapper/package.json b/bitmapper/package.json
index a9bd9e3..ef6eaf8 100644
--- a/bitmapper/package.json
+++ b/bitmapper/package.json
@@ -1,6 +1,6 @@
{
"name": "breezex-bitmapper",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "extended KDE cursor 💙",
"main": "index.js",
"repository": "git@github.com:ful1e5/BreezeX_Cursor.git",