OSDN Git Service

fix: Increment Version to v0.0.4 (#9) v0.0.4
authorhizumiaoba <56146205+hizumiaoba@users.noreply.github.com>
Tue, 13 Jul 2021 09:55:50 +0000 (18:55 +0900)
committerGitHub <noreply@github.com>
Tue, 13 Jul 2021 09:55:50 +0000 (18:55 +0900)
* fix:GUI要素位置調整

* feat:一部動作を非同期化、例外メッセージを詳細化

* fix:例外処理を一部詳細化

* fix:例外処理テスト

* fix:ダイアログへの表示内容

* test:テストコード削除

* fix: 大幅変更

* fix: 少し修正

* perf: GUI修正

* chore: Font changed

* perf: ActionListener実装

* perf: 一部処理を非同期化

* fix: フィールドが正しく宣言されていなかった

* fix: 仮選択用のArraylistが重複して情報を保持できていた

* perf: 不要なフィールドの削除

* perf: ライブラリコード更新

* perf: ログ詳細化

* fix: SettingProperty変更

* perf: 初回起動用の設定ファイル作成メソッド

* perf: Settingのパフォーマンス向上

* fix: 初回起動時の挙動修正

* chore: 条件分岐修正

* fix: ログ詳細化

* perf: コード易読化

* perf: メッセージ追加

* perf: Set up Logger

* fix: 例外時の処理を簡略化

* ci: yml file changed

* fix: ログレベル設定

* ci: delete PR_commit_body

* fix: Increment Version to v0.0.4

.github/workflows/PR_commit_body.yml [deleted file]
src/com/ranfa/main/DelesteRandomSelector.java

diff --git a/.github/workflows/PR_commit_body.yml b/.github/workflows/PR_commit_body.yml
deleted file mode 100644 (file)
index 5a8a38b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-on:
-  pull_request:
-    types: [opened, synchronize]
-
-name: Pull Request updated
-
-jobs:
-  history:
-    name: Pull Request Body
-    runs-on: ubuntu-latest
-    if: startsWith(github.event.pull_request.head.ref, 'release/')
-    steps:
-      - name: Pull Request Body
-        uses: technote-space/pr-commit-body-action@v1
index de8353e..852501a 100644 (file)
@@ -36,7 +36,7 @@ import com.ranfa.lib.Settings;
 import com.ranfa.lib.Song;
 import com.ranfa.lib.Version;
 
-@Version(major = 0, minor = 0, patch = 1)
+@Version(major = 0, minor = 0, patch = 4)
 public class DelesteRandomSelector extends JFrame {
 
        private static ArrayList<Song> selectedSongsList = new ArrayList<Song>();