From 4151b989855c09d033d64bab3e1f0280485dce7e Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Wed, 26 Oct 2016 00:22:33 -0500 Subject: [PATCH] update change log --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/NEWS b/NEWS index 3e02f4e..8ae5f73 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Overview of changes in lightdm-webkit2-greeter 2.2 + + * Fixed issue where the default X cursor was shown briefly after the greeter exits. + * The JavaScript API for themes is now fully documented: https://goo.gl/0iPzA4 + * Switched build systems from Autotools to Meson. + * Moved the Theme Heartbeat from the default theme into the greeter itself. Themes no longer + need to worry about starting/stopping the heartbeat as its now handled automatically. + * Added new config option: secure_mode (enabled by default). When enabled, only local http + requests are allowed in themes. All non-local requests will be blocked. + * Updated API usage for LightDM 1.19.2+. + * antergos theme (default): + * Fixed issue with the size and position of the error messages container. + * Fixed issue that caused the spacebar and enter login shortcut keys not to work. + It's now once again possible to skip straight to password entry by pressing either + the spacebar or the enter key. + * Fixed issue where translated strings were available but not used in the theme. + * Updated translations with latest changes made by the Antergos Community on Transifex. + * simple theme: + * Removed deprecated HTML4 tags. + * Improved styles for input field. + * Add fade out animation on exit. + Overview of changes in lightdm-webkit2-greeter 2.1.6 * [HOTFIX] Support for LightDM 1.19.2+ (greeter API changes)