Skip to content

Releases: prikhi/lightdm-mini-greeter

v0.5.1 - Fix Crash From Missing Config Option

02 Mar 00:24
0.5.1
0f51aba
Compare
Choose a tag to compare
* Fix crash when `password-alignment` option is missing from configuration
  file.

v0.5.0 - More Password Customization & Bug Fixes

24 Feb 04:39
0.5.0
9598876
Compare
Choose a tag to compare
* Allow setting the `password-alignment` option to `center`, in addition to
  `left` or `right`.
* Add a `password-border-radius` configuration option to set the border radius
  of the password input.
* Add a `password-character` configuration option to set the character used to
  mask the entered password. `-1` specifies the default character, `0` hides
  any entered text, & the first character is used for any other value.
* Add a `password-input-width` configuration option to set the number of
  characters that should fit in the password input. This is just a suggested
  width - GTK may render a narrower input.
* Add a `show-image-on-all-monitors` configuration option to display the
  background image on every monitor instead of just the primary monitor.

* Ensure the mouse cursor is always hidden.
* Disable the password input while authenticating. This fixes a bug causing
  lightdm to crash if the greeter tried authenticating before a previous
  authentication attempt had completed.
* Ignore any trailing whitespace in the `user`, `mod-key`, &
  `password-alignment` configuration options.

* Improve error message when configuration file is unreadable.
* Document how to make configuration file a symlink into home directories.

v0.4.0 - Password & Font Configuration

04 Apr 05:01
0.4.0
6fa1d1f
Compare
Choose a tag to compare
* Add `font-weight` & `font-style` options to customize the bolding &
  italicizing of all text.
* Add `password-border-color` & `password-border-width` options for
  customizing the password input's border independently of the main
  window's border.
* Add a `password-alignment` option to customize the alignment of the
  text in the password input.
* Add an `invalid-password-text` option to customize the wrong password
  error text.

* Fix default path to config file if not set by autotools.

* Use the alternatives system for Debian-based builds.

v0.3.4 - Background Color Hotfix

02 Nov 14:17
0.3.4
4244751
Compare
Choose a tag to compare
* Fix flashing of password input on start.
* Fix background color on primary monitor when background image is not set.

v0.3.3 - Background, Builds, & Selector Fixes

01 Nov 23:10
0.3.3
b1386a2
Compare
Choose a tag to compare
* Fix background image aligment in multi-head configurations.
* Fix builds with liblightdm v1.19.1 and below.
* Fix customization of label colors.