- Fix plugin when working under CTFd v3.3.0
- Simplify plugin to take more advantage of the existing challenge base class
- Update plugin to work with CTFd v3
- HTML template files are now written in Jinja for rendering by the CTFd server instead of the browser
- Fix issue textarea input and black backgrounds
- Fix issue where users cancel out when inputting award points
- Fix issue where pressing Enter on the submission input would incorrectly submit
- Add plugin migrations for database to support CTFd v2.4.0
- Fix issue where hints could not be loaded
- Fix submitted answers rendering in the challenge UI
- Added
Moment()
andhtmlEntities()
fallbacks because they aren't currently exposed to CTFd plugins
- Update theme to support CTFd v2.2.0
- Begin tracking changes in
CHANGELOG.md