File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.0] - 2024-05-26
11+
12+ # Added
13+ - Added nicer language selector.
14+ - Added submission status automatic update with htmx.
15+ - Add skipped verdict and CompilationStatus to problems.Feedback.
16+ # Changed
17+ - Rewritten all the frontend to templ.
18+ - Changed task archive.
19+ - Refactored how web is started.
20+ - Now we serve most of our frontend dependencies (bootstrap, jquery, katex, etc.)
21+ - Now we don't serve files for problems. We inline images and stylesheets onto the HTML and serve only that.
22+
1023## [ 0.4.0] - 2024-05-26
1124
1225# Fixed
@@ -123,7 +136,8 @@ The previous two changes are from 65ec4f to 19c523
123136- Crash when admin panel is visited without logging in
124137- Workflow
125138
126- [ unreleased ] : https://github.com/mraron/njudge/compare/v0.4.0...HEAD
139+ [ unreleased ] : https://github.com/mraron/njudge/compare/v0.5.0...HEAD
140+ [ 0.5.0 ] : https://github.com/mraron/njudge/releases/tag/v0.5.0
127141[ 0.4.0 ] : https://github.com/mraron/njudge/releases/tag/v0.4.0
128142[ 0.3.1 ] : https://github.com/mraron/njudge/releases/tag/v0.3.1
129143[ 0.3.0 ] : https://github.com/mraron/njudge/releases/tag/v0.3.0
You can’t perform that action at this time.
0 commit comments