forked from gorilla-devs/GDLauncher
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
779 additions
and
577 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
module.exports = { | ||
new: [], | ||
improvements: [], | ||
bugfixes: [ | ||
new: [ | ||
{ | ||
header: 'ランチャーを閉じた時にゲームを強制終了させてしまうバグを修正', | ||
content: 'ランチャーを閉じてもゲームは継続されます。', | ||
advanced: { cm: '391dd9cc', pr: '1412' } | ||
}, | ||
{ | ||
header: 'ゲームの解像度に関するバグを修正', | ||
content: '設定が反映されないバグがありました。', | ||
advanced: { cm: '87f89ed9', pr: '1429' } | ||
}, | ||
header: 'ARMへの正式サポート', | ||
content: 'ARM(Apple M1 M2,Snapdragonなど)のに対応しました。', | ||
advanced: { cm: '4fd9a4', pr: '1451' } | ||
} | ||
], | ||
improvements: [ | ||
{ | ||
header: 'エラーコード1を修正', | ||
content: 'Javaの引数が足りていませんでした。', | ||
advanced: { cm: 'cdae501a', pr: '1420' } | ||
header: 'NewsのURLを変更しました。', | ||
content: 'インスタンスホーム画面のMinecraftNewsのURLを変更しました。', | ||
advanced: { cm: 'efa324', pr: '1443' } | ||
} | ||
] | ||
], | ||
bugfixes: [{}] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.