Skip to content

Commit 24ba29c

Browse files
committed
Updating to 3.4.0
1 parent b387cba commit 24ba29c

File tree

4 files changed

+55
-4
lines changed

4 files changed

+55
-4
lines changed

NEWS.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log
22

3+
## [3.3.0](https://github.com/JezerM/web-greeter/tree/3.3.0) ~ 03-22-2022
4+
5+
**Added:**
6+
7+
* Added top Menu-bar menus and items
8+
* Improve devtools qdock behavior
9+
10+
**Changes:**
11+
12+
* Bugfixes related to LightDM signals
13+
* Fix web-greeter initialization issues
14+
* Migrate from utils.sh script to full Makefile
15+
* Man-pages updated
16+
17+
**Removed:**
18+
19+
* Remove python-xlib dependency in favor of python C binding
20+
21+
[Full changelog](https://github.com/JezerM/web-greeter/compare/3.3.0...3.4.0)
22+
323
## [3.3.0](https://github.com/JezerM/web-greeter/tree/3.2.0) ~ 01-28-2022
424

525
**Changes:**

build/DEBIAN/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Package: web-greeter
2-
Version: 3.3.0
2+
Version: 3.4.0
33
Provides: lightdm-greeter
44
Replaces: lightdm-webkit-greeter
55
Section: x11
66
Priority: optional
77
Homepage: https://github.com/JezerM/web-greeter
8-
Installed-Size: 15276
8+
Installed-Size: 15288
99
Architecture: all
1010
Maintainer: JezerM <[email protected]>
1111
Depends: liblightdm-gobject-1-0, liblightdm-gobject-1-dev, python3, python3-gi, python3-pyqt5, pyqt5-dev, python3-pyinotify, libqt5webengine5, python3-pyqt5.qtwebengine, python3-ruamel.yaml, libxcb1, libx11-6

dist/web-greeter.appdata.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,37 @@
4444
-->
4545

4646
<releases>
47+
<release date="2022-03-22" version="3.4.0">
48+
<description>
49+
<p>Changes:</p>
50+
<ul>
51+
<li>Bugfixes related to LightDM signals</li>
52+
<li>Fix web-greeter initialization issues</li>
53+
<li>Migrate build process from utils.sh script to full Makefile</li>
54+
<li>Man-pages updated</li>
55+
</ul>
56+
</description>
57+
</release>
58+
<release date="2022-01-28" version="3.3.0">
59+
<description>
60+
<p>Added:</p>
61+
<ul>
62+
<li>Added top Menu-bar menus and items</li>
63+
<li>Improve devtools qdock behavior</li>
64+
</ul>
65+
<p>Changes:</p>
66+
<ul>
67+
<li>Bugfixes related to LightDM signals</li>
68+
<li>Allow --no-sandbox argument</li>
69+
<li>Allow relative path with theme_utils.dirlist</li>
70+
<li>Added brightness controller to use instead of external programs</li>
71+
</ul>
72+
<p>Changes:</p>
73+
<ul>
74+
<li>Remove python-xlib dependency in favor of python C binding</li>
75+
</ul>
76+
</description>
77+
</release>
4778
<release date="2021-12-11" version="3.2.1">
4879
<description>
4980
<p>Changes:</p>

src/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
"debug_mode": False,
6666
"theme_dir": "/usr/share/web-greeter/themes/",
6767
"version": {
68-
"full": "3.3.0",
68+
"full": "3.4.0",
6969
"major": 3,
70-
"minor": 3,
70+
"minor": 4,
7171
"micro": 0,
7272
},
7373
}

0 commit comments

Comments
 (0)