You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 3.6.1 / 2023-12-12
**Security**
- Fix an issue where users could bypass Score Visibility and see a user's score/place when not allowed by Admins
**General**
- Add Slovak, Japanese, Brazillian Portugese translations
- Update Chinese translation
- Fix Dynamic challenges not showing the Next Challenge
**API**
- Add `email` as a `field` to query to `/api/v1/users` and `/api/v1/teams` to allow searching via email address for Admins
- Accept multipart/form-data with token auth for file upload to `/api/v1/files`
- Always allow a user/team to see their own score when querying their own self endpoints regardless of Score Visibility
- A user can always calculate their score regardless of any setting because they can simply sum all of their challenges
**Admin Panel**
- Fix an issue where polymorphic tables (i.e. solves) could not be CSV exported correctly
**Themes**
- When using core-beta, `meta` tags can now be inserted into pages from render_template calls
**Deployment**
- Fix an issue where S3 uploads would not work if the server's timezone was not set to UTC
- Update gevent dependency to `23.9.1`
Copy file name to clipboardexpand all lines: package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "ctfd",
3
-
"version": "3.6.0",
3
+
"version": "3.6.1",
4
4
"description": "CTFd is a Capture The Flag framework focusing on ease of use and customizability. It comes with everything you need to run a CTF and it's easy to customize with plugins and themes.",
0 commit comments