Commit Graph

9 Commits

Author SHA1 Message Date
Stefano Mazzucco ba04382544 Release version 0.1.3 2016-10-21 23:23:48 +01:00
Stefano Mazzucco def950de4c Specify `lua` in markdown 2016-10-21 23:20:43 +01:00
Stefano Mazzucco 5ce56e036f Show how the GUI client can be overridden 2016-10-21 23:18:46 +01:00
Stefano Mazzucco 64ad114af9 Change the way icons are searched (breaking)
This is a breaking change in the way icons are searched. Instead of
specifying just one path and extension, multiple paths and extensions
can be passed. However the field names have changed from singular to
plural.
2016-10-21 23:14:22 +01:00
Stefano Mazzucco f3e0816c7c Release v0.1.2 don't error on unknown service type
Fix an error when service.Type is not a field of service_types and the
code attempts to call a nil value.

Turns out that service.Type can be the string "?", probably because
connman has not identified the type yet.
2016-10-14 10:25:11 +01:00
Stefano Mazzucco d26389058f Reformat rockspec 2016-10-14 10:23:14 +01:00
Stefano Mazzucco 837c188acf Release version 0.1.1: add explicit license
The license was specified in the rockspec file, but there was no LICENSE
file nor license boilerplate in the Lua code.
2016-10-06 22:05:09 +01:00
Stefano Mazzucco 3ce965b7c0 Release version 0.1.0 2016-10-06 21:58:06 +01:00
Stefano Mazzucco 1ff669a2a6 Initial commit 2016-10-06 21:53:24 +01:00