From d047eaf2f29ef6ffed9a10794447507d8ec1476a Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sun, 17 Aug 2014 19:02:17 +0400 Subject: [PATCH] update changelog --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 1107d76..21f230a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,9 @@ Ver.1.3.0 --------- * all: + add processes error messages + + add support of several active profiles * some bug fixes and refactoring + * rewrite debug messages * dataengine: + add new sources: intIp6, extIp6, netctlAutoStatus * rewrite to use [tasks](https://github.com/mhogomchungu/tasks) (see #7) @@ -24,13 +26,16 @@ Ver.1.3.0 * helper: + create daemon DBus system interface org.netctlgui.helper to the library: self control slots, netctl control slots and netctl information slots + + add tests * library: + add custom structures netctlWifiInfo and netctlProfileInfo + add methods getActiveProfile(), autoGetActiveProfile() + add slot switchToProfile() + add slot stopAllProfiles() + add slot reenableProfile() + + add slots getRecommendedConfiguration() + add double quotes to profile names + + add tests * rewrite to use [tasks](https://github.com/mhogomchungu/tasks) (see #7) * rename getInterfaceList() to getWirelessInterfaceList() - remove functions getProfileDescriptions() and getProfileStatuses()