mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-22 03:05:13 -04:00
✨ 22px size added
This commit is contained in:
parent
2f275e4465
commit
0f1c3545ef
4 changed files with 28 additions and 10 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [unreleased]
|
## [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
|
## [v1.0.0] - 3 Oct 2020
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -91,7 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Initial release 🎊
|
- 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
|
[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]: 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
|
[v0.4.2.beta.1]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2.alpha.2...v0.4.2.beta.1
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
[i]Bibata Modern [/i] : Round Edges Bibata Cursors
|
[i]Bibata Modern [/i] : Round Edges Bibata Cursors
|
||||||
[i]Bibata Original [/i] : Sharp 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]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)
|
[i]Release Notification[/i] at [b][url=https://twitter.com/ful1e5]Twitter[/url][/b](@ful1e5)
|
||||||
|
|
||||||
|
|
|
@ -140,6 +140,7 @@ Bibata is **OpenSource**, Compact and Material Designed Cursor set. This project
|
||||||
|
|
||||||
## Cursor Sizes
|
## Cursor Sizes
|
||||||
|
|
||||||
|
<kbd>22</kbd>
|
||||||
<kbd>24</kbd>
|
<kbd>24</kbd>
|
||||||
<kbd>28</kbd>
|
<kbd>28</kbd>
|
||||||
<kbd>32</kbd>
|
<kbd>32</kbd>
|
||||||
|
|
|
@ -9,7 +9,7 @@ out_dir = "./themes"
|
||||||
|
|
||||||
# Build Config
|
# Build Config
|
||||||
delay = 35
|
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 For Each Theme in bitmaps directory
|
||||||
configs = []
|
configs = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue