danoniplus 44.5.7 → 44.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/js/danoni_main.js CHANGED
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 44.5.7`;
11
+ const g_version = `Ver 44.5.8`;
12
12
  const g_revisedDate = `2026/03/06`;
13
13
 
14
14
  // カスタム用バージョン (danoni_custom.js 等で指定可)
@@ -7572,6 +7572,9 @@ const setDifficulty = (_initFlg) => {
7572
7572
  // ユーザカスタムイベント(初期)
7573
7573
  g_customJsObj.difficulty.forEach(func => func(_initFlg, g_canLoadDifInfoFlg));
7574
7574
 
7575
+ // 設定サマリー表示の更新
7576
+ updateSettingSummary();
7577
+
7575
7578
  // ---------------------------------------------------
7576
7579
  // 4. 譜面初期情報ロード許可フラグの設定
7577
7580
  g_canLoadDifInfoFlg = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "44.5.7",
3
+ "version": "44.5.8",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "./js/danoni_main.js",
6
6
  "scripts": {