Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ranmd9a committed Nov 22, 2021
1 parent fb80af5 commit 2696365
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@

---

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

**Improvement:**
- [My Playlists] 画面に title/author/date modified のソートと検索ボックスを追加。
- playlist への曲追加・削除ダイアログに title/author/date modified のソートを追加。
- playlist を上書き保存するとき、難易度のハイライトや syncURL などを消さないように修正。
- [Settings] 画面に playlist 保存時のインデント指定を追加。
- playlist をテキストエディタなどで直接編集しない場合は気にしなくて結構です。
- playlist や譜面を削除する場合、ゴミ箱に移動するように修正。

<br>

## v1.3.1 (2021/11/05)
**Improvement:**
- [Beatmap Online via Beatsaver]画面に chroma/noodle/mapping extensions/cinema、NPS、日付の絞り込みを追加。
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog


## 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.
While the cache is being recreated, a dialog box will appear during the scan. Please wait for a while.

**Improvement:**
- Added title/author/date modified sorting and text searching to the [My Playlists] screen.
- Added title/author/date modified sorting to the add/remove songs from playlist dialog.
- When overwriting the playlist, the difficulty highlight, syncURL, etc. are now preserved (maybe).
- Added indentation settings for saving playlists in the [Settings] screen.
- If you are not going to edit the playlist directly with a text editor, don't worry about it.
- Deleting playlists and maps now moves them to the recycle bin.

<br>

## v1.3.1 (05/11/2021)
**Improvement:**
- Added chroma/noodle/mapping extensions/cinema, NPS, and date filter to the [Beatmap Online via Beatsaver] screen.
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.1",
"version": "1.3.2",
"homepage": "https://github.com/ranmd9a/beatlist",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2696365

Please sign in to comment.