diff --git a/CHANGELOG-ja.md b/CHANGELOG-ja.md index 00093ec..57761b5 100644 --- a/CHANGELOG-ja.md +++ b/CHANGELOG-ja.md @@ -1,6 +1,12 @@ # ATTENTION +- (2022/07/29 02:00) すいません。旧バージョンから v1.4.0 にアップデートした際、一部の曲が表示されなくなる場合があるようです。 + v1.4.0 にアップデートされたかたは、お手数ですが v1.4.1 にアップデートをお願いいたします。 + - v1.4.0 を新規インストールされたかたには影響ありません。 + +
+ - (2022/07/24 13:00) v1.3.8 以前のバージョンで譜面のカバー画像がうまく - 表示されない場合、v1.4.0 にアップデートしてみてください。 + 表示されない場合、~~v1.4.0~~ v1.4.1 にアップデートしてみてください。 - (2022/04/02 11:20) beatsaver.com のエイプリルフールの影響により曲が一部表示されなくなっている場合があります。 その場合は v1.3.8 以降にアップデートするか [Settings] 画面から [CLEAR CACHE] & [UPDATE LIBRARY] を実行してみてください。 - beatlist に自動アップデート機能はありませんので、最新版は上記 github アイコンか [LATEST RELEASE] ボタン(v1.3.8以降)をクリックして Release ページからダウンロードしてください。 @@ -9,6 +15,15 @@ # Changelog +## v1.4.1 (2022/07/29) +**Bug fixes:** +- 旧バージョンから v1.4.0 にアップデートした際に一部の曲が見えなくなることがある不具合を修正。 + - アップデート時に Playlist の再スキャンなどを行いますので終わるまでお待ちください。 + - BeatSaber 本体での譜面やプレイリストの表示には影響ありません。 + - アップデートではなく v1.4.0 を新規インストールした場合は、この現象は発生しません。 + +
+ ## v1.4.0 (2022/07/23) **ATTENTION:** - v1.4.0 をインストールしたあと v1.3.x に戻す場合は v1.4.0 をアンインストールしたあと Wiki の [Troubleshooting] - [方法2] の手順でデータを削除してから v1.3.x をインストールしてください。 diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf0df1..c2337c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # ATTENTION + - (29/07/2022) When updating from an older version to v1.4.0, some songs may not be displayed. + If you have updated to v1.4.0, please update to v1.4.1. + - This does not occur with new installations of v1.4.0. + +
+ - (02/04/2022) Due to beatsaver.com's April Fool's Day, some songs may not be displayed. If this is the case, please update to v1.3.8 or later or try [CLEAR CACHE] & [UPDATE LIBRARY] from the [Settings] screen. @@ -6,6 +12,15 @@ # Changelog +## v1.4.1 (29/07/2022) +**Bug fixes:** + - Added a process to correct a bug when upgrading to v1.4.0. + - When updating, the Playlist will be rescanned. Please wait until it finishes. + - The display of the maps/playlists in BeatSaber is not affected. + - This does not occur with new installations of v1.4.0. + +
+ ## v1.4.0 (23/07/2022) **ATTENTION:** - To revert back to v1.3.x after installing v1.4.0, uninstall v1.4.0, delete the data as described in [Troubleshooting_en] - [Method 2] on the Wiki, and then install v1.3.x. diff --git a/package.json b/package.json index 4986861..e950850 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "beatlist", "description": "App to create playlist for BeatSaber", - "version": "1.4.0", + "version": "1.4.1", "homepage": "https://github.com/ranmd9a/beatlist", "repository": { "type": "git",