Releases: iluvcapra/ptulsconv
Version 2.1.1
Added support for version 3.12, some small nudges in implementation and documentation.
What's Changed
- Add Python 3.12 support by @iluvcapra in #12
Full Changelog: v2.1.0...v2.1.1
Version 2.1.0
Added an index
field to the TrackDescriptor
object.
Full Changelog: v2.0.1...v2.1.0
Version 2.0.1 — Source Code Cleanup
Source code had been cleaned-up to pass flake8
.
Also! A minor typo in the PTSL setup code was preventing automatic session scanning, this has been fixed in 70a5206
What's Changed
- Flake8 code cleanups and a bug fix by @iluvcapra in #10
Full Changelog: v2.0.0...v2.0.1
Version 2.0.0 — PTSL Support
The ptulsconv
command line tool can now export text directly from Pro Tools if it is open.
What's Changed
- Eliminate Python 3.7 Support by @iluvcapra in #7
- Add Flake8 to build tests, clean up code style by @iluvcapra in #8
New Contributors
- @iluvcapra made their first contribution in #7
Full Changelog: v1.0.7...v2.0.0
Version 1.0.7 — Build Fixed!
- Numerous fatal errors with pyproject.toml have been fixed.
- Build system has been updated to use Pypi Trusted Publisher facility.
Full Changelog: v1.0.6...v1.0.7
Version 1.0.6 — Build System Update
- Updated to modern python build system
Version 1.0.4 — Documentation!
A bunch of documentation has been added to this release, including a Quickstart.
Full Changelog: v1.0.3...v1.0.4
Version 1.0.3 — Fixing a broken deploy
I think the tag on v1.0.2 was pointing to an incomplete revision, this is a good one.
Version 1.0.2 — Bugs
- Some fixes to silence test warnings.
- Updates to the test and deploy workflows.
Version 1.0.1
This is mostly to test my new Pypi upload workflow, though there is one new feature:
- Version and copyright message are displayed with every run now, including with
-h
, and not just when a document is generated.