Releases: fa0311/DMMGamePlayerFastLauncher
v5.5.0
<!>This version has serious bugs and should not be used!
概要
- Steam との互換性を強化するオプションを追加
- Discord rich presence のサポートを追加
- ツールチップを追加
互換性
過去に配信された v5.4 で動作していたショートカットと互換性があります
Summary
- Added option to enhance compatibility with Steam
- Added discord rich presence
- Add tooltip
Compatibility
Compatible with shortcuts that worked in v5.4 delivered in the past
v5.4.1
v5.4.0
概要
- 言語のファイル名を変更
- デフォルトの言語を
locale.getdefaultlocale
で決定するように変更 (ない場合はen_US
) cp932
ではない OS でショートカットを生成するときの問題を修正 #117- Token を自動で非表示にするオプションを追加
- ツールチップに注意事項を追加 #113
互換性
過去に配信された v5.3 で動作していたショートカットと互換性があります
Summary
- Changed file name for language
- Changed default language to be determined by
locale.getdefaultlocale
(en_US
if not present) - Fixed shortcut generation problem on non
cp932
OS #117 - Added option to auto-hide Token
- Added note to tooltip #113
Compatibility
Compatible with shortcuts that worked in v5.3 delivered in the past
v5.3.0
v5.2.3
いくつかのhotfix
(※ 私の環境の場合、優先度によるゲームの挙動の違いについてあんまり感じないので不満がない人にとって不要な操作だと思います。)
優先度について、新規で作成されたタスクにしか反映されません。data/schtasks
から該当のタスクを削除した上でショートカットを作成し直す必要があります。
data/schtasks
は直接編集してもタスクに反映されませんが tools/refresh.ps1
を実行することで反映されます。優先度を変更したい場合、data/schtasks/*.xml
ファイル内の <Priority>7</Priority>
を <Priority>6</Priority>
に置き換えてください。
(Note: In my environment, I don't feel much difference in game behavior depending on the priority level, so I think this operation is unnecessary for those who are not dissatisfied.)
The priority is only applied to newly created tasks. You need to delete the task from data/schtasks
and re-create the shortcut.
Direct editing of data/schtasks
will not affect tasks, but running tools/refresh.ps1
will. If you want to change the priority, replace <Priority>7</Priority>
with <Priority>6</Priority>
in the data/schtasks/*.xml
file.
v5.2.2
v5.2.1
いくつかの hotfix
- 日本語ファイルの修正 @reindex-ot に感謝
v5.2.0
概要
- DMMGamePlayer のランチャーを強化 (後方互換性無し)
- #98 ログでのデコードエラーを修正
- #100 初回起動時のエラーを修正
- #93 デバッグウィンドウの挙動を修正
- #101 作業フォルダーの修正
- ランチャー起動ショートカットのアイコンを変更
- アップデートの強化
- ログのファイル出力を追加
- 権限のチェックを追加
- 内部コードのリファクタリング
互換性
過去に配信された v5.1.0 で動作していた一部のショートカットと互換性がありません
DMMGamePlayer のランチャーショートカットを全て作り直してください
Summary
- Enhanced DMMGamePlayer launcher (no backward compatibility)
- #98 Fixed decoding error in logs
- #100 Fixed error on first launch
- #93 Fix debug window behavior
- #101 Fix working folders
- Changed launcher launch shortcut icon
- Update enhancements
- Added log file output
- Added permission checks
- Refactored internal code
Compatibility
Incompatible with some shortcuts that worked in the v5.1.0 version delivered in the past
Please rebuild all DMMGamePlayer launcher shortcuts