From d0d2900c55d2c99204e64a84e2b02d451f0a9fe3 Mon Sep 17 00:00:00 2001 From: James Beddek Date: Sun, 1 Oct 2023 22:11:14 +1300 Subject: [PATCH] changelog: release v2.0.0.alpha Signed-off-by: James Beddek --- CHANGELOG | 16 ++++++++-------- README.md | 5 +++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cfe6faf..db942dc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,11 @@ -vNEXT -- Almost a complete rewrite using only Qt5 and KF5WidgetsAddons -- Changed the build system from scons to CMake -- Network information is now updated dynamically -- Added IPv6 information -- Fixed interfaces detection -- Dropped alternate tray view modes (not supported by Qt5) -- A ton of tiny fixes +v2.0.0.alpha + +- Almost a complete rewrite porting to Qt5 and KF5WidgetsAddons +- Changed the build system from Scons to CMake +- Network details are now updated dynamically +- Support for all address types, such as IPv6 information +- Dropped alternate tray view modes i.e. text (would require working around QSystemTrayIcon) +- Many smaller bug fixes and QoL updates v1.5 diff --git a/README.md b/README.md index 8aa2562..b913709 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,15 @@ ## Installation: -If you wish to install a prebuilt release, please check the Releases page. Otherwise, building instructions are provided below: +If you wish to install a prebuilt release, please check the Releases page. An AUR package exists under the name knetstats. \ +Otherwise, building instructions are provided below: ### Prerequisites: An RPM SPEC file (untested) and an Arch PKGBUILD is provided within `dist/`. You can use those to install KNetStats on the appropriate distros. Manually building KNetStats requires Git and the following packages to be installed - - Ubuntu: `cmake g++ qtbase5-dev libkf5widgetsaddons5 extra-cmake-modules` + - Ubuntu: `cmake g++ qtbase5-dev libkf5widgetsaddons-dev extra-cmake-modules` - Fedora: `cmake gcc-c++ qt5-qtbase-devel kf5-kwidgetsaddons-devel extra-cmake-modules` - Arch Linux: `cmake qt5-base kwidgetsaddons extra-cmake-modules`