Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 19:22
7cf6d05

1.0.0 (2024-10-20)

This release finally reworks the entire build system to generate the SVGs at runtime with our custom templating tool and we're making use of KDE Breeze's scripts to finally generate all the cursor sizes with the proper sizes. Scaling should now work properly on GNOME and Plasma, which may result in the default cursor size changing when the theme is applied. Unfortunately, the scaling on Hyprland will still be incorrect as noted in #31, which requires some further discussion and work to fix.

Thanks to @Covkie for taking the time to make the improvements as listed below and @isabelroses for her contributions on the Nix side.

⚠ BREAKING CHANGES

  • generate all sizes of cursors from 16px -> 96px

Features

  • use breeze scripts to build xcursors & plasma scalable SVGs (3c9b12e)

Bug Fixes

  • generate all sizes of cursors from 16px -> 96px (3c9b12e)

Build system & distribution

  • generate SVGs at runtime with catppuccin/whiskers (56d43e4)