From 683a27a71f47d5e4b0a42d9cb512d7602b928238 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 10 Oct 2020 17:43:54 +0530 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20scripts=20&=20issues=20log?= =?UTF-8?q?s=20in=20changelog.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 202e36aa..76b3ee81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v1.0.1] - 8 Oct 2020 ### Added - +- **[builder](./builder/)** python package - Build only **x11** cursors by passing `--x11` flag in `build.py` -- #76 Wrong implementation resize cursors **[closed]** -- #74 `Pillow` pip requirements checking in installation of **clickgen** -- Bump up **clickgen** version to **1.1.7** +- Build only **win** cursors by passing `--win` flag in `build.py` +- Bump up **clickgen** version to **1.1.7** (KDE cursors fix patch) - `22px` size added (suggestion by **@gotroot** from pling.com) ### Changed @@ -25,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Installation** docs updated in [README.md](./README.md) & [PLING.bbcode](./PLING.bbcode) - remove additional comments in **[PULL_REQUEST_TEMPLATE.md](./.github/PULL_REQUEST_TEMPLATE.md)** + + + + ## [v1.0.0] - 3 Oct 2020 ### Changed