diff --git a/CHANGELOG-ja.md b/CHANGELOG-ja.md index 55192e87..908b19a0 100644 --- a/CHANGELOG-ja.md +++ b/CHANGELOG-ja.md @@ -10,6 +10,20 @@ --- +## v1.3.7 (2022/02/12) +**Improvement:** +- サブフォルダーにある playlist を表示するように修正。Issue #3 + - BeatSaber 本体の Playlist Manager プラグインで [Disable Folders & Categories] がオフ(既定値)になっている前提です。 + Playlist Manager プラグインの設定を変更していなければオフのはずです。 + オンにしている場合、Beat Saber にはサブフォルダー内の playlist は表示されません。 + - v1.3.6 以前のようにサブフォルダーにある playlist を表示したくない場合は [Settings] 画面の [Disable playlist folder management] をオンにしてください。 +- playlist を保存するとき songName も保存するように修正。 + +**Bug fixes:** +- その他細かい修正。 + +
+ ## v1.3.6 (2022/01/26) **Improvement:** - playlist に含まれる譜面の一括ダウンロードを有効化。 diff --git a/CHANGELOG.md b/CHANGELOG.md index cb24ef7f..48991b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v1.3.7 (12/02/2022) +**ATTENTION:** + - If you are updating from a version earlier than v1.3.2, the playlist cache will be recreated on the first launch. + While the cache is being recreated, a dialog box will appear during the scan. Please wait for a while. + +**Improvement:** + - Fixed to show the playlist in the subfolder. Issue #3 + - It is assumed that [Disable Folders & Categories] is turned off in the Playlist Manager plug-in of BeatSaber. + If you haven't changed the setting of Playlist Manager plug-in, it should be off. + If turned on, Beat Saber will not display the playlists in the subfolders. + - If you don't want to display playlists in subfolders as in v1.3.6 or earlier, turn on [Disable playlist folder management] in the [Settings] screen. + - Changed so that songName is also saved when saving the playlist. + +**Bug fixes:** + - Other minor fixes. + +
+ ## v1.3.6 (26/01/2022) **ATTENTION:** - If you are updating from a version earlier than v1.3.2, the playlist cache will be recreated on the first launch. diff --git a/package.json b/package.json index 945de429..a3cb7a6a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "beatlist", "description": "App to create playlist for BeatSaber", - "version": "1.3.6", + "version": "1.3.7", "homepage": "https://github.com/ranmd9a/beatlist", "repository": { "type": "git",