Browse Source

Updating to 3.4.1

sisyphus
JezerM 3 years ago
parent
commit
b2193ae8b5
No known key found for this signature in database
GPG Key ID: 66BBC5D01388C6B5
  1. 13
      NEWS.md
  2. 13
      dist/web-greeter.appdata.xml
  3. 4
      src/config.py

13
NEWS.md

@ -1,6 +1,17 @@
# Change Log
## [3.3.0](https://github.com/JezerM/web-greeter/tree/3.3.0) ~ 03-22-2022
## [3.4.1](https://github.com/JezerM/web-greeter/tree/3.4.1) ~ 04-10-2022
**Changes:**
* Fix build process
* Fix typos in README
* Handle lightdm_start_session errors
* Fix positioning on multiple screens
[Full changelog](https://github.com/JezerM/web-greeter/compare/3.4.0...3.4.1)
## [3.4.0](https://github.com/JezerM/web-greeter/tree/3.3.0) ~ 03-22-2022
**Added:**

13
dist/web-greeter.appdata.xml vendored

@ -44,6 +44,17 @@
-->
<releases>
<release date="2022-04-10" version="3.4.1">
<description>
<p>Changes:</p>
<ul>
<li>Fix build process</li>
<li>Fix typos in README</li>
<li>Handle lightdm.start_session errors</li>
<li>Fix positioning on multiple screens</li>
</ul>
</description>
</release>
<release date="2022-03-22" version="3.4.0">
<description>
<p>Added:</p>
@ -58,7 +69,7 @@
<li>Migrate build process from utils.sh script to full Makefile</li>
<li>Man-pages updated</li>
</ul>
<p>Changes:</p>
<p>Removed:</p>
<ul>
<li>Remove python-xlib dependency in favor of python C binding</li>
</ul>

4
src/config.py

@ -65,10 +65,10 @@ web_greeter_config = {
"debug_mode": False,
"theme_dir": "/usr/share/web-greeter/themes/",
"version": {
"full": "3.4.0",
"full": "3.4.1",
"major": 3,
"minor": 4,
"micro": 0,
"micro": 1,
},
}
}

Loading…
Cancel
Save