Skip to content

Commit 2daeaec

Browse files
committed
Changelog
1 parent 6568032 commit 2daeaec

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

changelog.txt

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
[5/31/2017-20:43 0.2.1 Sergix]
2+
Created a "Client" class that can connect to open TCP servers using a specified port and IP address.
3+
Two-way messaging is also enabled from the console.
4+
Client.Connect() is the connect function.
5+
The Client class also implements a runnable thread for reading input while writing messages.
6+
Pushed updates to Git.
7+
8+
[5/31/2017-17:03 0.2.1 Sergix]
9+
Made the change directory function not require a full directory list;
10+
directory paths relative to the current directory can be entered.
11+
Pushed updates to Git.
12+
13+
[5/31/2017-16:31 0.2.1 Sergix]
14+
Added a directory creation command, "md".
15+
Function is in Dir.NewDir().
16+
117
[5/31/2017-16:04 0.2.1 Sergix]
218
Quite a few changes made. Here is a full list:
319
- Removed Write.java file and moved the WriteFile function to the new "Files" class

0 commit comments

Comments
 (0)