Releases: ful1e5/Google_Cursor
Releases · ful1e5/Google_Cursor
v2.0.0
What's New?
- Refactor: build with
clickgen v2
and cbmp - Add cursor
top_left_arrow
ful1e5/BreezeX_Cursor#10 ful1e5/BreezeX_Cursor#11 - Uninstall docs ful1e5/apple_cursor#79 ful1e5/apple_cursor#80
Improvements
- colors preview with
.png
file in README.md - sponsorships updated
v1.1.3
What's New?
prepare
target added insideMakefile
GoogleDot-Red
variant added ( fixed #21 )- Distributed binaries in
bin
directory - Compressed
GoogleDot-Red
artifacts #21 - GoogleDot-Red preview added inside README.md
- Individual pling projects docs init iniside
pling
directory
Improvements
- prepare command fixed inside
Makefile
- builder module renamed to
src
fromgdbuild
- simplify
README.md
- Added color hex with GitHub markdown inside README.md
- descriptive logs in bitmapping process
v1.1.2
What's New?
- builder module moved to the "src" directory.
- tidy
gbpkg.generator
module.(Merged #11) - Support button inside PLING.bbcode product page
Improvements
- Makefile target re-arrange & installation process updated (Merged #10)
- Removed clean target from
builder/Makefile
- Compact code inside
builder/*
- Remove
setup.py
- Builder module renamed to
gdbuild
- Import
gdbuild
module directly insidebuild.py
- Windows True HiDPi Supports inside build.py
v1.1.1
What's New?
- GoogleDot White version added
- Clean
builder
cache on every build (supported inMakefile
) - Dynamic build using Make variables inside
builder/Makefile
- 2-Space format for
bitmapper
- Sphinx
reST
docstring inbuilder/gbpkg
Improvements
- GoogleDot logo updated with white split
- Preview section updated in README.md
- gbpkg supports clickgen v1.1.9
- Install
gbpkg
builder python package as user - Removed python3
virtualenv
commands frombuilder/Makefile
v1.1.0
What's New?
- GoogleDot Black version
- separated 'core' module in bitmapper
- Makefile updated for GoogleDot
- GoogleDot Black CI supports
Improvements
- All
.svg
formated withxmllint
.svg
colors changed to key colors (Green & Blue)- Multiple cursors supports in
builder
- Dynamic theme-name & comments inside
builder/build.py
v1.0.1
What's New?
- Figma file added inside README.md
- Organized build & bitmaps source code
- Add Make compatibility
- Only build options added in
Makefile
- Relinked few svg files for Windows cursors purpose
- New build docs
Improvements
- Fixed some linting problems of builder using
pylint
- Reduced Package Size
- Customize sizes from
make
- CI workflow
build
compatibility withmake
commands