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 2dbc5e2 commit 6a1cc35Copy full SHA for 6a1cc35
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+# 0.1.5 / 2025-09-04
4
+
5
+### Added
6
7
+- Support for hint titles
8
+- Support `logic` key for challenges
9
10
+### Fixed
11
12
+- Fix issue with resolving relative challenge paths during install
13
14
# 0.1.4 / 2025-04-29
15
16
### Added
ctfcli/__init__.py
@@ -1,2 +1,2 @@
-__version__ = "0.1.4"
+__version__ = "0.1.5"
__name__ = "ctfcli"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ctfcli"
-version = "0.1.4"
+version = "0.1.5"
description = "ctfcli is a tool to manage Capture The Flag events and challenges"
authors = ["Kevin Chung <kchung@ctfd.io>", "Miłosz Skaza <milosz.skaza@ctfd.io>"]
readme = "README.md"
0 commit comments