Releases: ful1e5/fuchsia-cursor
Releases · ful1e5/fuchsia-cursor
Release list
v2.0.1
⚠️ Changes for Developers/Package Distributors
-
The 'bitmaps' directory has been removed from the git repository. You can now generate the PNG files using
yarn renderor download them from the release assets. -
The
build.tomlfile has been removed. Instead, the cursor build configurations are now distributed according to platforms within theconfigsdirectory: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?
- Fuchsia Amber #11
- Support
256pxcursors - feat: Added
PersonandPincursors for Windows - Official Distributing
16and20XCursors - 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.shscript - De-framed animated cursors to static SVG files
v2.0.0
What's New?
- LICENSE: GNU General Public License v3
- Add cursor top_left_arrow ful1e5/BreezeX_Cursor#10 ful1e5/BreezeX_Cursor#11
- uninstall docs added ful1e5/apple_cursor#79 ful1e5/apple_cursor#80
- README.md: Human readable docs
v1.0.5
v1.0.4
What's New?
- use
THEME_PREFIXvariable insidemakecommands - distributed binaries inside the
bindirectory - pling product's docs inside
plingdirectory - windows animated cursor's delay updated ( repatched #4 )
Improvements
- Typo fixed inside preview
- documented logs inside bitmapping
- minimal README.md (removed badges and emojis)
- bitmaps artifacts fixed in CI
v1.0.3
v1.0.2
What's New?
- Fuchsia-Pop! (based on popOS color)
- pyright configuration init
make preparecommand for preparing Fuchsia binaries
Improvements
- Fuchsia cursor color changed to
#e11c79from#ff00ff - Removed clean target from
builder/Makefile - Compact code inside
builder/* - Builder code moved to
src - Import
srcmodule directly insidebuild.py Makefileandbuilder/Makefilebuild targets now supportsTHEMESvariable