Skip to content

Commit 31902a6

Browse files
committed
Added CHANGELOG.md
1 parent 4ff25ba commit 31902a6

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Changelog
2+
3+
All notable changes to ctf01d project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
8+
## [v0.4.3] - 2020-09-12 (2020 Sep 12)
9+
10+
### Added
11+
12+
- Migrated to wsjcpp system c++ packages managment
13+
- Installed wsjcpp arguments
14+
- Updated wsjcpp-core and installed original nlohmann_json package
15+
- Added unit test for service_costs_and_statistics
16+
- Added 'for developers' to readme
17+
- Implemented '-db-host hostname' parameter
18+
- Prepare Dockerfiles for ctf01d-stage-build / ctf01d-stage-release
19+
- Implemented script 'game-simulation/ctf01d-assistent.py' with jury / service1_py / service2_go
20+
- Implemented game-simulation/vulnbox/service3_php
21+
- Create EmployFlags, EmployScoreboard.
22+
23+
### Changed
24+
25+
- Updated version to 0.4.3
26+
- Renamed freehackquest/fhq-jury-ad to sea-kg/ctf01d
27+
- Fixed #41 Renamed fhq-jury-ad to ctf01d
28+
- Updated rules and screen in README.md
29+
- Redesign parse arguments to wsjcpp-arguments model
30+
- Renamed testing to game-simulation
31+
- Added unit test for flag.
32+
- Redesign fill json for statistics by services
33+
- Redesign Config to EmployConfig
34+
- Renamed class Service to Ctf01dServiceDef
35+
- Renamed class Team to Ctf01dTeamDef
36+
- Renamed class Flag to Ctf01dFlag
37+
- Redesign extract sample files and config
38+
- Redesign Dockerfile for ctf01d
39+
- Redesign calculation costs
40+
41+
### Deprecated
42+
43+
Nope
44+
45+
### Removed
46+
47+
- Removed vulnbox
48+
- Removed not need anymore file update_resources.py
49+
50+
### Fixed
51+
52+
- Fixed english translates in README.md file
53+
- Fixed clean flags
54+
55+
### Security
56+
57+
Nope
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+

0 commit comments

Comments
 (0)