Skip to content

Commit

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

---

## v1.2.7 (2021/09/08)
**Improvement:**
- CustomLevels ディレクトリ以下のファイルの読み込み速度を改善。

**Bug fixes:**
- CustomLevels 以下に数千件データがある場合、初回起動時または[CLEAR CACHE]後の[UPDATE LIBRARY]でメモリ使用量が急増する不具合を修正。
- BOM付きの playlist ファイルを読み込めない不具合を修正。
- playlist の編集画面で、別の playlist を選択しても最初に選択したカバー画像・タイトルなどが表示されたままになる不具合を修正。
- [Beastsaber Playlists]画面でダウンロードしたばかりの playlist を編集した場合、編集が画面に反映されないことがある不具合を修正。
- 初回編集時のみ。v1.2.6 以前でも編集画面を開きなおせばそれ以降は反映されていたと思われます。
- Beastsaber からダウンロードした playlist のカバー画像が jpeg でも、ダウンロード時に png とみなして保存してしまう不具合を修正。
- "cover":"data:image/jpeg;base64,xxxx" を "xxxx" 部分はそのまま "cover":"data:image/png;base64,xxxx" で保存してしまう。

<br>

## v1.2.6 (2021/09/04)
**Improvement:**
- [My Playlists]画面でプレイリストを編集した時の処理速度を改善。
Expand All @@ -21,6 +36,7 @@
- [Beatmap Information]画面の[Refresh the data]ボタンを押しても最新情報が画面に反映されないのを修正。
- playlist のカバー画像を読み込めないことがあるのを修正。

<br>

## v1.2.6-beta4 (2021/08/29)
**ATTENTION:**
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v1.2.7 (xx/09/2021)
**Improvement:**
- Improved loading speed for files under the CustomLevels directory.

**Bug fixes:**
- Fixed a bug that may use a large amount of memory (Fix again).
- Fixed a bug that the playlist with BOM could not be loaded.
- Fixed a bug in the playlist edit screen that the first selected cover image, title, etc. is still displayed even if another playlist is selected.
- Fixed a bug where editing a newly downloaded playlist from Beastsaber would not be reflected on the screen.
- etc.

<br>

## v1.2.6 (04/09/2021)
**Features:**
- Support the new beatsaver api.
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.2.6",
"version": "1.2.7",
"homepage": "https://github.com/ranmd9a/beatlist",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7f7ad2c

Please sign in to comment.