From ebace8f2580b050af6ed9a1cfd61fd6ee38fe948 Mon Sep 17 00:00:00 2001 From: corrad1nho Date: Fri, 31 Aug 2018 18:29:22 +0200 Subject: [PATCH] version 0.7.4 --- README.md | 19 +++++++++++-------- setup.py | 1 - 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3db7548..bbe42da 100755 --- a/README.md +++ b/README.md @@ -97,20 +97,23 @@ Qomui has been my first ever programming experience and a practical challenge fo ### Changelog +#### version 0.7.4: +- [change] source and binary packages now provided by [OpenSuse Build Service](https://build.opensuse.org/) +- [change] added support for OpenSuse Leap 15 and OpenSuse Tumbleweed +- [change] split Qomui into more modules and started commenting code +- [bugfix] bypass tab not shown even though it is active +- [bugfix] progress bar shown twice for the same action +- [bugfix] manually adding config files fails if "proto" line not present +- [bugfix] import may fail if directory for certificates/keys does not exist +- [bugifx] timestamp not updated after auto-updating servers + #### version 0.7.3: - [change] firewall is reloaded on gui startup - [change] checking for presence of other firewall services such as ufw when configuring firewall - [change] selection box for protocols adjusts size - [bugfix] previous iptables rules are now properly saved/restored -- [bugfix] sometimes external is displayed twice +- [bugfix] sometimes external ip is displayed twice - [bugfix] Qomui crashes when adding folder and provider not specified - [bugfix] WireGuard dns-servers not set correctly when second tunnel in bypass active - [bugfix] manually imported WireGuard configs are not added to server list - [issue #24](https://github.com/corrad1nho/qomui/issues/24) - [bugfix] potential permission error for temporary files created during importing configs - -#### version 0.7.2: -- [change] cli supports new import and connection methods -- [bugfix] timer for connection attempts may close active OpenVPN tunnel -- [bugfix] multiple widgets shown if bypass VPN reconnects -- [bugfix] wait cursor doesn't always reset -- [bugfix] Openvpn not reconnecting when process dies unexpectedly diff --git a/setup.py b/setup.py index f86ae11..257cda0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,6 @@ import os VERSION = "0.7.4" - data_files = [ ('/usr/share/qomui', ['resources/countries.json']), ('/usr/share/applications/', ['resources/qomui.desktop']),