mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 22:14:25 +01:00
Mark 2.3.3 (#1316)
2.3.3 / 2020-04-12 ================== **General** * Re-enable the Jinja LRU Cache for **significant speedups** when returning HTML content **API** * `POST /api/v1/unlocks` will no longer allow duplicate unlocks to happen **Admin Panel** * Makes `Account Visibility` subtext clearer by explaining the `Private` setting in Config Panel **Themes** * Fixes an issue with using a theme with a purely numeric name * Fixes issue where the scoreboard graph always said Teams regardless of mode **Miscellaneous** * Bump max log file size to 10 MB and fix log rotation * Docker image dependencies (apk & pip) are no longer cached reducing the image size slightly
This commit is contained in:
@@ -26,7 +26,7 @@ author = u"Kevin Chung"
|
||||
# The short X.Y version
|
||||
version = u""
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = u"2.3.2"
|
||||
release = u"2.3.3"
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user