Breaking changes tracker
This issue serves as a tracker for breaking changes in -git.
Subscribe to this issue if you want to be notified.
Please note that if you do not use -git, you should read release notes instead, as they will also have all the breaking changes.
See also:
- Breaking changes tracker for Hyprland: https://github.com/hyprwm/Hyprland/issues/8424
NOT in the release notes of 0.6.0 (yet? @vaxerski):
With https://github.com/hyprwm/hyprlock/pull/578 BREAKING:
- general:pam_module -> auth:pam:module
- general:enable_fingerprint -> auth:fingerprint:enabled
- general:fingerprint_ready_message -> auth:fingerprint:ready_message
- general:fingerprint_present_message -> auth:fingerprint:present_message
With https://github.com/hyprwm/hyprlock/pull/631
BREAKING:
- Removed
input-field:dots_fade_time. Now configured viaanimation=inputFieldDots,... - Removed
input-field:fail_transition. Now configured viaanimation=inputFieldColors,... - Removed
general:no_fade_inandgeneral:no_fade_out. Now configured globally viaanimations:enabledor viaanimation=fadeIn,...andanimation=fadeOut,...
For example:
- Turn off fade in and fade out:
animation=fade,0,0,default - Turn off fade out only:
animation=fadeOut,0,0,default - Turn off dots fading:
animation=inputFieldDots,0,0,default
See updated wiki about hyprlock's animations.
With https://github.com/hyprwm/hyprlock/pull/641
Removed $PROMPT and $FPRINTFAIL
Added $PAMPROMPT, $FPRINTPROMPT, and $FPRINTFAIL
With https://github.com/hyprwm/hyprlock/pull/714
Removed the "loading bar" and it's corresponding setting general:disable_loading_bar.
With #718
Moved input-field:fail_timeout to general:fail_timeout.
Needed to be moved for technical reasons. Sorry for the breakage.
With #802
Removed general:grace. Grace is now exclusively configured via the --grace cli option.
So you now have to specify the amount of grace in your hyprlock launch command.
See also https://github.com/hyprwm/hyprlock/issues/782