Skip to content

Releases: fa0311/DMMGamePlayerFastLauncher

v5.3.0

02 Dec 16:24
50b69dd
Compare
Choose a tag to compare

概要

  • プロキシの設定項目を追加

互換性

過去に配信された v5.2 で動作していたショートカットと互換性があります

Summary

  • Added Proxy configuration item

Compatibility

Compatible with shortcuts that worked in v5.2 delivered in the past

v5.2.3

14 Oct 10:20
c0589d6
Compare
Choose a tag to compare

いくつかのhotfix

  • タスクスケジューラ経由の起動だと、優先度が「通常以下」になってしまう #109 @kurumigi に感謝
  • tools/refresh.ps1 の機能強化

(※ 私の環境の場合、優先度によるゲームの挙動の違いについてあんまり感じないので不満がない人にとって不要な操作だと思います。)
優先度について、新規で作成されたタスクにしか反映されません。data/schtasks から該当のタスクを削除した上でショートカットを作成し直す必要があります。
data/schtasks は直接編集してもタスクに反映されませんが tools/refresh.ps1 を実行することで反映されます。優先度を変更したい場合、data/schtasks/*.xml ファイル内の <Priority>7</Priority><Priority>6</Priority> に置き換えてください。

.ps1 ファイルは右クリックのメニューから実行できます。
image


(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.

The .ps1 file can be run from the right-click menu.
image

v5.2.2

25 Sep 19:21
a5e29c1
Compare
Choose a tag to compare
  • Add English Translation (by GPT-3.5)
  • Add 繁體中文 Translation (by GPT-3.5)
  • Add 簡体中文 Translation (by GPT-3.5)

Feel free to issue a issue/pr for translation errors.

v5.2.1

25 Sep 18:33
1c3082a
Compare
Choose a tag to compare

いくつかの hotfix

v5.2.0

11 Sep 03:52
0737032
Compare
Choose a tag to compare

概要

  • 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

v5.1.2

07 Sep 12:44
a036b6b
Compare
Choose a tag to compare

いくつかの hotfix

  • add ACL support #96

v5.1.1

07 Sep 09:57
9f826fa
Compare
Choose a tag to compare

いくつかの hotfix

  • 一部の設定が反映されない不具合の修正

v5.1.0

07 Sep 09:09
a55118b
Compare
Choose a tag to compare

概要

  • DRMで保護されたゲームの起動のサポート #87 の追加
  • DMMGamePlayer が起動している際に起動できないように #90 の追加

互換性

過去に配信された v5.0 で動作していたショートカットと互換性があります

Summary

  • Added support for launching DRM-protected games #87
  • Added #90 to prevent launching when DMMGamePlayer is running

Compatibility

Compatible with shortcuts that worked in the past with v5.0

v5.0.3

04 Sep 04:47
2e1967b
Compare
Choose a tag to compare

ビルドミスを修正

v5.0.2

04 Sep 00:56
ec2b763
Compare
Choose a tag to compare

いくつかの hotfix

  • 日本語言語ファイルのTypo
  • 言語切替ができない
  • デスクトップの場所を移動すると、ショートカットが作成できない #86
  • デバッグログを見やすく変更
  • ゲーム情報の取得に失敗した際に続行するように仕様変更
  • 起動時にDMMGamePlayerFastLauncherのアップデートを確認する機能を追加