Skip to content

Commit

Permalink
Version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Lentz committed Aug 15, 2020
1 parent a35f3ff commit ba59de1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 0.3
* Reset UI widget to its correct state if the D-Bus call fails for a user-initiated property change.
* Do not assume in network_lookup() that the network being looked up has already been registered.
* Reset UI widget to its correct state if the D-Bus call fails for a user-initiated
property change.
* Do not assume in network_lookup() that the network being looked up has already been
registered. This fixes a segmentation fault.

## 0.2
* Added support for displaying and connecting to hidden networks
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ iwgtk is a lightweight, graphical wifi management utility for Linux. Its only
dependencies are iwd and GTK3. Supported functionality is similar to that of
iwctl.

## Usage
iwgtk is used to control iwd via its D-Bus API. It is particularly useful in a
system where iwd is being used as a standalone network management daemon (i.e.,
without NetworkManager).

## Installation
To build the iwgtk binary and install it to /usr/local/bin run:
To build the iwgtk binary and install it to /usr/local/bin, run:

```
make
Expand Down
2 changes: 1 addition & 1 deletion src/iwgtk.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <gtk/gtk.h>
#include <gio/gio.h>

#define VERSION_STRING "iwgtk 0.2"
#define VERSION_STRING "iwgtk 0.3"

#define IWD_DBUS_NAME "net.connman.iwd"

Expand Down

0 comments on commit ba59de1

Please sign in to comment.