Commit e403b8b
authored
Mark 0.0.8 (#63)
0.0.8 / 2021-06-21
==================
### Added
- Added an `extra` field in challenge specification to support different CTFd challenge types
- This adds support for dynamic value challenges in CTFd > 3.3.0 (Must have commit [df27d0e7a9e336b86165d41920aa176db4ff0e06](CTFd/CTFd@df27d0e)).
- Improved `ctf challenge lint` to catch some common mistakes in a challenge
- 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).
- Usage: `ctf challenge install challenge.yml --ignore=flags,tags`
- Usage: `ctf challenge install --ignore=flags,tags`
- Usage: `ctf challenge sync challenge.yml --ignore=flags,tags`
- Usage: `ctf challenge sync --ignore=flags,tags`
- Automatic releases from Github to PyPI
### Fixed
- Fix web challenge template for serve.sh
- Changed all Alpine images in Dockerfiles to use Debian
- Add examples or more complicated flag creation examples to challenge specification1 parent 7176dd5 commit e403b8b
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
0 commit comments