Skip to content

v11.0.0

Latest
Compare
Choose a tag to compare
@bkimminich bkimminich released this 25 Oct 14:30
v11.0.0

This release contains technical breaking changes or renamings (⚠️) which might require migrating to a newer Node.js version or updating to a later version of a supported CTF framework.

👟 Runtime

  • Added support for Node.js 22.x
  • Removed support for any Node.js version lower than 18.x (⚠️)
  • Switched Node.js runtime in Docker image from 18.x to 20.x

⛳ Flags

  • #129: Added support for comma-separated keys in ctfKey property for CTFd to allow multiple flag codes per challenge (kudos to @meelunae)

🐛 Bugfixes

  • #136: Fixed Docker container permission issues to run CLI on shell (kudos to @meelunae)
  • #104: Fixed encoding of Bonus Payload challenge description on CTFd (kudos to @Zeeshan12340)