Skip to content

Commit

Permalink
v0.12.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 31, 2024
1 parent a41c705 commit d68513f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.12.4 - 2024-03-31

* Changes
* Added `VintageNetWiFi.network_configured?/1` helper function for checking
whether a WiFi connection to another computer is possible or just scanning
for access points.
* Added `VintageNetWiFi.qr_string/3` to create QR Code-encodable strings for
easily sharing network credentials.
* Added experimental `VintageNetWiFi.capabilities/1` to query WiFi driver and
`wpa_supplicant` capabilities. This can be used to check WPA3 compatibility,
support for 5 GHz channels and more. It's experimental since the information
is currently very raw.

## v0.12.3 - 2024-02-13

* Fixed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule VintageNetWiFi.MixProject do
use Mix.Project

@version "0.12.3"
@version "0.12.4"
@source_url "https://github.com/nerves-networking/vintage_net_wifi"

def project do
Expand Down

0 comments on commit d68513f

Please sign in to comment.