Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ranmd9a committed Feb 12, 2022
1 parent b96ef59 commit ba2840f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
- その他細かい修正。

<br>

## v1.3.6 (2022/01/26)
**Improvement:**
- playlist に含まれる譜面の一括ダウンロードを有効化。
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<br>

## 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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ba2840f

Please sign in to comment.