Florian
b57fc72f11
+ A standard, nice update + Fixes: - docs: mention timeouts to be > 0 - core: initialize C shape data fully + Other: - Add wiki to readme - only alloc as much as needed when reading in cursor images - Use XDG_DATA_DIRS to query themes - nix: pkg: add missing dep xcur2png - Correction in hotspot coordinates documentation OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprcursor?expand=0&rev=7
76 lines
2.5 KiB
Plaintext
76 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Dec 20 14:37:57 UTC 2024 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
|
|
|
- Update to version 0.1.10:
|
|
+ A standard, nice update
|
|
+ Fixes:
|
|
- docs: mention timeouts to be > 0
|
|
- core: initialize C shape data fully
|
|
+ Other:
|
|
- Add wiki to readme
|
|
- only alloc as much as needed when reading in cursor images
|
|
- Use XDG_DATA_DIRS to query themes
|
|
- nix: pkg: add missing dep xcur2png
|
|
- Correction in hotspot coordinates documentation
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 10 17:39:28 UTC 2024 - Florian "spirit" <sp1rit@disroot.org>
|
|
|
|
- Update to version 0.1.9:
|
|
+ A small housekeeping update with a few minor patches.
|
|
+ Fixes:
|
|
- fixed nearest size search for png cursor themes
|
|
- Fixed getconf command in build instructions
|
|
- add option to not use default fallbacks (env and first
|
|
available)
|
|
|
|
- Changes from version 0.1.8:
|
|
+ A minor update with some cleanups
|
|
+ Fixes:
|
|
- util: fixed printing overrides
|
|
- Count cursor-less themes as invalid
|
|
+ Other:
|
|
- Add validation for cursor file names and propagate the error
|
|
from parsing HL cursor
|
|
- Properly report error on zip_close
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 13 17:27:14 UTC 2024 - Florian "sp1rit" <sp1rit@disroot.org>
|
|
|
|
- Update to 0.1.7:
|
|
+ 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
|
|
|
|
- Changes from update 0.1.6:
|
|
+ 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
|
|
|
|
- Changes from update 0.1.5:
|
|
+ A small update to fix a few minor annoyances.
|
|
+ New stuff:
|
|
- 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
|
|
|
|
- Dropped "fix_include_dir_permissions.patch" as the fix has been
|
|
included upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 16 19:45:21 UTC 2024 - Florian "sp1rit" <sp1rit@disroot.org>
|
|
|
|
- Initial packaging of verion 0.1.4
|