Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Releases: Antergos/web-greeter

v3.0.0alpha5

13 Feb 01:53
Compare
Choose a tag to compare
v3.0.0alpha5 Pre-release
Pre-release
Fix build script to properly handle DESTDIR and PREFIX options.

[HOTFIX] v2.2.2

19 Jan 02:47
Compare
Choose a tag to compare
  • See the Change Log for an overview of what's new in this release.

[BUG FIX] v2.2.1

26 Dec 11:20
Compare
Choose a tag to compare

Overview of changes in lightdm-webkit2-greeter 2.2.1

  • Increased the timeout for the "theme loaded" check to ensure themes are given enough time to load (when running on less powerful systems). (GH #98)
  • Fixed issue where users' custom .face image failed to load. (GH #98)

[MILESTONE RELEASE] v2.2

18 Dec 22:32
Compare
Choose a tag to compare

Overview of changes in lightdm-webkit2-greeter 2.2

  • Fixed issue where the ugly 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.
  • Removed the Theme Heartbeat system.
  • Added Theme Error Recovery System that will alert the user when errors are detected during JavaScript execution and give them the option to to load a fallback theme.
  • 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+.
  • Updated bundled JS & CSS vendor libs to their latest versions.
  • Added two new options to the greeter config file which make it possible to override the language and format used by the greeter when displaying the current time.
  • Added new theme utility method for getting the current localized time.
  • Updated translations with latest changes contributed by the Antergos Community on Transifex.
  • 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 by the theme.
    • Updated theme for compatibility with the latest jQuery.
    • Enhanced styles for buttons and user list-box items.
  • simple theme:
    • Removed deprecated HTML4 tags.
    • Improved styles for input field.
    • Add fade out animation on exit.

[HOTFIX] v2.1.6

17 Oct 07:38
Compare
Choose a tag to compare

Overview of changes in lightdm-webkit2-greeter 2.1.6

  • Support for LightDM 1.19.2+ (greeter API changes)

[HOTFIX] v2.1.5

14 Oct 05:08
Compare
Choose a tag to compare

Overview of changes in lightdm-webkit2-greeter 2.1.5

  • Remove old code related to GDKWindow filters as it is no longer necessary and actually causes issues with webkitgtk 2.14+.

[HOTFIX] v2.1.5rc1

14 Oct 04:19
Compare
Choose a tag to compare
[HOTFIX] v2.1.5rc1 Pre-release
Pre-release
Prepare for hotfix release.

[MAINTENANCE] v2.1.4

27 Apr 06:19
Compare
Choose a tag to compare
  • Implemented a theme heartbeat to allow the greeter to detect and respond to theme failures.
  • Updated translations.

[RELEASE CANDIDATE] v2.1.4rc1

19 Apr 13:16
Compare
Choose a tag to compare
Pre-release
  • Fix background switcher bug
  • Add theme heartbeat to detect theme failures and perform fallback measures.

[BUG FIX] v2.1.3

16 Apr 04:26
Compare
Choose a tag to compare

Overview of changes in lightdm-webkit2-greeter 2.1.3

  • Implemented work-around in default theme for webkit2gtk localStorage bug.
  • Moved vendor css, js, & font files into top level _vendor directory for easy access from any theme that needs them.
  • Fix time format when no value is cached.
  • Fix empty session dropdown when no session is cached.