diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e44331..1c93039 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Changelog +version 0.8.3 (samicrusader's fork): +- [new] dbus used for changing config instead of requiring qomui-gui to be ran as root +- [change] reformat code +- [change] use Quad9 for alternate DNS +- [change] clean up apply log +- [bugfix] handle nftables (temporarily) +- [bugfix] plotter fix +- [bugfix] pull default interface name from gateway + version 0.8.2: - [new] added AzireVPN - [new] option to specify key for Airvpn diff --git a/README.md b/README.md index a97c67d..6f26d91 100755 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ Screenshots were taken on Arch Linux/Plasma Arc Dark Theme - Qomui will adapt to ### Installation -- Arch Linux users can download Qomui from the AUR. -- Packages for Fedora, Debian, Ubuntu & OpenSuse are available [here](https://software.opensuse.org//download.html?project=home%3Acorrad1nho&package=qomui). +- Arch Linux users can install Qomui from PKGBUILD located [here](https://github.com/samicrusader/pkgbuilds/blob/master/qomui-samicrusader-git/PKGBUILD). +- Packages for Debian & Ubuntu are available on the releases tab on GitHub. ### General usage Qomui contains two components: qomui-gui and qomui-service (and qomui-cli: see below). The latter exposes methods via D-Bus and can be controlled via systemd (alternatively you can start it with "sudo qomui-service" - this is not recommended).