Releases: ful1e5/XCursor-pro
Releases · ful1e5/XCursor-pro
v2.0.2
⚠️ Changes for Developers/Package Distributors
-
The 'bitmaps' directory has been removed from the git repository. You can now generate the PNG files using
yarn render
or download them from the release assets. -
The
build.toml
file has been removed. Instead, the cursor build configurations are now distributed according to platforms within theconfigs
directory:configs/x.build.toml
: Used to build XCursor.configs/win_rg.build.toml
: Used to build regular size Windows cursors.configs/win_lg.build.toml
: Used to build large size Windows cursors.configs/win_xxl.build.toml
: Used to build extra large size Windows cursors.
What's New?
- Support
256px
cursors - feat: Added
Person
andPin
cursors for Windows - Official Distributing
16
and20
XCursors - Multi Resolution Windows Cursors
- Attach version meta-data inside cursor packages
- Using cbmp v1.1.1 for rendering cursor bitmaps.
Changes
- build script renamed (
release.sh
->build.sh
) - Use 'xz' for better compression in
build.sh
script - De-framed animated cursors to static SVG files
v2.0.1
v2.0.0
What's New?
- Refactor: build with
clickgen v2
#21 - Add cursor top_left_arrow
- Uninstall docs ful1e5/apple_cursor#79 ful1e5/apple_cursor#80
- ci: support
clickgen v2
build with cross platform test
v1.1.4
What's New?
make
commands withTHEME_PREFIX
variable- distributed pling products docs inside
pling
directory
Improvements
- Distributed binaries in the
bin
directory - prettified bitmapping logs
- removed emojis from README.md
- cleanup badges from README.md
- sponsor using liberapay
v1.1.3
What's New?
- XCursor-Pro-Red init 🎊
- Support button inside
PLING.bbcode
product page make prepare
command for preparing bibata binariespyrightconfig.json
init- Bigger action icons inside
context-menu
,copy
,crossed_circle
andquestion_arrow
- skinny
hand2
lines fixed
Improvements
- Removed clean target from
builder/Makefile
- Compact code inside
builder/*
- Remove
setup.py
- Builder code moved to
src
- Import
src
module directly insidebuild.py
Makefile
build commands re-arrange with groups
v1.1.2
What's New?
- setup & clean target updated
- Removes setup.py
- Uniform docs & compact generator code
Improvements
- relative import module
- Animated cursors (
left_ptr_watch
&wait
) clock hand colors changed to outline colors - build module import fix inside
build.py
- Move builder module to
xcbuild
v1.1.1
What's New?
- 2 Space format in
bitmapper
- clickgen typing inside
xbpkg/generator.py
- Use
sphinx
docstring style insidexbpkg
- Linting error fixed inside
builder/xbpkg
- clean builder cache on every make commands
Improvements
- Remove python3 virtualenv form
builder/Makefile
- Compact XCursor-Pro build commands inside
builder/Makefile
v1.1.0
What's New?
- XCursor-Pro-Light added
.svg
files with key colors (Green & Blue)core
module separated in bit mapper- Make commands for XCursor-Pro-Light
Improvements
- Clean builder package cache in
builder/Makefile
clean target .svg
files format withxmllint
- Corner resize cursors are inverted fixed (ful1e5/apple_cursor#39 merged)
- Dynamic cursors build in
xbpkg
builder
docs updated