Skip to content

v1.3.1

Choose a tag to compare

@ck2739046 ck2739046 released this 09 Jun 07:33

What's new

  • UI & Controls

    • Added a pre-check in media_tools to verify that all selected files contain audio streams before starting analysis.
    • Rewrote some widgets for a better look and more consistent styling.
  • Installation

    • Added a check for Nvidia graphics card driver version compliance during software installation.
    • Modified some text in the installation script to improve clarity.
    • The installation script no longer attempts to install cu128/cu130 versions of PyTorch, as the older version is sufficient and offers better compatibility.
  • Adjusted some interface components, text, and output messages in the app to improve clarity.

  • Modified some text in the README to improve clarity.

Bug fixes:

  • Fixed an issue where installation failed when the software path contained spaces. (#10)
  • Fixed an issue where media_tools threw a NoBackendError when processing certain files.
  • Fixed an issue where some .wav files were incorrectly treated as invalid audio files during audio parsing.
  • Fixed an issue where the UI appearance was abnormal under certain system versions or system themes.

How to update from v1.3.0

  • Delete the old README_zh_cn.md & README.md in the project root directory.
  • Copy the new README files to the project root directory.
  • Delete the old src/ folder in the project root directory entirely.
  • Copy the new src/ folder to the project root directory.

New PRs

  • [*] install.py: use list[str] argv to correctly handle spaced values by @Copilot in #11
  • 统一 combobox 样式 by @ck2739046 in #12

New Contributors

  • @Copilot made their first contribution in #11

Full Changelog: v1.3.0...v1.3.1