Skip to content

Releases: JezerM/web-greeter

3.5.3

30 Mar 22:31
Compare
Choose a tag to compare
Update web-greeter to 3.5.3

3.5.2

11 Jan 06:41
Compare
Choose a tag to compare
Update web-greeter to 3.5.2

v3.5.1

13 Aug 20:40
7a7b4a5
Compare
Choose a tag to compare

Web Greeter 3.5.1

There isn't a lot of changes here, however they are significant.

The --api-version command line argument was added. This version variable starts from 1.0.0, which covers web-greeter v3.5.0 and nody-greeter v1.5.0.

Changes

  • Added --api-version command line argument, starting at 1.0.0
  • Removed themes in favor of web-greeter-themes submodule.
  • Reduced signal execution to 60ms, which should make web-greeter to feel faster. GreeterBroadcastEvent was delayed to 60ms, fixing some bugs.

v3.5.0

12 Jul 18:53
18060ee
Compare
Choose a tag to compare

Web Greeter 3.5.0

I've been busy these past few months, without any update... but now here is one! A big one!

Finally, we got Multi-monitor support from nody-greeter, as well as Typescript based themes and background selector for gruvbox. Also, for branding, a svg icon was added.

Added:

  • Added multi-monitor support from nody-greeter
  • Added greeter_comm object for cross-window communication
  • Added GreeterBroadcastEvent for listening to greeter_comm messages

Changes:

  • Default themes migrated to Typescript
  • Added background selector to gruvbox theme
  • tsc (typescript compiler) is now a required dependency
  • lightdm.batteryData deprecated in favor of lightdm.battery_data.
  • Command line arguments updated:
    • Added --mode option
    • Added -d as --debug, and -n as --normal
    • Updated bash and zsh completions
  • Added Web Greeter scalable icon
  • Lot of code refactoring
  • Lots of improvements
  • Lots of bugfixes

Full changelog

v3.4.1

10 Apr 22:33
bfab72f
Compare
Choose a tag to compare

Web Greeter 3.4.1

Some bugfixes and some new features.

Changes

  • Fix build process
  • Fix typos in README
  • Handle lightdm_start_session errors
  • Fix positioning on multiple screens, thanks to @guillaumeboehm
  • Fix exception when user list is empty, thanks to @rda0

Full changelog

v3.4.0

22 Mar 16:40
24ba29c
Compare
Choose a tag to compare

Web Greeter 3.4.0

Lots of improvements! Theme development should be easier now from web-greeter devtools. The build process now should be easier to maintain, to diagnose, and less prone to errors. Additionally, the releases now provides a deb file for Debian as well; thanks to @MateuszStudiosCompany.

Added:

  • Added top Menu-bar menus and items
  • Improve devtools qdock behavior

Changes:

  • Bugfixes related to LightDM signals
  • Fix web-greeter initialization issues
  • Migrate from utils.sh script to full Makefile
  • Man-pages updated

Removed:

  • Remove python-xlib dependency in favor of python C binding

Full changelog

v3.3.0

28 Jan 23:25
d9e6f2a
Compare
Choose a tag to compare

Web Greeter 3.3.0

Lots of bugfixes and improvements! Reduced the incompatibility with nody-greeter. Brightness control should be smoother now~

Changes:

  • Bugfixes related to LightDM signals
  • Allow --no-sandbox argument
  • Allowed relative path with theme_utils.dirlist
  • Added brightness controller to use instead of external programs

Full changelog

v3.2.1

12 Dec 03:03
a0e808f
Compare
Choose a tag to compare

Web Greeter 3.2.1

Bugfixes... Now installable on Ubuntu LTS and recent versions with .deb package.

Changes

  • Bugfixes related to older Qt versions

Full changelog

v3.2.0

08 Dec 21:13
75454e1
Compare
Choose a tag to compare

Web Greeter 3.2.0 released~

It's been a "long time" since a new web-greeter version was released, but now it's here, refined and better than ever!

Changes

  • Default build system reverted to zippy method
  • Battery bugfixes
  • QWebChannel and Web Greeter bundle merged as one file
    • LightDM API should be instantly accessible
  • Lots of bugfixes

Full changelog

v3.1.1

27 Oct 22:00
3d8c558
Compare
Choose a tag to compare

web-greeter 3.1.1

Just some bugfixes

Changes

  • Bugfixes, just bugfixes