Skip to content

Release v4.0.0-Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@hizumiaoba hizumiaoba released this 10 Mar 05:48
· 46 commits to master since this release
dd42ddc

4.0.0-Beta (2022-03-10)

English

WARNING!!!

This is the pre-release app!
If you are not good at computer, please use latest stable version!

⚠BREAKING CHANGE

  • We added "Crash" internal function. This is the safety for unexpected exceptions or errors! If you encountered unexpected exceptions or errors that application couldn't keep up, app will close automatically and generate crash report. you can report bugs or questions with your crash report!
  • We added "Song Information" feature and GUI has tabs! After you start playing, you can see the song informations! Thanks to HajimeAPI!
  • Application will need Java 11 or higher! If you cannot start app, make sure you are using Java 11 or higher!

New features

  • add calc method (WIP)
  • add file out func (WIP)
  • add IO classes (WIP)
  • add song detail showing
  • add "crash" feature
  • add version suffix

Bug fixes

  • fix null value state
  • use crash feature instead of printing log
  • fix not applying window size property
  • version checking is now disabled when you use Alpha, beta channel of application
  • and some minor bugs...

日本語

警告

これはβバージョンのアプリケーションです!
コンピューターに詳しくない場合、このバージョンではなく、最新安定版をご使用ください!

破壊的変更

  • アプリケーションに「クラッシュ」という内部処理が追加されました!こちらの機能は、アプリケーションが例外やエラーにより続行不可能になった場合、ユーザーのコンピューターにアプリ外の影響を最小限にとどめるためのものになります。アプリケーションがクラッシュした場合、アプリケーションはすぐに閉じられ、「クラッシュレポート」が生成されます!こちらを使用してバグ報告や質問などをしてもかまいません!
  • 「楽曲詳細情報」のタブを追加しました!こちらではユーザーがプレイした楽曲の詳細情報を確認することができます!(データ取得元:ふじわらはじめAPI)
  • アプリケーションの起動に必要なJavaバージョンが11に引き上げられました!もし起動ができないなどの不具合があれば、11以上のJavaが正しくインストールされているかどうか確認してください!

新機能

  • スコア計算メソッドの追加(作業中)
  • ファイル出力機能の追加(作業中)
  • 汎用ファイル入出力メソッドの追加(作業中)
  • 「楽曲詳細情報」を出力するタブを追加
  • 内部処理「クラッシュ」の実装
  • バージョン文字列へ「接尾語」の追加

不具合修正

  • 特定の状況下において、NullPointerExceptionが発生する不具合を修正
  • 今まではログ出力のみ行っていた部分を、「クラッシュ」するように修正
  • settings.jsonファイル内プロパティwindowWidthwindowHeightが正しくGUIに適用されない不具合を修正
  • アルファ、ベータチャンネルのアプリケーションではバージョンチェックを強制的にOFFにするよう修正
  • その他、軽微な不具合を修正