Skip to content

Releases: natsukagami/kjudge

v0.7.5 "Maaya Awatsuki"

27 May 11:23
474a10e
Compare
Choose a tag to compare

This release fixes some bugs that might be crucial for operation (see #90 #92).

What's Changed

Full Changelog: v0.7.4...v0.7.5

v0.7.4 "Maaya Awatsuki"

29 Apr 15:12
e34ec6a
Compare
Choose a tag to compare
  • Update Dockerfiles to use Ubuntu 22.04 and friends

Full Changelog: v0.7.3...v0.7.4

v0.7.3 "Maaya Awatsuki"

25 Feb 10:54
f86555a
Compare
Choose a tag to compare

What's Changed

Misc

  • Bump path-parse from 1.0.6 to 1.0.7 in /frontend by @dependabot in #61
  • Various Go-side dependencies update by @natsukagami in #65
  • Bump nanoid from 3.1.20 to 3.3.4 in /frontend by @dependabot in #64
  • Bump ajv from 6.12.0 to 6.12.6 in /frontend by @dependabot in #63
  • Bump decode-uri-component from 0.2.0 to 0.2.2 in /frontend by @dependabot in #68
  • Bump golang.org/x/net from 0.0.0-20220531201128-c960675eff93 to 0.7.0 by @dependabot in #74
  • Bump github.com/labstack/echo/v4 from 4.1.16 to 4.9.0 by @dependabot in #67
  • Bump qs from 6.5.2 to 6.5.3 in /frontend by @dependabot in #70
  • Bump minimatch from 3.0.4 to 3.1.2 in /frontend by @dependabot in #69
  • Bump json5 from 1.0.1 to 1.0.2 in /frontend by @dependabot in #71

Full Changelog: v0.7.2...v0.7.3

v0.7.2 "Maaya Awatsuki"

24 Jun 08:31
4516750
Compare
Choose a tag to compare
  • Small dependabot updates

v0.7.1 "Maaya Awatsuki"

14 Dec 02:13
bd34334
Compare
Choose a tag to compare

v0.7.0 "Maaya Awatsuki"

02 Aug 21:27
1abd0a3
Compare
Choose a tag to compare

Features

  • Implement support for self-signed HTTPS. Check out the wiki! (#37, 55ca6c7)
  • Updated the "full" docker image to Ubuntu 20.04 Focal. Comes with some compiler upgrades! (#40, ccfe90e)

v0.6.1 [Important Fixes!]

26 Jun 02:54
5779a65
Compare
Choose a tag to compare

Features:

  • A simple limit system for submissions (a7b94a6)
  • Upgrade go-sqlite and sqlite (07d35e3)
  • Fix concurrent SQLite connections messing up the write queries (692cda1) by @minhducsun2002 !

Bugfixes:

Misc:

  • Add contributing information (2e3d84b)

v0.6.0 "Mitsuko Kongou"

23 Apr 00:56
cb737ec
Compare
Choose a tag to compare

New features

  • Added support for compiling problem files directly on kjudge servers (d1041c2, #9). This would help with compiling custom comparators, for example.
  • Added support for "multi-stage, chained" task types (26704fa, #13). See the wiki for more information on Chained Tasks.
  • Implemented a basic Announcement and Clarifications system (1c4932f, #12).

Improvements

  • Score rounding is now more consistent across the entire UI (f64407b).

v0.5.0 "Wannai Kinuho"

17 Apr 17:46
29241eb
Compare
Choose a tag to compare

New features

  • Display names and Organization information is now available. This can be either customized by the user or set by the admin. (07c819c, gitea-103)
  • kjudge will now notify you of any new versions available. (1057b55, gitea-104)
  • Batch adding users is now available. Admins can import a CSV list of users (or generate one!) (2c207c9, gitea-105)

Improvements

  • Scoreboard now correctly displays first-solvers in more exotic scoring schemes (c16930e, gitea-106)
  • Worker bugs related to interactive problems fixed (dfab59f, gitea-107)

Development

  • We now have a standard test database. This can be accessed using the guide in the wiki
  • We moved to GitHub! All development (issues, PRs, Projects, Milestones, Releases, Wiki) are now available on GitHub. Drone CI has been replaced by GitHub actions.
    • As a result, the commit history has been rewritten to re-format issue links. Please hard reset/clone again.

v0.4.1

13 Apr 00:26
Compare
Choose a tag to compare

Bugfixes

  • Fix a typo in the Admin/Submission URL (58f7092)
  • Fix incorrect Min scoring-mode calculation (c0828d8)
  • Fix Decay score calculation (18bcce9)
  • Fix a bug where private files can be seen (18bcce9)
  • Fix a bug where comparator usage crashes kjudge (18bcce9)
  • Minor UI fixes (c07f3af)