You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 0.0.9 / 2021-08-06
### Added
- `ctf challenge add/update/restore` will now use git subtrees when working with git repos instead of direct cloning
- `ctf challenge push [challenge]` can now be used to push local changes to the upstream challenge repo
- Added challenge topics from CTFd 3.4 to the challenge.yml spec
- Added challenge topics from CTFd 3.4 to the challenge `sync` and `install` commands
- Added challenge connection_info from CTFd 3.4 to the challenge.yml spec
- Added challenge connection_info from CTFd 3.4 to the challenge `sync` and `install` commands
-`ctf challenge add/update/restore` will now use git subtrees when working with git repos instead of direct cloning
8
+
-`ctf challenge push [challenge]` can now be used to push local changes to the upstream challenge repo
9
+
- Added challenge topics from CTFd 3.4 to the challenge.yml spec
10
+
- Added challenge topics from CTFd 3.4 to the challenge `sync` and `install` commands
11
+
- Added challenge connection_info from CTFd 3.4 to the challenge.yml spec
12
+
- Added challenge connection_info from CTFd 3.4 to the challenge `sync` and `install` commands
13
+
14
+
# 0.0.8 / 2021-06-21
15
+
16
+
### Added
17
+
7
18
- 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](https://github.com/CTFd/CTFd/commit/df27d0e7a9e336b86165d41920aa176db4ff0e06)).
19
+
- This adds support for dynamic value challenges in CTFd > 3.3.0 (Must have commit [df27d0e7a9e336b86165d41920aa176db4ff0e06](https://github.com/CTFd/CTFd/commit/df27d0e7a9e336b86165d41920aa176db4ff0e06)).
9
20
- Improved `ctf challenge lint` to catch some common mistakes in a challenge
10
21
- 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).
0 commit comments