aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorFil <fil.bergamo@riseup.net>2017-12-17 12:59:08 +0100
committerFil <fil.bergamo@riseup.net>2017-12-17 13:32:16 +0100
commitbf2cc09307e404a8d6de0bfd77e1e8366e1a0497 (patch)
treea402e530fbba54a1a50c3fae5ef63a8c33204a5c /CHANGELOG
parent4a005f9be829b18438f5343d5104c840efd36ea5 (diff)
downloadRepWifiApp-bf2cc09307e404a8d6de0bfd77e1e8366e1a0497.tar.gz
RepWifiApp-bf2cc09307e404a8d6de0bfd77e1e8366e1a0497.tar.bz2
RepWifiApp-bf2cc09307e404a8d6de0bfd77e1e8366e1a0497.zip
new version v0.6 - new features plus code cleanupv0.6
* NEW: introduced static IP/gateway settings per network. * NEW: added OpenVPN support via interaction with de.blinkt.openvpn * completed french translation by Nicola Spanti. * improved stability by changing dhcpcd options. * better shell command handling, with direct output reading. * better network storage, based on JSON instead of TSV. * cleaned up engine's code. * clean up xml styling files * replaced all string litterals with @string resoruces
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8d1eaf6..a1b22b7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+## [v0.6] - 2017-12-17
+* NEW: introduced static IP/gateway settings per network.
+* NEW: added OpenVPN support via interaction with de.blinkt.openvpn
+* NEW: french translation by Nicola Spanti.
+* improved stability by changing dhcpcd options.
+* better shell command handling, with direct output reading.
+* better network storage, based on JSON instead of TSV.
+* cleaned up engine's code.
+* clean up xml styling files
+* replaced all string litterals with @string resoruces
+
## [v0.5] - 2017-08-25
* removed dependency on prebuilt android-support-v4.jar.
* introduced support for hidden networks.