Skip to content

1.0.4

Pre-release
Pre-release

Choose a tag to compare

@unfor19 unfor19 released this 21 Dec 18:45
· 29 commits to main since this release
756901a

What's Changed

  • Enhancements
    • Reduced sleep time to reduce processing speed.
    • Improved removal of old tracks by making sure that only tracks that were processed due to gaps are deleted.
    • Fixed unit tests assertion, the test is valid now
    • Added more tests - venv--test-cli
    • Added timeout (wrapt_timeout_decorator) to the internal do_command_ for
    • handling freezes due to random access to pipes (I/O operations)
    • Added audacity-scripting as a CLI command; After installing this package, the CLI is available with both audacity-scripting and audacity_scripting
  • Logs
    • Improved logs - printing the status of what's happening clearly.
    • Replaced the word "Finished" with "Completed"; I feel that "F" has a lousy context, and reading "C" makes me feel better.
  • Makefile
    • Added pipelist targets to download and install.
    • Added audacity targets to download and install.
  • CI/CD
    • Added "wait for Audacity" by waiting for Audacity.exe to exist.
    • Removed pipelist - this was useful for debugging; no need anymore.
    • Removed the need of Choco; Downloading Audacity .exe and installing it silently - takes 10 seconds instead of 40 seconds with Choco.
  • Docs
    • Added link to this package in PyPi.
    • Added the Contributing section

Full Changelog: 1.0.3...1.0.4