Skip to content

v1.4.1

Choose a tag to compare

@ck2739046 ck2739046 released this 27 Jun 14:05
05a063c

HachimiDX: Maimai auto rechart tool 🐱

What's new

  • UI & Controls

    • Added a prompt suggesting users convert the model when encountering a "model file not found" error.
    • Added a manual update check button to the settings page.
    • Added a "delete_video" option to the run_ffmpeg page to support exporting files without a video stream.
    • Improved the version update popup UI and added a direct link to the download page.
  • Under the hood

    • Added support for decimal beat_index values in the BPM config exported by the bpm measurer.
    • Changed update checks from every startup to daily.
    • Added support for more file formats.
    • Updated the bundled BPM-Measurer to v1.1.1.
  • Adjusted some interface components, text, and output messages in the app to improve clarity.

  • Modified some text in the installation script to improve clarity.

Bug fixes:

  • Fixed an issue where the "mjpg" cover video stream in audio files was not being correctly ignored.
  • Fixed an issue where the installation script failed to install CUDA PyTorch correctly when an NVIDIA GPU driver version 600.x was installed.
  • Fixed an issue where bpm_notify temporary files were not being cleaned up.
  • Fixed an issue where output_path was not correctly updated after changing audio_codec on the run_ffmpeg page.

How to update from v1.4.0

  • Delete the old install/ and src/ folder in the project root directory entirely.
  • Copy the new install/ and src/ folder to the project root directory.

Full Changelog: v1.4.0...v1.4.1