Skip to content

Releases: fa0311/DMMGamePlayerFastLauncher

v6.1.3

20 Mar 08:55
e2f737d

Choose a tag to compare

いくつかの hotfix

  • ゲームのアップデートが高速化
  • インストーラーの挙動を変更する
  • 翻訳漏れを修正
  • 一部の入力フォームでコピペが出来なかった問題の修正
  • ドキュメントの修正

v6.1.2

18 Mar 21:27
8f0382f

Choose a tag to compare

いくつかの hotfix

  • Discord Rich Presence 学マス対応

v6.1.1

18 Mar 20:49
cae3a39

Choose a tag to compare

いくつかの hotfix

  • 翻訳ファイルの修正

v6.1.0

18 Mar 20:33
6ff6069

Choose a tag to compare

概要

  • v6.0.0 で削除した機能を再実装して戻した
    • ブラウザログイン機能を追加
    • セッションの編集機能の追加
  • 常にDMMから取得するオプションの追加
  • Unity 引数の説明を追加
  • ファイルのみ保存する際のエラーを修正

互換性

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

Summary

  • Reimplemented and restored features removed in v6.0.0
    • Added browser login functionality
    • Added session editing functionality
  • Added an option to always retrieve data from DMM
  • Added descriptions for Unity arguments
  • Fixed an error that occurred when saving files only

Compatibility

Compatible with shortcuts that worked in v6.0 delivered in the past

v6.0.0

17 Mar 14:24
f587d51

Choose a tag to compare

Warning

v6.x はまだ新しいので動作が不安定な場合があります
v5.x をDMMGamePlayer v5.3.22で使いたい場合、ブラウザからのインポートを使用するとうまくいくかもしれません
学マスに間に合わせるため急ピッチでのリリースです

概要

  • DMMGamePlayer v5.3.22 をサポートしました #161

互換性

  • 過去に配信された v5.10 で動作していたショートカットと互換性があります
  • 過去に配信された v5.10 でインポートされたアカウント情報とは互換性がありません

Warning

v6.x is still new, so it may be unstable.
If you want to use v5.x with DMMGamePlayer v5.3.22, importing from the browser might work.

Summary

  • Add support for DMMGamePlayer v5.3.22. #161)

Compatibility

  • Compatible with shortcuts that worked in the previously released v5.10.
  • Not compatible with account information imported in the previously released v5.10.

v5.10.0

31 Jan 17:47
e002aaf

Choose a tag to compare

概要

  • #153 の修正
  • 依存関係の更新

互換性

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

Summary

  • fix #149
  • update dependencies version

Compatibility

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

v5.9.0

28 Nov 02:02
045b9e7

Choose a tag to compare

概要

ブラウザから認証情報を抽出する機能

#147 によって追加されたブラウザから認証情報を抽出する機能はほとんどのログインに関する問題を解消します。
DMMGamePlayerからログイン情報を抽出していましたが、DMMGamePlayerは大雑把にログイン情報を管理するため不具合が多発していました。
ブラウザからログイン情報を抽出することによって全てが解決しますが、新しい試みなため予期しない不具合が発生する場合があります。
#135 (comment)
https://x.com/faa0311/status/1861950831354151283

互換性

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

Summary

Feature to Extract Authentication Information from the Browser

The feature to extract authentication information from the browser, added in #147, resolves most login-related issues.
Previously, login information was extracted from DMMGamePlayer, but due to its loose management of login data, many problems occurred.
Extracting login information directly from the browser resolves all these issues; however, since this is a new approach, unexpected bugs may occur.
#135 (comment)
https://x.com/faa0311/status/1861950831354151283

Compatibility

Compatible with shortcuts that worked in v5.8 delivered in the past
Works with DMMGamePlayer v5.3.12 or later

v5.8.0

26 Nov 05:11
99abc76

Choose a tag to compare

概要

互換性

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

Summary

Compatibility

Compatible with shortcuts that worked in v5.7 delivered in the past
Works with DMMGamePlayer v5.3.12 or later

v5.7.0

06 Jun 05:28
faa96db

Choose a tag to compare

概要

  • フォントが言語ごとに変わるように変更
  • フォントプリセット設定の追加
  • テーマの追加
  • カレントディレクトリの所有者と実行ユーザーが異なる場合に、ショートカットが権限昇格出来なかった問題の修正

互換性

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

Summary

  • Changed the font to vary by language
  • Added font preset settings
  • Added themes
  • Fixed an issue where shortcuts couldn't elevate permissions when the owner of the current directory was different from the executing user

Compatibility

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

v5.6.1

14 Mar 04:41
c131a73

Choose a tag to compare

いくつかの hotfix

  • Discord が起動していない状態でゲームが起動できない問題の修正
  • エラーが発生した際に正しくプログラムが終了しなかった問題の修正
  • ファイル名の入力欄に半角英数字と一部記号のみしか受け付けないバリデーションチェックを追加 #129