Skip to content

Commit

Permalink
changelog: release v2.0.0.alpha
Browse files Browse the repository at this point in the history
Signed-off-by: James Beddek <telans@posteo.de>
  • Loading branch information
telans committed Oct 1, 2023
1 parent 2eb2ff8 commit d0d2900
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@

## Installation:

If you wish to install a prebuilt release, please check the <a href=https://github.com/telans/KNetStats/releases>Releases page</a>. Otherwise, building instructions are provided below:
If you wish to install a prebuilt release, please check the <a href=https://github.com/telans/KNetStats/releases>Releases page</a>. An AUR package exists under the name <a href="https://aur.archlinux.org/packages/knetstats">knetstats</a>. \
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`

Expand Down

0 comments on commit d0d2900

Please sign in to comment.