Skip to content

Commit 3f6c662

Browse files
authored
Add some changelog details for the next release (#61)
1 parent c1a14c1 commit 3f6c662

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

33

4+
UNRELEASED
5+
==================
6+
### Added
7+
- Added an `extra` field in challenge specification to support different CTFd challenge types
8+
- This adds support for dynamic value challenges in CTFd > 3.3.0 (Must have commit df27d0e7a9e336b86165d41920aa176db4ff0e06).
9+
- Improved `ctf challenge lint` to catch some common mistakes in a challenge
10+
- Added an `--ignore` flag to `ctf challenge install` and `ctf challenge sync` to disable installation of certain challenge properties (e.g. flags, tags, hints, etc).
11+
- Usage: `ctf challenge install challenge.yml --ignore=flags,tags`
12+
- Usage: `ctf challenge install --ignore=flags,tags`
13+
- Usage: `ctf challenge sync challenge.yml --ignore=flags,tags`
14+
- Usage: `ctf challenge sync --ignore=flags,tags`
15+
16+
### Fixed
17+
- Fix web challenge template for serve.sh
18+
- Changed all Alpine images in Dockerfiles to use Debian
19+
- Add examples or more complicated flag creation examples to challenge specification
20+
21+
422
0.0.7 / 2021-04-15
523
==================
624
### Added

0 commit comments

Comments
 (0)