Skip to content

Commit d9e6f2a

Browse files
committed
Updating to 3.3.0
1 parent d49b55d commit d9e6f2a

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

NEWS.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22

3-
## [3.2.1](https://github.com/JezerM/web-greeter/tree/3.2.0) ~ 12-11-2021
3+
## [3.3.0](https://github.com/JezerM/web-greeter/tree/3.2.0) ~ 01-28-2022
4+
5+
**Changes:**
6+
7+
* Bugfixes related to LightDM signals
8+
* Allow --no-sandbox argument
9+
* Allowed relative path with theme_utils.dirlist
10+
* Added brightness controller to use instead of external programs
11+
12+
[Full changelog](https://github.com/JezerM/web-greeter/compare/3.2.1...3.3.0)
13+
14+
## [3.2.1](https://github.com/JezerM/web-greeter/tree/3.2.1) ~ 12-11-2021
415

516
**Changes:**
617

build/DEBIAN/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: web-greeter
2-
Version: 3.2.1
2+
Version: 3.3.0
33
Provides: lightdm-greeter
44
Replaces: lightdm-webkit-greeter
55
Section: x11

src/config.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
"debug_mode": False,
6969
"theme_dir": "/usr/share/web-greeter/themes/",
7070
"version": {
71-
"full": "3.2.1",
71+
"full": "3.3.0",
7272
"major": 3,
73-
"minor": 2,
74-
"micro": 1,
73+
"minor": 3,
74+
"micro": 0,
7575
},
7676
}
7777
}

0 commit comments

Comments
 (0)