We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922b8ca commit 06abcc2Copy full SHA for 06abcc2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+# 0.1.2 / 2023-02-26
4
+
5
+### Added
6
7
+- Before uploading files to CTFd, ctfcli will check for CTFd's SHA1 hash of the previously uploaded file and skip uploading if it is the same
8
+- Support using remote Docker images instead of having to build and push local images
9
10
# 0.1.1 / 2023-12-11
11
12
### Added
ctfcli/__init__.py
@@ -1,2 +1,2 @@
-__version__ = "0.1.1"
+__version__ = "0.1.2"
__name__ = "ctfcli"
0 commit comments