Releases: ful1e5/fuchsia-cursor
Releases · ful1e5/fuchsia-cursor
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 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?
- Fuchsia Amber #11
- 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.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_PREFIX
variable insidemake
commands - distributed binaries inside the
bin
directory - pling product's docs inside
pling
directory - 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 prepare
command for preparing Fuchsia binaries
Improvements
- Fuchsia cursor color changed to
#e11c79
from#ff00ff
- Removed clean target from
builder/Makefile
- Compact code inside
builder/*
- Builder code moved to
src
- Import
src
module directly insidebuild.py
Makefile
andbuilder/Makefile
build targets now supportsTHEMES
variable