Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ranmd9a committed Sep 3, 2021
1 parent d6f1567 commit 5277f0e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG-ja.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

**ATTENTION:**
- beatlist に自動アップデート機能はありませんので、最新版は上記 github アイコンをクリックして Release ページからダウンロードしてください。
- v1.2.6-beta~beta3 からアップグレードされる場合は、最新バージョンをインストールしたあとに [Settings]画面で [CLEAR CACHE] & [UPDATE LIBRARY] の実行をお願いします。

<br>

---

## v1.2.6 (2021/09/04)
**Improvement:**
- [My Playlists]画面でプレイリストを編集した時の処理速度を改善。
- 高速化の都合上、playlist 編集画面からは Beatmap Information 画面をダイアログ形式で開くように変更。

**Features:**
- [Copy BSR]ボタン追加。
- ただし beatsaver.com から削除された曲の値は取得できません。

**Bug fixes:**
- [Beatmap Information]画面の[Refresh the data]ボタンを押しても最新情報が画面に反映されないのを修正。
- playlist のカバー画像を読み込めないことがあるのを修正。


## v1.2.6-beta4 (2021/08/29)
**ATTENTION:**
- すいません。以前 v1.2.6-beta~beta3 をインストールしたかたは、このバージョンをインストールしたあとに [Settings]画面で [CLEAR CACHE] & [UPDATE LIBRARY] の実行をお願いします。
Expand Down
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
# Changelog

## v1.2.6 (NOT RELEASED)
## v1.2.6 (04/09/2021)
**Features:**
- Support the new beatsaver api.
- Add [Copy BSR] button.

**Improvement:**
- Changed to load beatsaver.com data as of August 2021 as a cache when executing [CLEAR CACHE] & [UPDATE LIBRARY] in the Settings screen.
- When the [UPDATE LIBRARY] button is pressed, songs that could not be retrieved are now retrieved again.
- exclude 404 error.
- Improved the processing speed when editing a playlist in the My Playlists screen.

**Bug fixes:**
- Fixed a problem that the songs deleted from beatsaver.com are not displayed in playlist even if they exist in the CustomLevels directory.
- Fixed a bug that caused memory usage to increase when executing [UPDATE LIBRARY].
- Fixed a bug that may use a large amount of memory when executing [UPDATE LIBRARY] in the Settings screen.
- Fixed a problem where a zip file downloaded from beatsaver.com would remain locked, resulting in a "`Couldn't extract beatmap. [undefined]: undefined`" error.
- Fixed a problem where zip files downloaded from beatsaver.com would sometime remain under `%APPDATA%\..\Local\Temp`.

- Fixed a bug that caused an error when closing a dialog with the ESC key.
- Fixed a bug that the cover images of some playlists could not be loaded.
- etc.

**Others:**
- DiscordRichPresense disabled by default.
- Changed the Home screen to show the change history in Japanese if the browser language is Japanese.
- Batch downloads in the My Playlists screen are being disabled.
- Added [Refresh the Data] button to the [Saved Beatmaps] screen.

<br>

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-beta4",
"version": "1.2.6",
"homepage": "https://github.com/ranmd9a/beatlist",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5277f0e

Please sign in to comment.