-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
100 lines (73 loc) · 2.09 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# CHANGELOG
## 7.0.0
- Screen is locked upon disconnection.
- Major upgrade of interface, use Bootstrap 5 now.
- Improved support for exporting data from logs and data folders.
- FileViewer improved, uses jstree now.
## 6.0.1
- Fixed chat modes.
## 6.0.0
- Version bump, no changes.
## 5.1.0
- Parameters of Waiting Room can be modified from interface (more changes in
progress' this also fixed previous changes only partially implemented)
## 5.0.3
- Fixed transparent background chats for players.
- Fixed missing standard treatment.
## 5.0.1
- Fixed transparent background chats.
## 5.0.0
- Reorganization of the interface: removed channels view, added waitroom, requirements views, server views.
- Chatter widget added to control new chats with players
- Client list shows total number of connected clients and treatment name
- Several CSS improvements
- Performance improvements, removed unnecessary messages with server
## 4.1.0
- Added Redirect Bar in Commands.
- Added Kick Button (just disconnect).
- Added Last Error.
## 4.0.1
- Last error on client displayed.
## 4.0.0
- ServerView improved.
- ClientList improved.
- Kick button.
- Connect Bots button.
## 3.5.4
- Added Auth View.
## 3.5.3
- Fixed display of aliases.
## 3.5.2
- Added Memory View on Results page.
## 3.5.1
- Fixing the Results page.
## 3.5.0
- NodeGame Version Upgrade.
## 3.2.0
- More data displayed in Client List.
- Improved inteface.
- Introducing new methods to control the interface and the communication with server (still in progress).
## 3.1.1
- Displaying logic's stage in rooms-list.
## 3.1.0
- GameDetails.
## 3.0.1
- Improved ResultsView (files can be sorted, and downloaded as zip).
## 3.0.0
- 02/10/2016 NodeGame Version Upgrade.
## 0.5.0
- Auto refresh.
- Waiting room commands.
- Server Logs.
## 0.4.2
- Reconnecting players are re-added to PlayerList avoiding to raise an error if they re-disconnect.
## 0.4.1
- Fix.
## 0.4.0
- Displaying the content of the data/ dir to download.
## 0.3.0
- Monitor not responding to PINGs.
## 0.2.0
- Added index.js, and exporting public/ dir path.
## 0.1.0
- Started changelog.