- Update to version 0.1.7:
- core: log when ScreenSaver interface is already registered by
@PaideiaDilemma in #133
- clang-tidy: fix some errors by @Honkazel in #143
- feat: support source option for additional config files by
@martabal in #144
- core: guard against dbus logind interface not existing and
check if on_(un)lock_cmd is empty by @PaideiaDilemma in #151
- Add ability to ignore Wayland idle inhibitors by @ChrisHixon in
#155
- Ignore idle inhibition per-listener by @ChrisHixon in #158
- nix: use gcc15 by @FridayFaerie in #159
- Add a --help option by @ShyAssassin in #160
OBS-URL: https://build.opensuse.org/request/show/1305549
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hypridle?expand=0&rev=9
80 lines
3.3 KiB
Plaintext
80 lines
3.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 10 20:04:30 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
- Update to version 0.1.7:
|
|
- core: log when ScreenSaver interface is already registered by
|
|
@PaideiaDilemma in #133
|
|
- clang-tidy: fix some errors by @Honkazel in #143
|
|
- feat: support source option for additional config files by
|
|
@martabal in #144
|
|
- core: guard against dbus logind interface not existing and
|
|
check if on_(un)lock_cmd is empty by @PaideiaDilemma in #151
|
|
- Add ability to ignore Wayland idle inhibitors by @ChrisHixon in
|
|
#155
|
|
- Ignore idle inhibition per-listener by @ChrisHixon in #158
|
|
- nix: use gcc15 by @FridayFaerie in #159
|
|
- Add a --help option by @ShyAssassin in #160
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 3 12:25:40 UTC 2025 - Michal Hrusecky <michal@hrusecky.net>
|
|
|
|
- Update to version 0.1.6:
|
|
* Added --version
|
|
* Added support for hyprland-lock-notify protocol
|
|
* core: implement hyprlock-lock-notify-v1 functionality (gh#hyprwm/hypridle#122)
|
|
* clang-tidy and comp fixes (gh#hyprwm/hypridle#126)
|
|
* core: fix sleep delay and simplify process spawning (gh#hyprwm/hypridle#127)
|
|
* assets: update example.conf (gh#hyprwm/hypridle#137)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 10 21:13:41 UTC 2024 - malcolmlewis@opensuse.org
|
|
|
|
- Update to version 0.1.5:
|
|
* Tiny update to fix dbus inhibitor locks not being decremented
|
|
properly.
|
|
* Core: handleDbusScreensaver must return uint32,
|
|
(gh#hyprwm/hypridle#98).
|
|
- Changes from version 0.1.4:
|
|
* Sdbus-cpp -> moved to >=2.0.0
|
|
* Core: move to sdbus-cpp2, (gh#hyprwm/hypridle#96).
|
|
- Changes from version 0.1.3:
|
|
* Add support for systemd-inhibit idle block inhibits,
|
|
(gh#hyprwm/hypridle#57).
|
|
* Use separate ignore_systemd_inhibit config param for systemd.
|
|
Register ScreenSaver object under multiple paths,
|
|
(gh#hyprwm/hypridle#59).
|
|
* Fixed getconf command in build instructions,
|
|
(gh#hyprwm/hypridle#60).
|
|
* Reset timers after inhibitor has been taken off if idled,
|
|
(gh#hyprwm/hypridle#72).
|
|
* Config: use hyprutils helper, (gh#hyprwm/hypridle#77).
|
|
* Fix running without logind, (gh#hyprwm/hypridle#76).
|
|
* Typo fix hyprlock->hypridle, (gh#hyprwm/hypridle#82).
|
|
* Include Log.hpp in main, (gh#hyprwm/hypridle#87).
|
|
* Flush cout buffer automatically, (gh#hyprwm/hypridle#88).
|
|
* Nix: add wayland-scanner native build input,
|
|
(gh#hyprwm/hypridle#89).
|
|
* Do not crash if the last CLI parameter was -c,
|
|
(gh#hyprwm/hypridle#92).
|
|
* Core: release inhibit cookies on app disconnect from dbus,
|
|
(gh#hyprwm/hypridle#93).
|
|
- Add build requires on pkgconfig(hyprutils).
|
|
- Add build requires on Hyprland for directory ownership.
|
|
- Add default hypridle.conf now installed from the source, but
|
|
retain example.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 22 23:05:09 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
|
|
|
- Update to version 0.1.2:
|
|
* Add a -c|--config flag to set a config path
|
|
* Fix typo and check correct grandchild PID in spawn()
|
|
* Added systemd service
|
|
* fix systemd service install path
|
|
* fix systemd service exec path
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 4 21:39:19 UTC 2024 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
|
|
|
- Initial package for hypridle version 0.1.1
|