Skip to content

Releases: codam-coding-college/ansible-codam-web-greeter

codam.webgreeter v1.4.0

18 Nov 17:14
Compare
Choose a tag to compare

Reworked idle logout to work with codam-web-greeter v1.2.0 and later. A timestamp of when the screen was locked is now stored in /tmp and read by the codam-web-greeter to display remaining time before logout. We're no longer solely relying on xprintidle.

This release, combined with codam-web-greeter v1.2.0, essentially fixes the issue that caused the lock screen to be stuck when xprintidle reported an idletime of 0 seconds, even after having the screen locked for 42 minutes... when the codam-web-greeter expected the user to get logged out.

codam.webgreeter v1.3.1

18 Nov 16:40
Compare
Choose a tag to compare

Fix broken lightdm configuration after running the codam.webgreeter.revertdisplaysetup tag (see release notes for v1.3.0)

codam.webgreeter v1.3.0

11 Nov 17:48
Compare
Choose a tag to compare

⚠️ It is highly recommended to update to this version of the role due to the previously introduced support for custom screensavers resulting in excessive power usage. If you used v1.2.0 or v1.2.1 of this role in the past, you are affected. ⚠️

  • Reverted support for custom screensavers due to excessive power usage by the computers running with screen blanking disabled. It is recommended to run your site.yml with the codam.webgreeter,codam.webgreeter.revertdisplaysetup tags after updating the role to re-enable screen blanking.

⚠️ UPDATE 2024-11-18: running above tag breaks the lightdm configuration, only run this tag on v1.3.1 and higher.

  • Added the following new variables (both requiring codam-web-greeter v1.2.0 or later):
    • codam_web_greeter_theme: The theme to use for the greeter. Can be dark or light.
    • codam_web_greeter_boxed_mode: Boxed mode adds a semi-transparent background to the login/unlock forms for better readability. Can be default (no background) or boxed.

codam.webgreeter v1.2.1

19 Jul 11:50
Compare
Choose a tag to compare

⚠️ Versions 1.2.x of codam.webgreeter are deprecated and should not be used. Consider updating to v1.3.0 or later. ⚠️

  • Fixed nody-greeter not being updated on nody_greeter_version value change

codam.webgreeter v1.2.0

18 Jul 08:50
Compare
Choose a tag to compare

⚠️ Versions 1.2.x of codam.webgreeter are deprecated and should not be used. Consider updating to v1.3.0 or later. ⚠️

  • Added support for codam-web-greeter v1.1.0's custom screensavers
  • Added hooks.d tag to tasks modifying 42.common role's hooks

codam.webgreeter v1.1.0

25 Jun 11:03
Compare
Choose a tag to compare
  • Added login_wallpaper_path variable to specify the wallpaper to link for the login screen
  • Now only downloading nody-greeter deb file when it is not installed yet
  • Switched to dpkg-query to check if lightdm is installed (instead of running stat on /usr/sbin/lightdm)

codam.webgreeter v1.0.0

17 Jun 14:39
Compare
Choose a tag to compare

Initial release