Releases: JezerM/web-greeter
3.5.3
3.5.2
Update web-greeter to 3.5.2
v3.5.1
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-versioncommand 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.
GreeterBroadcastEventwas delayed to 60ms, fixing some bugs.
v3.5.0
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_commobject for cross-window communication - Added
GreeterBroadcastEventfor listening to greeter_comm messages
Changes:
- Default themes migrated to Typescript
- Added background selector to gruvbox theme
tsc(typescript compiler) is now a required dependencylightdm.batteryDatadeprecated in favor oflightdm.battery_data.- Command line arguments updated:
- Added
--modeoption - Added
-das--debug, and-nas--normal - Updated bash and zsh completions
- Added
- Added Web Greeter scalable icon
- Lot of code refactoring
- Lots of improvements
- Lots of bugfixes
v3.4.1
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
v3.4.0
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
v3.3.0
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
v3.2.1
Web Greeter 3.2.1
Bugfixes... Now installable on Ubuntu LTS and recent versions with .deb package.
Changes
- Bugfixes related to older Qt versions
v3.2.0
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