Skip to content

v1.3.2

Compare
Choose a tag to compare
@ranmd9a ranmd9a released this 22 Nov 18:18
· 77 commits to master since this release

English follows Japanese

ATTENTION:

  • v1.3.2 より前のバージョンからアップデートする場合、初回起動時に playlist のキャッシュを再作成します。
    キャッシュを再作成している間、スキャン中のダイアログが表示されるのでしばらくお待ちください。
    playlist の数が少ない場合、ダイアログはすぐ消えるかもしれません。画面左下の [Scanner] マークが回転していなければ再作成は終わっています。
  • 動作確認はしていますが不具合が残っている可能性はあるので、事前に playlist ファイルのバックアップなど適宜お願いいたします。
  • バージョンアップしたあとうまく動かない場合は、いったん beatlist v1.3.2 をアンインストールしたあと、Troubleshooting の [方法2] の手順で beatlist のデータを削除後、v1.3.2 をインストールしなおしてみてください。※要 [UPDATE LIBRARY]
  • v1.3.1 に戻す場合も同様です。
  • Windows 11 では動作未確認です。

Improvement:

  • [My Playlists] 画面に title/author/date modified のソートと検索ボックスを追加。
  • playlist への曲追加・削除ダイアログに title/author/date modified のソートを追加。
  • playlist を上書き保存するとき、難易度のハイライトや syncURL などを消さないように修正。
  • [Settings] 画面に playlist 保存時のインデント指定を追加。
    • playlist をテキストエディタなどで直接編集しない場合は気にしなくて結構です。
    • None を指定した場合、これまでどおり改行無しの一行で保存されます。
    • Space (2) を指定した場合、以下のように半角空白2個のインデントが付加されて保存されます。
      {
        "playlistTitle": "title",
        "playlistAuthor": "author",
        "playlistDescription": "description",
        "songs": [
          {
            "hash": "xxxx"
          }
        ],
        "image": "..."
      }
  • playlist や譜面を削除する場合、ゴミ箱に移動するように修正。

インストール手順はこちら
制限事項はこちら
既知の不具合はこちら


English (almost machine translation)

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.
    If you have a small number of playlists, the dialog may disappear quickly. If the [Scanner] mark in the lower left corner of the screen does not rotate, the re-creation is finished.
  • Please back up your playlist files beforehand, as there is a possibility that some problems may remain.
  • If it doesn't work after upgrading, try uninstalling beatlist v1.3.2, deleting the beatlist data as described in Troubleshooting [Method 2], and then reinstalling v1.3.2.
  • Not tested on Windows 11.

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.
    • If you specify None, the file will be saved on a single line with no line feeds as before.
    • If you specify Space (2), the file will be saved with two spaces indented as shown below.
      {
        "playlistTitle": "title",
        "playlistAuthor": "author",
        "playlistDescription": "description",
        "songs": [
          {
            "hash": "xxxx"
          }
        ],
        "image": "..."
      }
  • Deleting playlists and maps now moves them to the recycle bin.

How to install
Limitations ※Japanese only -> Google translation
Known issues ※Japanese only -> Google translation