Skip to content

Commit dd481e0

Browse files
committed
Update ChangeLog.md and add start-debug-agent.sh script with bug fixes
1 parent 053f157 commit dd481e0

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

ChangeLog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# ChangeLog
22

3+
## [1.1.1] - 2024-12-01
4+
5+
### Added
6+
7+
- added Neck_OffensiveInterceptNeck into idls
8+
- added HeliosBasicTackle into idls
9+
- added start-debug-agent.sh file
10+
11+
### Fixed
12+
13+
- bug fixed in start-agent.sh
14+
15+
### Changed
16+
17+
-
18+
19+
### Developers
20+
21+
- [NaderZare](https://github.com/naderzare)
22+
23+
=======
24+
325
## [1.1.0] - 2024-11-17
426

527
### Added

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ file(
6262

6363
# copy other files to the binary direcotry
6464
file(COPY
65-
formations-dt formations-keeper formations-taker player.conf coach.conf start-debug.sh start-offline.sh
65+
formations-dt formations-keeper formations-taker player.conf coach.conf start-debug.sh start-offline.sh start-debug-agent.sh
6666
DESTINATION ${PROJECT_BINARY_DIR}/bin
6767
)

src/start-debug-agent.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
./start-agent.sh --offline-logging --debug --debug-server-connect ${1+"$@"}

0 commit comments

Comments
 (0)