You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ChangeLog
2
2
3
-
## [0.1.3] - 2024-09-03
3
+
## [0.1.4] - 2024-09-03
4
4
5
5
### Added
6
6
-
@@ -18,6 +18,19 @@
18
18
- Add ```ignore_preprocess``` to the ```PlayerActions``` message.
19
19
- Player Agents now first check whether they require preprocess actions, send the ```bool``` as the ```need_preprocess``` field in the ```State``` message. Then, if the server sends the ```ignore_preprocess=false (default value)``` to the proxy, the proxy will call ```doPreprocess``` method. If ther server sends the ```ignore_preprocess=true``` to the proxy, the proxy will not call the ```doPreprocess``` method and execute the ```PlayerActoins```.
20
20
21
+
22
+
## [0.1.3] - 2024-09-02
23
+
24
+
### Added
25
+
-
26
+
27
+
### Fixed
28
+
- bug fixed in start files (by [NaderZare](https://github.com/naderzare), [ArefSayareh](https://github.com/Arefsa78))
0 commit comments