Skip to content

Releases: iluvcapra/wavinfo

v2.3.0

08 Nov 16:11
6654a19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.0

Version 2.2.1 — Build Fix

30 May 23:05
453606d
Compare
Choose a tag to compare

Have removed requirements.txt from docs/. It was causing dependabot to issue warnings and it was no longer needed.

In order to install the dependencies for building docs, use the optional dependencies syntax with pip:

python3 -m pip install wavinfo[doc]

or

python3 -m pip install -e .[doc]

Version 2.2.0

26 Feb 19:38
Compare
Choose a tag to compare
  • Added support for Steinberg iXML metadata
  • Adopted modern pyproject.toml build specification
  • Fixed a bug with stream reading

Full Changelog: v2.1.0...v2.2.0

Version 2.1.0

27 Nov 03:04
Compare
Choose a tag to compare
  • Dolby dbmd metadata support for Dolby Atmos ADM files.
  • ADM metadata features, access to more of the ADM schema, including content, programme, object and pack entities and their relationship to in-file tracks.
  • --ixml and --adm command-line options.
  • Many documentation additions.

Full Changelog: v2.0.2...v2.1.0

Version 2.0.1 — ADM and Fixes

24 Nov 03:16
Compare
Choose a tag to compare
  • ADM metadata now added to WavInfoReader.to_dict().
  • ADM metadata added to wavinfo CLI output.
  • ADM documentation.
  • An error that occurred when reading INFO metadata from certain WAV files has been fixed.

Full Changelog: v2.0.0...v2.0.2

Version 2.0.0 — ADM Support

23 Nov 22:52
2266cc5
Compare
Choose a tag to compare
  • ADM Support: ADM metadata is read and basic channel metadata/packs/speaker assignments can be read.
  • A .devcontainer has been added to help people who want to work on this project in a GitHub codespace.
  • Tweaked the Mastodon publish notifications, added hashtags.
  • Added testing for Python 3.11 to the test matrix.

Full Changelog: v1.7.2...v2.0.0

Version 1.7.2 — Streamlined Requirements

20 Nov 20:26
ec42ee1
Compare
Choose a tag to compare
  • #13 has been fixed, I've started over with my venv and created separate venvs for the project and the documentation. This has significantly reduced the number of dependencies.
  • Have added an action to the publish workflow that will push a status update to my Mastodon account (@jamie@toot.community) whenever a new release is published.

Version 1.7.1 — Documentation

17 Nov 04:47
a3365c1
Compare
Choose a tag to compare

This release cleans up the documentation on readthedocs.io and adds a bunch of type annotations to make the library more useable.

Version 1.7.0

15 Nov 19:28
edbe748
Compare
Choose a tag to compare

This is a maintenance update that cleans up some loose ends accumulated over the last year.

  • Support for Python 3.5 and 3.6 have been dropped, due to conflicts with dependencies in lxml, a critical dependency of this project.
  • The test and packaging workflows for this project have been updated to current best practices on Github.
  • Previous test and packaging elements have been removed.

This version has no new functionality or bug fixes.

Version 1.6.3

06 Jan 19:50
Compare
Choose a tag to compare