Releases: ractf/core
Releases · ractf/core
0.1.25
Highlights:
- Audit log model updates
- Update uvicorn
0.1.24
Highlights:
Added support for Leaderboard Groups by @Bentechy66 in #321
Full Changelog: 0.1.23...0.1.24
0.1.23
No new functionality, just some CVE fixes.
What's Changed
- Bump twisted from 22.4.0 to 22.10.0 by @dependabot in #300
- Bump django from 4.0.7 to 4.0.8 by @dependabot in #301
- Bump certifi from 2021.10.8 to 2022.12.7 by @dependabot in #302
- Bump django from 4.0.8 to 4.0.9 by @dependabot in #303
- Bump ipython from 7.31.1 to 8.10.0 by @dependabot in #305
- Bump django from 4.0.9 to 4.0.10 by @dependabot in #306
- Bump sentry-sdk from 1.5.5 to 1.14.0 by @dependabot in #307
Full Changelog: 0.1.22...0.1.23
0.1.22
This is an unexciting bugfix release that gets some things working again around the build pipeline.
What's Changed
- Update to the new Poetry install script by @thebeanogamer in #293
- Disable Postgres logging during tests for new table by @thebeanogamer in #294
Full Changelog: 0.1.21...0.1.22
0.1.21
Highlights
- The beginnings of an audit log.
- Some fixes to decaying points.
What's Changed
- Fixup IP logging by @thebeanogamer in #272
- Replace .id with .pk by @0x4da in #282
- Fix pre event check only checking start of flag by @0x4da in #283
- Bump django from 4.0.4 to 4.0.6 by @dependabot in #285
- Fix negative points from decay plugin by @0x4da in #280
- Add audit log by @0x4da in #279
Full Changelog: 0.1.20...0.1.21
0.1.20
What's Changed
- Fix create_user command by @thebeanogamer in #263
- Add a Health Check for Broken Freeform Challenges by @thebeanogamer in #265
- Move enabling challenge server to settings by @thebeanogamer in #269
- Bump twisted from 22.2.0 to 22.4.0 by @dependabot in #270
- Bump django from 4.0.2 to 4.0.4 by @dependabot in #271
Full Changelog: 0.1.19...0.1.20
0.1.19
What's Changed
- Fix handling of long or duplicate names by @david-cooke in #245
- Remove unnecessary setting causing a warning by @david-cooke in #246
- Increase test coverage by @david-cooke in #247
- Rely on database unique constraints by @jchristgit in #248
- Use i18n validation everywhere by @david-cooke in #249
- Make sure curl is installed by @thebeanogamer in #251
- Keep emails enabled when envvar missing by @thebeanogamer in #250
- Document development environment setup and usage by @jchristgit in #231
- Fix decaying points (Fixes #232) by @david-cooke in #233
Full Changelog: 0.1.18...0.1.19
0.1.18
- Increased Prometheus statistics (#183 by @jchristgit)
- Improved test fixtures (#185 by @david-cooke)
- Fix point breakdowns not appearing for admin users (#202 by @thebeanogamer)
- Improvements to bot users (#206 #213 by @david-cooke and @thebeanogamer)
- Migrate to Django's builtin email support (#220 #223 by @thebeanogamer)
- Fix logouts when de-sudoing (#226 by @david-cooke)
- Fix regex email restrictions (#234 by @david-cooke)
- Remove CI text dependency (#237 by @jchristgit)
- Update to Django 4.0 (#237 by @jchristgit)
0.1.17
Have another go at fixing stats
0.1.16
Fix the stats view and turning off 2FA emails.