Skip to content

Commit

Permalink
Merge branch 'master' into autocomplete-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
pandadtdyy authored Jan 6, 2024
2 parents 536290d + f54b2fd commit 60cb5f1
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,18 @@ Telegram [@undefinedmoe](https://t.me/undefinedmoe)
<details>
<summary><h2>更新日志(点击展开)</h2></summary>

### Hydro 4.10.3 / UI 4.49.3

- core: 修复返回状态码异常的问题
- core: 同步排名页行为
- install: 不再预装 pascal 编译器
- judge: 处理心跳包
- core: judge: 优化任务分配
- judge: 优化缓存管理
- core: contest_export_ghost: 当队伍不参与排名时导出星号开头的队伍名
- ui: 修复 monaco 粘贴动作
- ui: 支持批量粘贴用户/题号

### Hydro 4.10.0 / UI 4.49.0

新功能:
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrooj/eslint-config",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"main": "react.yaml",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrojudge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hydrooj/hydrojudge",
"bin": "bin/hydrojudge.js",
"version": "3.2.2",
"version": "3.2.3",
"main": "package.json",
"author": "undefined <[email protected]>",
"repository": "https://github.com/hydro-dev/Hydro.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrooj/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hydrooj",
"version": "4.10.2",
"version": "4.10.3",
"bin": "bin/hydrooj.js",
"main": "src/plugin-api",
"module": "src/plugin-api",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrooj/ui-default",
"version": "4.49.2",
"version": "4.49.3",
"author": "undefined <[email protected]>",
"license": "AGPL-3.0",
"main": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrooj/utils",
"version": "1.4.17",
"version": "1.4.18",
"description": "hydrooj utils",
"main": "lib/utils.ts",
"repository": "https://github.com/hydro-dev/Hydro.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/vjudge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrooj/vjudge",
"version": "1.9.1",
"version": "1.9.2",
"description": "Submit problems to remote oj",
"main": "src/model.ts",
"repository": "https://github.com/hydro-dev/Hydro.git",
Expand Down

0 comments on commit 60cb5f1

Please sign in to comment.