Skip to content

Releases: hyprwm/hyprcursor

v0.1.13

31 Jul 12:14
44e91d4

Choose a tag to compare

A small release fixing resizing algorithms for png cursors

Fixes

  • core: fix png resampling

MRs

  • docs: updated MAKING_THEMS.md by @sarojregmi200 in #86
  • nix: use gcc15 by @FridayFaerie in #91

New Contributors

  • @sarojregmi200 made their first contribution in #86
  • @FridayFaerie made their first contribution in #91

Full Changelog: v0.1.12...v0.1.13

v0.1.12

17 Mar 12:45

Choose a tag to compare

A new minor update with some fixes.

Fixes

  • meta: fix hyprlang colon handling

MRs

New Contributors

Full Changelog: v0.1.11...v0.1.12

v0.1.11

21 Dec 20:09

Choose a tag to compare

A minor update with some nice stuff, as always.

New Stuff

  • nominal_size is now supported. See standards

Fixes

  • core: fixup overridenBy reporting
  • tests: fixup C test override checking
  • core: allow ;-separated values in hl format

MRs

New Contributors

Full Changelog: v0.1.10...v0.1.11

v0.1.10

30 Sep 21:26

Choose a tag to compare

A standard, nice update.

Fixes

  • docs: mention timeouts to be > 0
  • core: initialize C shape data fully

MRs

New Contributors

Full Changelog: v0.1.9...v0.1.10

v0.1.9

24 May 18:47

Choose a tag to compare

A small housekeeping update with a few minor patches.

Fixes

  • fixed nearest size search for png cursor themes

MRs

  • Fixed getconf command in build instructions by @pebble-24 in #42
  • add option to not use default fallbacks (env and first available) by @ikalco in #43

New Contributors

Full Changelog: v0.1.8...v0.1.9

v0.1.8

25 Apr 20:38
cab4746

Choose a tag to compare

A minor update with some cleanups

Fixes

  • util: fixed printing overrides

MRs

  • Count cursor-less themes as invalid by @SoSeDiK in #31
  • Add validation for cursor file names and propagate the error from parsing HL cursor by @SoSeDiK in #32
  • Properly report error on zip_close by @SoSeDiK in #33
  • Minor cleanup by @SoSeDiK in #34
  • zip: fix build for some distros (#37) by @regit in #38

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

09 Apr 15:32

Choose a tag to compare

I release v0.1.7 amidst the flames in the news outlets as a small patch to fix 0.1.6's accidental toml / theme finding regressions

Fixes

  • lib: fixes to toml manifest searching and extensions when packing
  • lib: fixed missing overrides
  • lib: fixed manifest reading permission issues
  • lib: round hotspots in getShapes

MRs

  • docs: specify that pixel coordinates of hotspot are rounded to the floor by @jinliu in #28

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

06 Apr 20:20

Choose a tag to compare

A small patch to hyprcursor to fix some permission issues and add a few stuff KDE requested.

This release is ABI-compatible with 0.1.5

New stuff

  • Added user-defined logging
  • Added a raw data API
  • Added support for .toml wherever .hl is used

Fixes

  • Fixed up permission issues on themes

MRs

  • docs: mention aspect ratio of cursors by @PaideiaDilemma in #18
  • fix missing follow in flake.nix by @fred21O4 in #22
  • Added a raw data API by @vaxerski in #23

New Contributors

  • @PaideiaDilemma made their first contribution in #18
  • @fred21O4 made their first contribution in #22

Full Changelog: v0.1.5...v0.1.6

v0.1.5

24 Mar 03:26

Choose a tag to compare

A small update to fix a few minor annoyances.

Fixes

  • cmake: require hyprlang>=0.4.2
  • lib: avoid arithmetic on void*
  • util: wrap paths in quotes in shell invocations
  • lib: accept theme names for lookup
  • lib: set size to 0 for svg images

MRs

  • cmake: correct includedir permissions by @solopasha in #7
  • Fix clang build by adjusting passed flags by @Rudolchr in #11
  • Prevent tests from crashing when manager is invalid by @earboxer in #9

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

12 Mar 00:30

Choose a tag to compare

Tiny hotfix to 0.1.3 to fix svg cursors not loading.

Fixes

  • lib: fixed svg cursors not loading properly

Full Changelog: v0.1.3...v0.1.4