From 50005bcb2ebc1450dddb4bd885da315fc836d2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hakan=20D=C3=BCndar?= Date: Wed, 4 Jan 2023 09:01:13 +0300 Subject: [PATCH] Changes for new version (v1.39.0) --- Changes.md | 14 ++++++++++++++ debian/changelog | 10 ++++++++++ setup.py | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 46e3e405..9de162e6 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,19 @@ # System Monitoring Center +### v1.39.0 (04.01.2023) + * Improved read,write,download,upload speed accuracy + * GUI improvements for Memory,Disk tab clickable labels + * Updated Russian translations + * Fix: GUI freeze when some online drives are connected + * Minor improvements (code simplifications, project files, etc.) + +### v2.4.0 (02.01.2023) + * New: Spanish translations + * Updated Russian translations + * Improved read,write,download,upload speed accuracy + * Fix: GUI freeze when some online drives are connected + * Minor improvements (code simplifications, project files, etc.) + ### v1.38.0 (28.12.2022) * New: Spanish translations * Fix: Close app. when process details window is open diff --git a/debian/changelog b/debian/changelog index 5358057d..2f819461 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +system-monitoring-center (1.39.0) unstable; urgency=medium + + * Improved read,write,download,upload speed accuracy + * GUI improvements for Memory,Disk tab clickable labels + * Updated Russian translations + * Fix: GUI freeze when some online drives are connected + * Minor improvements (code simplifications, project files, etc.) + + -- Hakan Dündar Wed, 04 Jan 2023 09:00:00 +0300 + system-monitoring-center (1.38.0) unstable; urgency=medium * Fix: Show processes of current user diff --git a/setup.py b/setup.py index 795276f8..d7938588 100644 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ def data_files_in_locale_folder(target_folder, folder): "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: POSIX :: Linux", "Topic :: System :: Monitoring", ],