From 438e2b9de788dd6e05655e9f79b1891bf45c8988 Mon Sep 17 00:00:00 2001 From: punix Date: Sat, 28 Sep 2024 14:13:07 +0200 Subject: [PATCH] Changelog create When exporting, the folder is now copied to /tmp and the non .conf files are deleted before the zip file is created. In main.py os import removed. Since os have been replaced by pathlib and shutil. Start with version number 1.4.7 Message window size corrected so text is displayed better --- .idea/workspace.xml | 70 ++++++++++++++++++++------------------------- Changelog | 27 +++++++++++++++++ wg_func.py | 22 ++++++++------ wg_main.py | 20 +++++++------ 4 files changed, 83 insertions(+), 56 deletions(-) create mode 100644 Changelog diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7e2e69c..f3650aa 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,8 +4,11 @@