We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcbfd0 commit f1c69c8Copy full SHA for f1c69c8
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+# 0.0.12 / 2023-06-25
4
+
5
+### Added
6
7
+- Add cloud deploy for hosted CTFd instances
8
+- Add the `protocol` field in the challenge.yml spec
9
+- Further define what other deployment methods should provide & return
10
+- Add the ability to add HTTP cookies to ctfcli requests via the config file
11
12
+### Fixed
13
14
+- Allow ignoring category during challenge sync
15
16
# 0.0.11 / 2022-11-09
17
18
### Added
ctfcli/__init__.py
@@ -1,2 +1,2 @@
-__version__ = "0.0.11"
+__version__ = "0.0.12"
__name__ = "ctfcli"
0 commit comments