瀏覽代碼

Create CHANGELOG.md

Changelog for version 0.2 and 0.3
Tankernn 10 年之前
父節點
當前提交
9cbfed942a
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      CHANGELOG.md

+ 13 - 0
CHANGELOG.md

@@ -0,0 +1,13 @@
+# Changelog
+
+## Version 0.3
+* Much improved GUI for client, displaying users online and colored messages
+* Many commands added, including time-based ban, private message and more
+* Support for multiple channels
+* Server console is now considered a client, this means that every time a command is executed, a reference to the caller is supplied. This allows direct communication with the sender to return output.
+* Messages are sent as Message-objects instead of strings, this allows for more versatile communication, including listing current users online.
+
+## Version 0.2
+* Support for clients executing commands
+* Permission system to allow certain clients to use certain commands
+* Auto-generating config file for server