From 0f1c3545ef21bf5b2c5cbe44bfdd7d074bf13b4b Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Tue, 6 Oct 2020 12:40:35 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=2022px=20size=20added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 19 ++++++++++++++++++- PLING.bbcode | 2 +- README.md | 15 ++++++++------- config.py | 2 +- 4 files changed, 28 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14866e68..25619ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [v1.0.1] - 8 Oct 2020 + +### Added + +- #76 Wrong implementation resize cursors **[closed]** +- #74 `Pillow` pip requirements checking in installation of **clickgen** +- Bump up **clickgen** version to **1.1.7** +- `22px` size added (suggestion by **@gotroot** from pling.com) + +### Changed + +- Browser args changed in `bibata-core` **BitmapGenerator** +- **yarn** scripts updated +- **yarn-packages** description updated +- **Installation** docs updated in [README.md](./README.md) & [PLING.bbcode](./PLING.bbcode) + ## [v1.0.0] - 3 Oct 2020 ### Changed @@ -91,7 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release 🎊 -[unreleased]: https://github.com/ful1e5/Bibata_Cursor/compare/v1.0.0...main +[unreleased]: https://github.com/ful1e5/Bibata_Cursor/compare/v1.0.1...main +[v1.0.1]: https://github.com/ful1e5/Bibata_Cursor/compare/v1.0.0...v1.0.1 [v1.0.0]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2...v1.0.0 [v0.4.2]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2.beta.1...v0.4.2 [v0.4.2.beta.1]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2.alpha.2...v0.4.2.beta.1 diff --git a/PLING.bbcode b/PLING.bbcode index 82fde075..938bffd9 100644 --- a/PLING.bbcode +++ b/PLING.bbcode @@ -4,7 +4,7 @@ [i]Bibata Modern [/i] : Round Edges Bibata Cursors [i]Bibata Original [/i] : Sharp Edges Bibata Cursors -[i]Available Sizes[/i] [b]24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96[/b] +[i]Available Sizes[/i] [b]22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96[/b] [i]Get the latest build[/i] @[b][url=https://github.com/ful1e5/Bibata_Cursor/actions]GitHub Actions[/url][/b] [i]Release Notification[/i] at [b][url=https://twitter.com/ful1e5]Twitter[/url][/b](@ful1e5) diff --git a/README.md b/README.md index 07af3bb0..15010c54 100644 --- a/README.md +++ b/README.md @@ -91,15 +91,15 @@ - [Arch Linux/Manjaro](#arch-linuxmanjaro) - [Fedora](#fedora) - [Manual Install](#manual-install) - - [Linux/X11](#linuxx11) - - [Windows](#windows) + - [Linux/X11](#linuxx11) + - [Windows](#windows) - [Dependencies](#dependencies) - [Runtime Dependencies](#runtime-dependencies) - - [Install Runtime Dependencies](#install-runtime-dependencies) - - [macOS](#macos) - - [Debain/ubuntu](#debainubuntu) - - [ArchLinux/Manjaro](#archlinuxmanjaro) - - [Fedora/Fedora Silverblue/CentOS/RHEL](#fedorafedora-silverbluecentosrhel) + - [Install Runtime Dependencies](#install-runtime-dependencies) + - [macOS](#macos) + - [Debain/ubuntu](#debainubuntu) + - [ArchLinux/Manjaro](#archlinuxmanjaro) + - [Fedora/Fedora Silverblue/CentOS/RHEL](#fedorafedora-silverbluecentosrhel) - [Build Dependencies](#build-dependencies) - [Node Packages](#node-packages) - [PyPi Packages](#pypi-packages) @@ -140,6 +140,7 @@ Bibata is **OpenSource**, Compact and Material Designed Cursor set. This project ## Cursor Sizes +22 24 28 32 diff --git a/config.py b/config.py index 3cb66ec4..ea55f9b4 100644 --- a/config.py +++ b/config.py @@ -9,7 +9,7 @@ out_dir = "./themes" # Build Config delay = 35 -sizes = [24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96] +sizes = [22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96] # Configs For Each Theme in bitmaps directory configs = []