From f9bb823e65c0391dbdb2e78e263af2859ac1ac6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20I=C3=B1iguez=20Goia?= Date: Wed, 29 Jul 2020 01:17:43 +0200 Subject: [PATCH] Bump GUI version to 1.0.1 Fixes a crash when clicking on some columns of the General tab, shortens autogenerated rules names and adds the literal dst host the popup combo box. --- ui/debian/changelog | 8 ++++++++ ui/opensnitch/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ui/debian/changelog b/ui/debian/changelog index 7b6c725afd..452ffc145b 100644 --- a/ui/debian/changelog +++ b/ui/debian/changelog @@ -1,3 +1,11 @@ +opensnitch-ui (1.0.1-1) unstable; urgency=medium + + * Fixed crash when clicking on General tab columns. + * Added literal DstHost to the pop-up combo box. + * Shorten autogenerated rules names. + + -- Gustavo IƱiguez Goia Tue, 28 Jul 2020 23:43:15 +0200 + opensnitch-ui (1.0.0-1) unstable; urgency=medium * v1.0.0 released. diff --git a/ui/opensnitch/version.py b/ui/opensnitch/version.py index de43469d26..20ab5a90c0 100644 --- a/ui/opensnitch/version.py +++ b/ui/opensnitch/version.py @@ -1 +1 @@ -version = '1.0.0' +version = '1.0.1'