diff --git a/apps/cmstapp/code/control_box/ui/controlbox.ui b/apps/cmstapp/code/control_box/ui/controlbox.ui index 74f330c4..6327504d 100644 --- a/apps/cmstapp/code/control_box/ui/controlbox.ui +++ b/apps/cmstapp/code/control_box/ui/controlbox.ui @@ -1041,7 +1041,7 @@ 0 - -248 + -228 633 738 @@ -1367,6 +1367,9 @@ + + <html><head/><body><p>This area is to specify a program or process to run after a wifi or vpn service button is pressed, but before the connect method is sent to ConnMan. This is mainly used to modify a .cmst.config file which seems useful to modify certain short lived entries for openConnect vpn connections.</p><p>The program or process in the <span style=" font-weight:600;">Execute</span> box will only be executed prior to making a connection for the single service shown in the <span style=" font-weight:600;">Service</span> box. It will not be called when connecting to any other service. If a .cmst.config file is to be modified a check must in the <span style=" font-weight:600;">Modify Service File</span> box and the path and name of the file to be modified must be provided.</p><p>To modify a .cmst.config file CMST will read stdout of the program or process being called. Program output should be individual lines in KEY=VALUE format. If KEY exists in the .cmst.config file it will be replaced by the new VALUE. If KEY does not exist it will be appended. </p></body></html> + Before Connecting diff --git a/apps/resource.h b/apps/resource.h index f4a89611..c3c4fc86 100755 --- a/apps/resource.h +++ b/apps/resource.h @@ -35,9 +35,9 @@ DEALINGS IN THE SOFTWARE. ///////////////////////////////// Program Values /////////////////////// // // Program Info (may be visible, but don't mark for tranalation) -#define VERSION "2020.03.24-1" +#define VERSION "2020.04.12-1" -#define RELEASE_DATE "7 March 2020" +#define RELEASE_DATE "12 April 2020" #define COPYRIGHT_DATE "2013-2020" // Program Values: diff --git a/text/changelog.txt b/text/changelog.txt index bc3bf36e..7b76fad2 100644 --- a/text/changelog.txt +++ b/text/changelog.txt @@ -1,6 +1,6 @@
Connman System Tray (CMST)
Change Log
- In Progress + 2020.04.12
  • Fixed wrong validator on fields that accept either IPV4 or IPv6 addresses.
  • Expanded IPv6 validator to accept most abbreviated addresses.
  • @@ -8,7 +8,7 @@
  • Fixed update problems in details tab.
  • Fixed VPN tray icon not always showing (possibly issue #198).
  • Fixed notification daemon working and starting.
  • -
  • Added ability to execute a process prior to making a wifi or vpn connection.
  • +
  • Added ability to execute a process prior to making a wifi or vpn connection (issue #194).
2020.03.07