Skip to content

Releases: ushiboy/nmcli

0.7.0

31 Oct 12:44
d1868f9
Compare
Choose a tag to compare
  • Added ifname param to wifi_connect.

0.6.1

26 Sep 00:43
3027934
Compare
Choose a tag to compare
  • Fixed a bug in the autoconnect parameter of the nmcli.connection.add method (made the default value conform to the specification of nmcli connection add).

0.6.0

29 Jun 06:49
ebacd27
Compare
Choose a tag to compare
  • Added BSSID and FREQ to DeviceWifi.

0.5.0

08 Feb 13:05
d2ce0cf
Compare
Choose a tag to compare
  • Added support for "nmcli device wifi hotspot".
  • Added support for "nmcli device wifi rescan".

0.4.2

04 Feb 13:11
34e36b5
Compare
Choose a tag to compare

Fixed the parsing of device wifi.

0.4.1

29 Jan 13:22
39b2cef
Compare
Choose a tag to compare
  • Fixed parsing when SSID has a space.

0.4.0

16 Jan 13:21
d405335
Compare
Choose a tag to compare
  • Added disabling of sudo usage.
  • Added support for parsing the execution results of recent versions of the nmcli device wifi command.

0.3.1

18 Dec 14:04
51d0ff5
Compare
Choose a tag to compare
  • Fixed device status and device wifi parsing bug.

0.3.0

04 Oct 02:26
5b0e66c
Compare
Choose a tag to compare
  • Added networking and radio APIs.
  • Added more APIs for connection, device and general.
  • Changed the properties of the General data class.
  • Changed throw a ValueError exception if the regular expression pattern is not matched.

0.2.2

15 May 14:02
a279729
Compare
Choose a tag to compare
  • Fix the parsing bug of connection names that contain spaces (connection.show).
  • Added getting items that begin with a capital letter.