Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ranmd9a committed Dec 5, 2021
1 parent 526564f commit 8bc5fc5
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,29 @@

---

## v1.3.3 (2021/12/06)
**ATTENTION:**
- v1.3.1 以前のバージョンからアップデートする場合、初回起動時に playlist のキャッシュを再作成します。
キャッシュを再作成している間、スキャン中のダイアログが表示されるのでしばらくお待ちください。

**Bug fixes:**
- playlist を編集した時、ファイル名を playlistTitle に合わせて変更しない(既存のファイル名を維持する)ように修正。
- beatlist で playlist を編集すると、ファイル名が「playlistTitle の英数字以外をアンダーバーに置換した文字列」+「.json」になるのが
オリジナル版(v1.2.x)から続く挙動でしたが、ファイル名を変更しないように修正しています。
- 上記に伴い [My Playlists]画面での playlist 新規作成時、playlist の title 入力ダイアログを表示するように変更。

- playlist 編集画面を開いた状態で playlist のファイルが外部プログラムなどによって削除またはリネームされた時、[My Playlists]画面に戻るように修正。

**Others:**
- [Settings]画面の playlist 保存時のインデントの既定値を `None` から `Space (2)` に変更。
- 影響するのは新規インストール時と v1.3.1 以前からアップデートした場合です。
- PlaylistManager で新規作成した playlist もインデント・改行ありなのでそれに合わせています。

<br>

## v1.3.2 (2021/11/23)
**ATTENTION:**
- v1.3.2 より前のバージョンからアップデートする場合、初回起動時に playlist のキャッシュを再作成します。
- v1.3.1 以前のバージョンからアップデートする場合、初回起動時に playlist のキャッシュを再作成します。
キャッシュを再作成している間、スキャン中のダイアログが表示されるのでしばらくお待ちください。

**Improvement:**
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## v1.3.3 (06/12/2021)
**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.

**Bug fixes:**
- When editing a playlist, the file name will not be changed to match the playlistTitle.
- From v1.2.4 to v1.3.2, when editing a playlist in beatlist, the file name would change to "playlistTitle with non-alphanumeric characters replaced with underscores" + ".json".
ex) title: "My playlists 2021" -> filename: "my_playlists_2021.json"
- This version has been modified to not change (to keep) the file name.
- When creating a new playlist in the [My Playlists] screen, the playlist title input dialog will now be displayed.
- When a playlist file is deleted or renamed by an external program while the playlist editing screen is open, it will return to the [My Playlists] screen.

**Others:**
- The default indent for saving a playlist in the [Settings] screen has been changed from `None` to `Space (2)`.

<br>

## v1.3.2 (23/11/2021)
**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.2",
"version": "1.3.3",
"homepage": "https://github.com/ranmd9a/beatlist",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8bc5fc5

Please sign in to comment.