Skip to content

v3.0.0

Compare
Choose a tag to compare
@JezerM JezerM released this 28 Jul 16:29
· 179 commits to master since this release
7d8c17c

3.0.0 arrives

Finally, I think this is ready to use, with a lot of changes from 2.2.4 release

Thanks to Antergos team for leaving a good guide about how this could evolve.

Changes

Added:

  • New themes: gruvbox (default) and dracula
  • Added newer documentation
  • Support for brightness control
  • Support for battery status
  • Support for ES2020, as using Chrome 83
  • Improved mock.js system
  • Better debug logging
  • Custom cursor theme option as icon_theme
  • Vendors added:
    • material-icons added
  • Tab completion for web-greeter command

Changed:

  • lightdm-webkit2-greeter name changed to web-greeter
  • Webkit2Gtk replaced with PyQtWebEngine
    • Migrated from C to Python
  • Man-pages updated
  • Updated API usage for LightDM 1.26.0
  • lightdm.start_session_sync replaced with lightdm.start_session method
  • greeterutil renamed to theme_utils
  • config renamed to greeter_config
  • lightdm-webkit2-greeter.conf renamed to web-greeter.yml
  • Themes are now installed inside /usr/share/web-greeter/themes
  • Vendors updated:
    • js-cookie updated
    • fontawesome updated, now in _vendor/fontawesome/
  • Previous deprecated methods and properties were removed.

Removed:

  • Antergos theme removed
  • Vendors removed:
    • jQuery removed, as now we are in 2021
    • moment.js removed. Use Intl
    • Bootstrap removed. Include it in theme if needed.
  • time_format config option removed
  • Transifex removed, sadly

Full Changelog