Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.6 29 Mar 2025 00:18:59
    |
Jan Beich (jbeich)  |
x11/hypridle: update to 0.1.6
Changes: https://github.com/hyprwm/hypridle/releases/tag/v0.1.6
Reported by: GitHub (watch releases) |
0.1.5_4 29 Mar 2025 00:18:57
    |
Jan Beich (jbeich)  |
x11/hypridle: avoid casting integer to string
src/core/Hypridle.cpp:508:131: error: non-constant-expression cannot be narrowed
from type 'pid_t' (aka 'int') to 'uint32_t' (aka 'unsigned int') in initializer
list [-Wc++11-narrowing]
508 |
proxy->callMethod("GetSessionByPID").onInterface("org.freedesktop.ConsoleKit.Manager").withArguments(std::string{uint32_t{getpid()}}).storeResultsTo(path);
|
^~~~~~~~
src/core/Hypridle.cpp:508:131: note: insert an explicit cast to silence this
issue
508 |
proxy->callMethod("GetSessionByPID").onInterface("org.freedesktop.ConsoleKit.Manager").withArguments(std::string{uint32_t{getpid()}}).storeResultsTo(path);
|
^~~~~~~~
|
static_cast<uint32_t>(
)
src/core/Hypridle.cpp:508:122: error: non-constant-expression cannot be narrowed
from type 'uint32_t' (aka 'unsigned int') to 'char' in initializer list
[-Wc++11-narrowing]
508 |
proxy->callMethod("GetSessionByPID").onInterface("org.freedesktop.ConsoleKit.Manager").withArguments(std::string{uint32_t{getpid()}}).storeResultsTo(path);
|
^~~~~~~~~~~~~~~~~~
src/core/Hypridle.cpp:508:122: note: insert an explicit cast to silence this
issue
508 |
proxy->callMethod("GetSessionByPID").onInterface("org.freedesktop.ConsoleKit.Manager").withArguments(std::string{uint32_t{getpid()}}).storeResultsTo(path);
|
^~~~~~~~~~~~~~~~~~
|
static_cast<char>()
Exposed by -Wno-narrowing removal in v0.1.6. |
0.1.5_3 28 Jan 2025 00:58:41
    |
Jan Beich (jbeich)  |
devel/hyprutils: update to 0.5.0
Changes: https://github.com/hyprwm/hyprutils/releases/tag/v0.5.0
Reported by: GitHub (watch releases) |
0.1.5_2 24 Jan 2025 20:18:31
    |
Jan Beich (jbeich)  |
devel/hyprutils: update to 0.4.0
Changes: https://github.com/hyprwm/hyprutils/releases/tag/v0.4.0
Reported by: GitHub (watch releases) |
0.1.5_1 23 Dec 2024 23:03:03
    |
Jan Beich (jbeich)  |
devel/hyprutils: update to 0.3.0
Changes: https://github.com/hyprwm/hyprutils/releases/tag/v0.3.0
Reported by: GitHub (watch releases) |
0.1.5 02 Nov 2024 17:19:28
    |
Jan Beich (jbeich)  |
x11/hypridle: update to 0.1.5
Changes: https://github.com/hyprwm/hypridle/releases/tag/v0.1.5
Reported by: GitHub (watch releases) |
0.1.4 23 Oct 2024 09:36:22
    |
Jan Beich (jbeich)  |
x11/hypridle: update to 0.1.4
Changes: https://github.com/hyprwm/hypridle/releases/tag/v0.1.4
Reported by: GitHub (watch releases) |
0.1.3 23 Oct 2024 09:36:20
    |
Jan Beich (jbeich)  |
devel/sdbus-cpp: update to 2.0.0
Changes: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v2.0.0
Reported by: GitHub (watch releases) |
0.1.3 22 Oct 2024 00:54:11
    |
Jan Beich (jbeich)  |
x11/hypridle: update to 0.1.3
Changes: https://github.com/hyprwm/hypridle/releases/tag/v0.1.3
Reported by: GitHub (watch releases) |
0.1.2 01 Oct 2024 18:56:20
    |
Rene Ladan (rene)  |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
0.1.2 10 Jun 2024 16:55:08
    |
Jan Beich (jbeich)  |
*: move FreeBSD 14.0 EOL to 2024Q4
FreeBSD 14.1 was released on 2024-06-04. The transition period is at
least 3 months but usually rounded up to almost 4 months. |
0.1.2 18 Apr 2024 23:00:21
    |
Jan Beich (jbeich)  |
x11/hypridle: update to 0.1.2
Changes: https://github.com/hyprwm/hypridle/releases/tag/v0.1.2
Reported by: GitHub (watch releases) |
0.1.1_1 08 Mar 2024 18:30:15
    |
Jan Beich (jbeich)  |
devel/hyprlang: update to 0.5.0
Changes: https://github.com/hyprwm/hyprlang/releases/tag/v0.5.0
Reported by: GitHub (watch releases) |
0.1.1 28 Feb 2024 16:36:26
    |
Jan Beich (jbeich)  |
x11/hypridle: update to 0.1.1
Changes: https://github.com/hyprwm/hypridle/releases/tag/v0.1.1
Reported by: GitHub (watch releases) |
0.1.0 27 Feb 2024 16:51:15
    |
Jan Beich (jbeich)  |
x11/hypridle: unbreak build with libc++ 16
In file included from src/config/ConfigManager.cpp:1:
In file included from src/config/ConfigManager.hpp:3:
src/config/../helpers/Log.hpp:56:27: error: no member named 'vformat' in
namespace 'std'
std::cout << std::vformat(fmt, std::make_format_args(args...)) << "\n";
~~~~~^
src/config/../helpers/Log.hpp:56:45: error: no member named 'make_format_args'
in namespace 'std'
std::cout << std::vformat(fmt, std::make_format_args(args...)) << "\n";
~~~~~^
Reported by: pkg-fallout |
0.1.0 26 Feb 2024 13:14:11
    |
Jan Beich (jbeich)  |
x11/hypridle: adjust consolekit2 comment |
0.1.0 23 Feb 2024 04:12:13
    |
Jan Beich (jbeich)  |
x11/hypridle: add new port
Hyprland's idle daemon. Requires logind or consolekit2 session.
Features:
- based on the ext-idle-notify-v1 wayland protocol
- support for dbus' loginctl commands (lock / unlock / before-sleep)
- support for dbus' inhibit (used by e.g. firefox / steam)
https://github.com/hyprwm/hypridle |