Skip to content

Tags: google/xsecurelock

Tags

v1.9.0

Toggle v1.9.0's commit message
Can now disable the keyboard layout display!

v1.8.0

Toggle v1.8.0's commit message
Release version 1.8.0.

Changes:

- authproto_pam: all pam_setcred.
- main: detect current Xss state at startup.
- main: wakeup on SIGUSR2.
- saver_mpv: perform playlist looping inside mpv.
- saver_multiplex: export screen saver index as XSCREENSAVER_SAVER_INDEX to
  sub-savers.
- XSECURELOCK_MULTIPLEX_BACKGROUND_COLOR: configurable background color.
- XSECURELOCK_SAVER_DELAY_MS: allow sleeping before mapping windows, for
  smoother initialization of children.
- XSECURELOCK_VIDEOS_FLAGS: flags for mpv (and also mplayer).

v1.7.0

Toggle v1.7.0's commit message
Release version 1.7.0.

Changes:

* Auth cursor blinking can now be disabled with `XSECURELOCK_AUTH_CURSOR_BLINK=0`.
* The white obscurer window now also shows a text indicating why the user sees it.

v1.6.0

Toggle v1.6.0's commit message
Release version 1.6.0.

v1.5.1

Toggle v1.5.1's commit message
Release version 1.5.1.

Changes:

- XSECURELOCK_FORCE_GRAB no longer sometimes fails to re-map the unmapped
  windows in case locking fails despite the forcing. Previously, a missing XSync
  call led to the re-mapping sometimes not taking effect.

v1.5.0

Toggle v1.5.0's commit message
Release version 1.5.0.

Changes:

- Always wake up from mouse motion events.
- Set PAM_RHOST to "localhost" as recommended by the Linux-PAM manual; add a
  feature to disable setting this field entirely as a workaround for
  pam_fprintd.
- Remove some stderr spam.
- Detect VNC and Chrome Remote Desktop servers and refuse to lock them, as
  locking them would not make much sense (can be overridden).
- Allow the helpers directory to be recreated while xsecurelock is running.
  Fixes issues like "cannot unlock after unattended package upgrade".

v1.4.0

Toggle v1.4.0's commit message
Changes:

- clear window when raised to workaround graphics driver issues
- Add password promt choices (hidden, asterisks, cursor, disco, emoji, ...)

v1.3.3

Toggle v1.3.3's commit message
Changes:

- Dimmer: run at exact specified fps, not minimum fps
- Fix packaging of run-iwyu.sh

v1.3.2

Toggle v1.3.2's commit message
Release version 1.3.2

Changes:
- Improve displaymarker randomness
- Minor fixes in saver_livestreams and build-release.sh

v1.3.1

Toggle v1.3.1's commit message
Release version 1.3.1.

Changes:
- Release process is now automated.
- Some garbage files in 1.3 (test/*.o) are no longer included.