Skip to content

Releases: J-Lentz/iwgtk

iwgtk 0.9

03 Jan 18:16
Compare
Choose a tag to compare

Dependency notes

  • Requires iwd >=1.29

Bug fixes

  • Use correct installation path for systemd unit file
  • Gracefully handle "access denied" DBus error
  • Recover DPP state and QR code after window is closed and re-opened
  • Fix various memory leaks
  • Reduce unnecessary string copies
  • Fix rare segmentation fault in Station Diagnostics window

iwgtk 0.8

11 Aug 03:41
Compare
Choose a tag to compare

Dependency notes

  • New build-time dependency: Meson
  • New build-time dependency: scdoc

Changes and bug fixes

  • Preliminary i18n support via gettext. No translations are available yet, but contributions are welcome!
  • Dark theme support via config file option
  • Customizable time/date format via config file option
  • Customizable window dimensions via config file options
  • New iwgtk(5) man page to document the config file
  • Fix memory leak

iwgtk 0.7

01 Jul 00:28
Compare
Choose a tag to compare

Dependency notes

Changes and bug fixes

  • New Provision menu with Easy Connect (DPP) support
  • Move WPS and hidden network connection buttons into Provision menu.
  • New config file in which icon colors can be customized
  • Check whether required icons are available, and override icon theme to Adwaita if any are missing.
  • Various UI tweaks

iwgtk 0.6

13 Jun 22:48
Compare
Choose a tag to compare

Changes from 0.5:

  • Clear available networks when a scan begins, rather than after the scan ends
  • Allow indicator daemon to be started while a window is open
  • Fix a memory leak which occurred when notifications were shown
  • Include XDG autostart file and place it in /etc/xdg/autostart/
  • Change category in .desktop file from "Network" to "Settings"

iwgtk 0.5

06 Jun 06:12
Compare
Choose a tag to compare

The first release in over a year and a half, with many changes and improvements! This is the first release that I consider more or less production-ready.

Dependency notes:

  • The application has been ported to GTK4.
  • iwd 1.28 or newer is required; indicator icons will not work properly with older iwd versions.
  • adwaita-icon-theme or an equivalent icon package is required; the application no longer supplies its own icons.

Changelog:

  • Indicator icons provide signal strength information via iwd's SignalLevelAgent API
  • Indicator icons are shown for disabled adapters/devices
  • Continue running indicator daemon if iwd goes down or if all devices are removed
  • Do not launch additional windows if one is already open
  • Do not launch window if iwd is down
  • More stable UI (widgets no longer move around when changing mode, etc)
  • Show distinct connect buttons for hidden networks
  • Provide ability to hide passwords when entering them
  • Tooltips for various UI elements
  • More descriptive indicator icon tooltips which include the network's SSID
  • More descriptive "connected" and "disconnected" messages which include the network's SSID
  • Includes systemd unit file
  • Station diagnostics via iwd's StationDiagnostic API
  • Removed option for numerical signal strength display
  • Changed application ID to org.twosheds.iwgtk

iwgtk 0.4

13 Sep 18:57
Compare
Choose a tag to compare
iwgtk 0.4 Pre-release
Pre-release

This release adds support for indicator (tray) icons.

iwgtk 0.3

15 Aug 08:51
Compare
Choose a tag to compare
iwgtk 0.3 Pre-release
Pre-release

This release fixes a segmentation fault.

iwgtk 0.2

14 Aug 18:39
Compare
Choose a tag to compare
iwgtk 0.2 Pre-release
Pre-release

Changes from 0.1:

  • Added support for displaying and connecting to hidden networks
  • Added a yellow icon for the "connecting" state, to distinguish it from the "connected" state
  • Updated Makefile to respect standard variable names (DESTDIR, prefix, etc)
  • Added iwgtk.desktop file
  • Added man page

iwgtk 0.1

13 Aug 07:08
Compare
Choose a tag to compare
iwgtk 0.1 Pre-release
Pre-release

This is the initial release of iwgtk, a lightweight graphical wifi management utility for Linux. This release supports most of the functionality of iwctl, with the exception of hidden networks.

Some bugs and rough edges are likely at this point. Feedback, bug reports, and contributions are welcome.