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

[MILESTONE RELEASE] v2.0.0

Compare
Choose a tag to compare
@lots0logs lots0logs released this 11 Jan 02:56
· 520 commits to master since this release
  • Version scheme updated for both the webkit1 and webkit2 greeters as follows:
    • {MAJOR}.{MINOR}.{UNIQUE_FIXES}
      • MAJOR: Denotes a major release. Shared by legacy webkit1 and webkit2 greeters.
      • MINOR: Denotes small changes/fixes. Also shared by webkit 1 and webkit2 greeters.
      • UNIQUE_FIXES: Denotes fixes unique to either the legacy webkit1 or webkit2 greeters.
  • Legacy Webkit1 greeter development is officially in maintenance-only mode (bug fixes only).
  • Webkit2 greeter supersedes the Webkit1 greeter and is the focus of all new development.
  • Completed API including the guest and auto-login functions.
  • API is now completely in-line with LightDM API.
  • Several functional code improvements.
  • Added Exception handling.
  • Added man page.
  • Default theme:
    • Added translations.
    • Added confirmation dialogue for system actions.
    • Theme's script was completely rewritten in ES6.
    • Use babel to compile ES6->ES5 until webkit catches up.