hyprlock icon indicating copy to clipboard operation
hyprlock copied to clipboard

Breaking changes tracker

Open PointerDilemma opened this issue 1 year ago • 6 comments

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

PointerDilemma avatar Dec 22 '24 08:12 PointerDilemma

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

PointerDilemma avatar Dec 22 '24 08:12 PointerDilemma

With https://github.com/hyprwm/hyprlock/pull/631

BREAKING:

  • Removed input-field:dots_fade_time. Now configured via animation=inputFieldDots,...
  • Removed input-field:fail_transition. Now configured via animation=inputFieldColors,...
  • Removed general:no_fade_in and general:no_fade_out. Now configured globally via animations:enabled or via animation=fadeIn,... and animation=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.

PointerDilemma avatar Jan 06 '25 12:01 PointerDilemma

With https://github.com/hyprwm/hyprlock/pull/641

Removed $PROMPT and $FPRINTFAIL

Added $PAMPROMPT, $FPRINTPROMPT, and $FPRINTFAIL

vaxerski avatar Jan 12 '25 17:01 vaxerski

With https://github.com/hyprwm/hyprlock/pull/714

Removed the "loading bar" and it's corresponding setting general:disable_loading_bar.

PointerDilemma avatar Mar 25 '25 06:03 PointerDilemma

With #718

Moved input-field:fail_timeout to general:fail_timeout. Needed to be moved for technical reasons. Sorry for the breakage.

PointerDilemma avatar Apr 03 '25 07:04 PointerDilemma

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

PointerDilemma avatar Jun 26 '25 07:06 PointerDilemma