bump version

pull/674/head
undefined 12 months ago
parent b4ed7253ab
commit e7c60430ee
No known key found for this signature in database

@ -105,6 +105,19 @@ Telegram [@webpack_exports_undefined](https://t.me/webpack_exports_undefined)
<details> <details>
<summary><h2>更新日志(点击展开)</h2></summary> <summary><h2>更新日志(点击展开)</h2></summary>
### Hydro 4.9.25 / UI 4.48.25
- core: 修复忘记密码邮件发送速率限制
- core: 修复比赛讨论
- ui: 修复题目编辑页子算法标签选择
- utils: 修复 input1.txt 测试点识别
- core: 提交列表:不在第一页时禁用实时推送
- judge: 优化 exitcode 识别
- core: 修复比赛题目提交页边栏
- fps-importer: 修复 remote_oj 字段识别
- ui: 修复使用独立 socketUrl 时 cookie 传入
- vjudge: 更新 csgoj 题面爬取
- vjudge: hduoj 支持
### Hydro 4.9.23 / UI 4.48.23 ### Hydro 4.9.23 / UI 4.48.23
- migrate: hustoj: 导入时忽略不存在的图片 - migrate: hustoj: 导入时忽略不存在的图片
- core: oauth: 使用 OpenID 进行账号关联 - core: oauth: 使用 OpenID 进行账号关联

@ -1,6 +1,6 @@
{ {
"name": "@hydrooj/eslint-config", "name": "@hydrooj/eslint-config",
"version": "1.0.4", "version": "1.0.5",
"license": "MIT", "license": "MIT",
"main": "react.yaml", "main": "react.yaml",
"dependencies": { "dependencies": {

@ -1,6 +1,6 @@
{ {
"name": "@hydrooj/fps-importer", "name": "@hydrooj/fps-importer",
"version": "1.5.6", "version": "1.5.7",
"description": "Import FPS problems", "description": "Import FPS problems",
"main": "index.ts", "main": "index.ts",
"repository": "https://github.com/hydro-dev/Hydro.git", "repository": "https://github.com/hydro-dev/Hydro.git",

@ -1,7 +1,7 @@
{ {
"name": "@hydrooj/hydrojudge", "name": "@hydrooj/hydrojudge",
"bin": "bin/hydrojudge.js", "bin": "bin/hydrojudge.js",
"version": "3.1.29", "version": "3.1.30",
"main": "package.json", "main": "package.json",
"author": "undefined <i@undefined.moe>", "author": "undefined <i@undefined.moe>",
"repository": "https://github.com/hydro-dev/Hydro.git", "repository": "https://github.com/hydro-dev/Hydro.git",

@ -1,6 +1,6 @@
{ {
"name": "hydrooj", "name": "hydrooj",
"version": "4.9.24", "version": "4.9.25",
"bin": "bin/hydrooj.js", "bin": "bin/hydrooj.js",
"main": "src/plugin-api", "main": "src/plugin-api",
"module": "src/plugin-api", "module": "src/plugin-api",

@ -1,6 +1,6 @@
{ {
"name": "@hydrooj/migrate", "name": "@hydrooj/migrate",
"version": "0.3.2", "version": "0.3.3",
"main": "index.ts", "main": "index.ts",
"repository": "git@github.com:hydro-dev/Hydro.git", "repository": "git@github.com:hydro-dev/Hydro.git",
"author": "undefined <i@undefined.moe>", "author": "undefined <i@undefined.moe>",

@ -1,6 +1,6 @@
{ {
"name": "@hydrooj/onlyoffice", "name": "@hydrooj/onlyoffice",
"version": "1.3.1", "version": "1.3.2",
"main": "index.ts", "main": "index.ts",
"repository": "git@github.com:hydro-dev/Hydro.git", "repository": "git@github.com:hydro-dev/Hydro.git",
"author": "undefined <i@undefined.moe>", "author": "undefined <i@undefined.moe>",

@ -1,6 +1,6 @@
{ {
"name": "@hydrooj/ui-default", "name": "@hydrooj/ui-default",
"version": "4.48.24", "version": "4.48.25",
"author": "undefined <i@undefined.moe>", "author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "index.ts", "main": "index.ts",

@ -1,6 +1,6 @@
{ {
"name": "@hydrooj/utils", "name": "@hydrooj/utils",
"version": "1.4.14", "version": "1.4.15",
"description": "hydrooj utils", "description": "hydrooj utils",
"main": "lib/utils.ts", "main": "lib/utils.ts",
"repository": "https://github.com/hydro-dev/Hydro.git", "repository": "https://github.com/hydro-dev/Hydro.git",

@ -1,6 +1,6 @@
{ {
"name": "@hydrooj/vjudge", "name": "@hydrooj/vjudge",
"version": "1.8.11", "version": "1.8.12",
"description": "Submit problems to remote oj", "description": "Submit problems to remote oj",
"main": "src/model.ts", "main": "src/model.ts",
"repository": "https://github.com/hydro-dev/Hydro.git", "repository": "https://github.com/hydro-dev/Hydro.git",

Loading…
Cancel
Save