Skip to content

Releases: ful1e5/fuchsia-cursor

v2.0.1

26 Jun 10:38
Compare
Choose a tag to compare

⚠️ 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 the configs 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 and Pin cursors for Windows
  • Official Distributing 16 and 20 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

21 Oct 09:34
Compare
Choose a tag to compare

What's New?

v1.0.5

09 Dec 09:55
238a657
Compare
Choose a tag to compare

What's New?

  • Init Fuchsia-Red 🎊

Improvements

  • Sponsorships updated
  • Links updated inside all docs
  • build workflow updated for Fuchsia-Red variant

v1.0.4

14 Nov 04:11
Compare
Choose a tag to compare

What's New?

  • use THEME_PREFIX variable inside make 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

05 Aug 07:02
4c94896
Compare
Choose a tag to compare

Issues fixes

  • 'busy' and 'work' cursor animation fixed #4

v1.0.2

07 Jul 10:50
Compare
Choose a tag to compare

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 inside build.py
  • Makefile and builder/Makefile build targets now supports THEMES variable

v1.0.1

29 Jun 11:59
Compare
Choose a tag to compare

What's New?

  • compress binaries by make release

Improvements

  • Figma file link updated
  • hand2 cursor dot size decreased

v1.0.0

27 Jun 10:26
b16e5d7
Compare
Choose a tag to compare

What's New?

  • Initial release 🎊
  • Logo and badges
  • CI/CD Pipelines