- Update to version 0.4.0: This release works around an issue where the compositor gives a zero gamma size, and adds support for toggling forced modes with SIGUSR1. Support for xdg_output is also removed, as newer versions of wl_output contain the necessary output name. * Force mode on SIGUSR1 * Change steps from 25K to 10K * Calculate blend factor as double * Remove xdg-output support * Improve logging * Free output name, skip storing description * Explain the use of multiple locus better * readme: Fix the list of forced modes * Recreate controls on next set if gamma size is zero * Fix typo in manpage OBS-URL: https://build.opensuse.org/request/show/1170686 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wlsunset?expand=0&rev=5
43 lines
1.7 KiB
Plaintext
43 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Apr 23 02:19:03 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
|
|
|
- Update to version 0.4.0:
|
|
This release works around an issue where the compositor gives
|
|
a zero gamma size, and adds support for toggling forced modes
|
|
with SIGUSR1. Support for xdg_output is also removed, as newer
|
|
versions of wl_output contain the necessary output name.
|
|
* Force mode on SIGUSR1
|
|
* Change steps from 25K to 10K
|
|
* Calculate blend factor as double
|
|
* Remove xdg-output support
|
|
* Improve logging
|
|
* Free output name, skip storing description
|
|
* Explain the use of multiple locus better
|
|
* readme: Fix the list of forced modes
|
|
* Recreate controls on next set if gamma size is zero
|
|
* Fix typo in manpage
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 1 09:45:07 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
- Update to version 0.3.0:
|
|
This release includes the ability to run only on a specific output, and
|
|
contains improvements around Wayland server shutdown, manual time
|
|
handling, and FreeBSD support. Here are the changes:
|
|
|
|
* Support running only for specific outputs (displays)
|
|
* Refactor RGB & XYZ colors into structs
|
|
* meson: Copy seatd's scdoc handling
|
|
* Only set up xdg-output once
|
|
* Store enabled state on output
|
|
* Ensure step time is at least 1 second
|
|
* Move feature defines to C files
|
|
* Use timezone as time offset for manual time
|
|
* Negate longitude_time_offset
|
|
* display_dispatch: Terminate poll loop on EPIPE
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 1 02:46:10 UTC 2021 - Martin Rey <mrey@suse.com>
|
|
|
|
- Initial package wlsunset 0.2.0 for openSUSE
|