Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking changes tracker #597

Open
PaideiaDilemma opened this issue Dec 22, 2024 · 3 comments
Open

Breaking changes tracker #597

PaideiaDilemma opened this issue Dec 22, 2024 · 3 comments

Comments

@PaideiaDilemma
Copy link
Collaborator

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:

@PaideiaDilemma
Copy link
Collaborator Author

NOT in the release notes of 0.6.0 (yet? @vaxerski):

With #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

@hyprwm hyprwm locked and limited conversation to collaborators Dec 22, 2024
@PaideiaDilemma PaideiaDilemma pinned this issue Dec 22, 2024
@PaideiaDilemma
Copy link
Collaborator Author

With #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.

@vaxerski
Copy link
Member

vaxerski commented Jan 12, 2025

With #641

Removed $PROMPT and $FPRINTFAIL

Added $PAMPROMPT, $FPRINTPROMPT, and $FPRINTFAIL

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants