aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG9
-rw-r--r--TODO5
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8a5a3ba..651a4bc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+## [0.0.9(1)] - 2016-03-11
+*) enabled debug settings -> log priority level
+*) added warnings for root disabled/denied
+*) added warnings for external adapter not found
+*) fixed bug that allowed only 1 network to be saved
+*) changed default command execution from "su" to "shell" user, for commands that don't really need root privileges.
+*) removed "App" from application's title.
## [0.0.9] - 2016-03.06
Published the first, alpha, release.
@@ -7,4 +14,4 @@ on Replicant 6.0:
-connect to unsecured network WORKS.
on Replicant 4.2:
- -all the work is still in progress. Nothing functional yet. \ No newline at end of file
+ -all the work is still in progress. Nothing functional yet.
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..76821a4
--- /dev/null
+++ b/TODO
@@ -0,0 +1,5 @@
+*) Research on the way to "trick" the system into thinking wifi is connected.
+*) Replace string literals with @string resources.
+*) [LOW-priority] Research on udev support in Replicant, to load the app when the dongle gets plugged in.
+*) [LOW-priority] Implement and test specific behavior for Replicant 4.2
+*) [LOW-priority] Introduce support for WEP-secured networks.