Browse Source

Updating to 3.3.0

sisyphus
JezerM 3 years ago
parent
commit
d9e6f2a60c
No known key found for this signature in database
GPG Key ID: 66BBC5D01388C6B5
  1. 13
      NEWS.md
  2. 2
      build/DEBIAN/control
  3. 6
      src/config.py

13
NEWS.md

@ -1,6 +1,17 @@
# Change Log
## [3.2.1](https://github.com/JezerM/web-greeter/tree/3.2.0) ~ 12-11-2021
## [3.3.0](https://github.com/JezerM/web-greeter/tree/3.2.0) ~ 01-28-2022
**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](https://github.com/JezerM/web-greeter/compare/3.2.1...3.3.0)
## [3.2.1](https://github.com/JezerM/web-greeter/tree/3.2.1) ~ 12-11-2021
**Changes:**

2
build/DEBIAN/control

@ -1,5 +1,5 @@
Package: web-greeter
Version: 3.2.1
Version: 3.3.0
Provides: lightdm-greeter
Replaces: lightdm-webkit-greeter
Section: x11

6
src/config.py

@ -68,10 +68,10 @@ web_greeter_config = {
"debug_mode": False,
"theme_dir": "/usr/share/web-greeter/themes/",
"version": {
"full": "3.2.1",
"full": "3.3.0",
"major": 3,
"minor": 2,
"micro": 1,
"minor": 3,
"micro": 0,
},
}
}

Loading…
Cancel
Save