File tree 3 files changed +16
-5
lines changed
3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
4
15
5
16
** Changes:**
6
17
Original file line number Diff line number Diff line change 1
1
Package: web-greeter
2
- Version: 3.2.1
2
+ Version: 3.3.0
3
3
Provides: lightdm-greeter
4
4
Replaces: lightdm-webkit-greeter
5
5
Section: x11
Original file line number Diff line number Diff line change 68
68
"debug_mode" : False ,
69
69
"theme_dir" : "/usr/share/web-greeter/themes/" ,
70
70
"version" : {
71
- "full" : "3.2.1 " ,
71
+ "full" : "3.3.0 " ,
72
72
"major" : 3 ,
73
- "minor" : 2 ,
74
- "micro" : 1 ,
73
+ "minor" : 3 ,
74
+ "micro" : 0 ,
75
75
},
76
76
}
77
77
}
You can’t perform that action at this time.
0 commit comments