Skip to content

Releases: hyprwm/hypridle

v0.1.5

02 Nov 15:30
Compare
Choose a tag to compare

Tiny update to fix dbus inhibitor locks not being decremented properly.

MRs

  • core: handleDbusScreensaver must return uint32 by @andresilva in #98

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

v0.1.4

22 Oct 23:48
Compare
Choose a tag to compare

A small update moving to sdbus-cpp 2.0

Notes for packagers

  • sdbus-cpp -> moved to >=2.0.0

MRs

New Contributors

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

v0.1.3

21 Oct 18:09
Compare
Choose a tag to compare

An update with various fixes and improvements from our amazing community :)

MRs

  • Add support for systemd-inhibit idle block inhibits by @yawor in #57
  • Use separate ignore_systemd_inhibit config param for systemd. Register ScreenSaver object under multiple paths. by @yawor in #59
  • Fixed getconf command in build instructions by @pebble-24 in #60
  • Reset timers after inhibitor has been taken off if idled by @Elvyria in #72
  • Config: use hyprutils helper by @fufexan in #77
  • Fix running without logind by @gnusenpai in #76
  • typo fix hyprlock->hypridle by @eteq in #82
  • Include Log.hpp in main by @BBaoVanC in #87
  • Flush cout buffer automatically by @BBaoVanC in #88
  • nix: add wayland-scanner native build input by @andresilva in #89
  • Do not crash if the last CLI parameter was -c by @MAKMED1337 in #92
  • core: release inhibit cookies on app disconnect from dbus by @andresilva in #93

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

18 Apr 20:36
Compare
Choose a tag to compare

Small update with some QoL MRs.

MRs

  • Add a -c|--config flag to set a config path by @aruhier in #25
  • Fix typo and check correct grandchild PID in spawn() by @lucasreis1 in #34
  • Added systemd service by @alba4k in #45
  • fix systemd service install path by @alba4k in #46
  • fix systemd service exec path by @alba4k in #47

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Feb 16:07
Compare
Choose a tag to compare

An update with a bunch of QoL fixes.

Fixes

  • handle dbus before/after sleep
  • idle: ignore if inhibit locked

MRs

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Feb 23:42
Compare
Choose a tag to compare

First release of hypridle.

Full Changelog: c651d3c...v0.1.0