Skip to content

Commit e403b8b

Browse files
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 specification
1 parent 7176dd5 commit e403b8b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Changelog
22

33

4-
UNRELEASED
4+
0.0.8 / 2021-06-21
55
==================
66
### Added
77
- 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).
8+
- This adds support for dynamic value challenges in CTFd > 3.3.0 (Must have commit [df27d0e7a9e336b86165d41920aa176db4ff0e06](https://github.com/CTFd/CTFd/commit/df27d0e7a9e336b86165d41920aa176db4ff0e06)).
99
- Improved `ctf challenge lint` to catch some common mistakes in a challenge
1010
- 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).
1111
- Usage: `ctf challenge install challenge.yml --ignore=flags,tags`
1212
- Usage: `ctf challenge install --ignore=flags,tags`
1313
- Usage: `ctf challenge sync challenge.yml --ignore=flags,tags`
1414
- Usage: `ctf challenge sync --ignore=flags,tags`
15+
- Automatic releases from Github to PyPI
1516

1617
### Fixed
1718
- Fix web challenge template for serve.sh

ctfcli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.7"
1+
__version__ = "0.0.8"
22
__name__ = "ctfcli"

0 commit comments

Comments
 (0)