Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.1 31 Dec 2024 00:12:03 |
Jan Beich (jbeich) |
x11/hyprlock: update to 0.6.1
Changes: https://github.com/hyprwm/hyprlock/releases/tag/v0.6.1
Reported by: GitHub (watch releases) |
0.6.0_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.6.0 19 Dec 2024 00:57:32 |
Jan Beich (jbeich) |
x11/hyprlock: update to 0.6.0
Changes: https://github.com/hyprwm/hyprlock/releases/tag/v0.6.0
Reported by: GitHub (watch releases) |
0.5.0 30 Oct 2024 18:03:46 |
Jan Beich (jbeich) |
x11/hyprlock: unbreak build with libc++ 19
src/renderer/widgets/IWidget.cpp:104:44: error: no member named 'current_zone'
in namespace 'std::chrono'
104 | const auto current_zone = std::chrono::current_zone();
| ~~~~~~~~~~~~~^
src/renderer/widgets/IWidget.cpp:113:44: error: no member named 'current_zone'
in namespace 'std::chrono'
113 | const auto current_zone = std::chrono::current_zone();
| ~~~~~~~~~~~~~^
Reported by: pkg-fallout |
0.5.0 23 Oct 2024 09:36:25 |
Jan Beich (jbeich) |
x11/hyprlock: update to 0.5.0
Changes: https://github.com/hyprwm/hyprlock/releases/tag/v0.5.0
Reported by: GitHub (watch releases) |
0.4.1 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.4.1 22 Jul 2024 15:19:50 |
Jan Beich (jbeich) |
x11/hyprlock: update to 0.4.1
Changes: https://github.com/hyprwm/hyprlock/releases/tag/v0.4.1
Reported by: GitHub (watch releases) |
0.4.0_1 15 Jul 2024 23:06:42 |
Jan Beich (jbeich) |
devel/hyprutils: update to 0.2.0
Changes: https://github.com/hyprwm/hyprutils/releases/tag/v0.2.0
Reported by: GitHub (watch releases) |
0.4.0 06 Jul 2024 10:41:47 |
Jan Beich (jbeich) |
x11/hyprlock: update to 0.4.0
Changes: https://github.com/hyprwm/hyprlock/releases/tag/v0.4.0
Reported by: GitHub (watch releases) |
0.3.0 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
0.3.0 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.3.0 22 Apr 2024 09:35:35 |
Jan Beich (jbeich) |
x11/hyprlock: update to 0.3.0
Changes: https://github.com/hyprwm/hyprlock/releases/tag/v0.3.0
Reported by: GitHub (watch releases) |
0.2.0 15 Mar 2024 19:35:24 |
Jan Beich (jbeich) |
x11/hyprlock: update to 0.2.0
Changes: https://github.com/hyprwm/hyprlock/releases/tag/v0.2.0
Reported by: GitHub (watch releases) |
0.1.0_1 11 Mar 2024 19:05:15 |
Jan Beich (jbeich) |
*: move FreeBSD 13.2 EOL to 2024Q3
FreeBSD 13.3 was released on 2024-03-05. The transition period is at
least 3 months but usually rounded up to almost 4 months. |
0.1.0_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.0 02 Mar 2024 00:06:36 |
Jan Beich (jbeich) |
x11/hyprlock: adapt to upstream PAM config |
0.1.0 26 Feb 2024 07:03:20 |
Jan Beich (jbeich) |
x11/hyprlock: update to 0.1.0
Changes: https://github.com/hyprwm/hyprlock/releases/tag/v0.1.0
Changes: https://github.com/hyprwm/hyprlock/compare/8969351...v0.1.0
Reported by: GitHub (watch releases) |
s20240223 24 Feb 2024 00:49:59 |
Jan Beich (jbeich) |
x11/hyprlock: add new port
Hyprland's simple, yet multi-threaded and GPU-accelerated screen
locking utility.
Features:
- uses the secure ext-session-lock protocol
- full support for fractional-scale
- fully GPU accelerated
- multi-threaded resource acquisition for no hitches
https://github.com/hyprwm/hyprlock |