Skip to content

Commit

Permalink
Merge pull request #1445 from cwtickle/develop
Browse files Browse the repository at this point in the history
[ver31.0.0] 矢印ヒット位置をステップゾーンからずらす機能を実装 他
  • Loading branch information
cwtickle committed Mar 20, 2023
2 parents f71151c + 795cc8b commit 78ae609
Show file tree
Hide file tree
Showing 8 changed files with 549 additions and 241 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
9 changes: 5 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

- 修正対象のバージョンは下記の通りです。
- 基本的には、同一メジャーバージョンの最新版がサポート対象です。
- v1~v23, v25~v27は**更新を終了しました。**
v28の対応終了時期はv31リリース開始時を予定しています。(変更可能性あり)
- v1~v23, v25~v28は**更新を終了しました。**
v24, v29の対応終了時期はv33リリース開始時を予定しています。(変更可能性あり)
バージョン別の更新継続可否は現状、[ライフサイクルポリシー](https://github.com/cwtickle/danoniplus/wiki/LifecyclePolicy)に従います。
- 各バージョンの概要は[更新情報](https://github.com/cwtickle/danoniplus/wiki/UpdateInfo)に記載しています。

Expand All @@ -18,9 +18,10 @@ v28の対応終了時期はv31リリース開始時を予定しています。

| Version | Supported | Latest Version | Logs | First Release | End of Support |
| ------- | ------------------ |----------------|------|---------------|----------------|
| v30 | :heavy_check_mark: |[v30.6.0](https://github.com/cwtickle/danoniplus/releases/tag/v30.6.0) |[:memo:](https://github.com/cwtickle/danoniplus/wiki/Changelog-latest)|2023-02-10|-|
| v31 | :heavy_check_mark: |[v31.0.0](https://github.com/cwtickle/danoniplus/releases/tag/v31.0.0) |[:memo:](https://github.com/cwtickle/danoniplus/wiki/Changelog-latest)|2023-03-20|-|
| v30 | :heavy_check_mark: |[v30.6.0](https://github.com/cwtickle/danoniplus/releases/tag/v30.6.0) |[:memo:](https://github.com/cwtickle/danoniplus/wiki/Changelog-v30)|2023-02-10|(At Release v33)|
| v29 | :heavy_check_mark: |[v29.4.3](https://github.com/cwtickle/danoniplus/releases/tag/v29.4.3) |[:memo:](https://github.com/cwtickle/danoniplus/wiki/Changelog-v29)|2022-11-05|(At Release v38)|
| v28 | :warning: |[v28.6.7](https://github.com/cwtickle/danoniplus/releases/tag/v28.6.7) |[:memo:](https://github.com/cwtickle/danoniplus/wiki/Changelog-v28)|2022-08-21|(At Release v31)|
| v28 | :x: |[v28.6.7 (final)](https://github.com/cwtickle/danoniplus/releases/tag/v28.6.7) |[:memo:](https://github.com/cwtickle/danoniplus/wiki/Changelog-v28)|2022-08-21|2023-03-20|
| v27 | :x: |[v27.8.7 (final)](https://github.com/cwtickle/danoniplus/releases/tag/v27.8.7) |[:memo:](https://github.com/cwtickle/danoniplus/wiki/Changelog-v27)|2022-03-18|2023-02-10|
| v26 | :x: |[v26.7.6 (final)](https://github.com/cwtickle/danoniplus/releases/tag/v26.7.6) |[:memo:](https://github.com/cwtickle/danoniplus/wiki/Changelog-v26)|2022-01-30|2022-11-05|
| v25 | :x: |[v25.5.10 (final)](https://github.com/cwtickle/danoniplus/releases/tag/v25.5.10) |[:memo:](https://github.com/cwtickle/danoniplus/wiki/Changelog-v25)|2022-01-04|2022-08-21|
Expand Down
161 changes: 90 additions & 71 deletions js/danoni_main.js

Large diffs are not rendered by default.

150 changes: 96 additions & 54 deletions js/lib/danoni_constants.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "danoniplus",
"version": "30.6.0",
"version": "31.0.0",
"description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 78ae609

Please sign in to comment.