Releases: y-iihoshi/ThScoreFileConverter
Releases · y-iihoshi/ThScoreFileConverter
v2.5.0
- Supports TH18 東方虹龍洞 ~ Unconnected Marketeers.
- Experimental supports TH17.5 東方剛欲異聞 ~ Sunken Fossil World.
- Makes the displaying language in the GUI selectable from Japanese or English.
- Supports .NET 6.
- Added the application icon.
- Fixed the issue that it does not launch with corrupted configuration file.
- Fixed PNG image development not to depend on the display scaling.
- Fixed not to redistribute jQuery and jCanvas.
- Added the English manual.
- 東方虹龍洞に対応
- 東方剛欲異聞に試験的に対応
- UI の表示言語を日本語と英語から選択できるように変更
- .NET 6 に対応
- アプリケーションアイコンを追加
- 設定ファイルが壊れていた場合に起動しない問題を修正
- ベストショットファイル変換後の画像ファイルの解像度が、ディスプレイの拡大率設定に依存して変化する問題を修正
- jQuery と jCanvas を再配布しないように修正
- 英語版マニュアルを追加
v2.4.0
- Supports TH16.5 秘封ナイトメアダイアリー ~ Violet Detector.
- Supports TH17 東方鬼形獣 ~ Wily Beast and Weakest Creature.
- Changed the default character encoding setting for input/output files to UTF-8.
- Changed the character encoding of HTML templates to UTF-8.
- Rewrote HTML templates in HTML5.
- Integrated cascading style sheets per work (e.g. th06.css) into HTML templates.
- Bugfix: TH07.5 東方萃夢想 ~ Immaterial and Missing Power.
- The output of スペルカード蒐集率 of Level = Total was incorrect.
- Bugfix: TH08 東方永夜抄 ~ Imperishable Night.
- In the HTML template of 御札戦歴(スペルプラクティス), format strings for スペルカード蒐集率 of Stage 4 was missing.
- In the HTML template of プラクティススコア, the format strings for the Alice's score of Stage 4B was missing.
- Bugfix: TH10.5 東方緋想天 ~ Scarlet Weather Rhapsody.
- The format strings indicating nonexistent spell cards were not ignored when outputting デッキ用カード蒐集歴.
- Bugfix: TH13 東方神霊廟 ~ Ten Desires.
- In the HTML template of 御札戦歴(ゲーム本編), the spell cards of Over Drive were wrongly summed to the total number of spell cards.
- Updated .NET Framework from 4.5 to 4.8.
- Fixed wrong descriptions in the manual.
- 秘封ナイトメアダイアリーに対応
- 東方鬼形獣に対応
- 入出力ファイルの文字エンコーディングの初期値を UTF-8 に変更
- テンプレートファイルの文字エンコーディングを UTF-8 に変更
- テンプレートファイルを XHTML 1.1 から HTML5 に変更
- 作品別に定義していたスタイルシートをテンプレートファイル内に統合
- 東方萃夢想
- スペルカード蒐集率の難易度 Total の出力が誤っていたため修正
- 東方永夜抄
- 御札戦歴(スペルプラクティス)用テンプレートファイルにおいて、 Stage 4 のステージ別スペルカード蒐集率を一部出力していなかったため修正
- プラクティススコア用テンプレートファイルにおいて、アリスの Stage 4B のスコアを出力していなかったため修正
- 東方緋想天
- デッキ用カード蒐集歴において、存在しないカードを無視していなかったため修正
- 東方神霊廟
- 御札戦歴(ゲーム本編)用テンプレートファイルにおいて、スペルカードの総数に Over Drive の分も誤って含まれていたため修正
- .NET Framework の対象バージョンを 4.5 から 4.8 に変更
- マニュアルの誤記を修正
v2.3.0
v2.2.0
v2.1.0
v2.0.0
- Changed the software architecture according to MVVM (Model-View-ViewModel).
- Started to use Sphinx to generate the manual.
- Changed the versioning rule according to Semantic Versioning 2.0.0.
- Supports TH14.5 東方深秘録 ~ Urban Legend in Limbo.
- Supports TH15 東方紺珠伝 ~ Legacy of Lunatic Kingdom.
- Bugfix: TH09.5 東方文花帖 ~ Shoot the Bullet.
- Failed to develop bestshot files under a 64-bit environment.
- Changed the size of UI (e.g. windows and controls) to follow to the font settings.
- Updated .NET Framework from 3.5 to 4.5.
- MVVM (Model-View-ViewModel) に則ってソフトウェアの構成を変更
- マニュアルの作成に Sphinx を利用するように変更
- Semantic Versioning 2.0.0 を基にバージョン付与規則を変更
- 東方深秘録に対応
- 東方紺珠伝に対応
- 東方文花帖
- 64-bit 環境下でベストショットを現像できない不具合を修正
- ウィンドウなどのサイズをフォント設定に追従するように変更
- .NET Framework の対象バージョンを 3.5 から 4.5 に変更