Releases: J-Lentz/iwgtk
Releases · J-Lentz/iwgtk
iwgtk 0.9
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
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
Dependency notes
- New dependency: libqrencode
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
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
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
iwgtk 0.3
iwgtk 0.2
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
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.