Releases: jeanslack/FFcuesplitter
Releases · jeanslack/FFcuesplitter
FFcuesplitter 1.0.25
What's Changed
- Switched to hatchling as the default build backend which replaces setuptools.
- Fixed some linter warning/error using pylint + flake8 linters.
- Changed
info.py
toabout.py
+ code improvements. - Removed
setup.py
file because it was obsolete. - Removed
MANIFEST.in
file because it was obsolete. - Minimum Python version fixed at v3.8 .
FFcuesplitter 1.0.23
What's Changed
- update info by @jeanslack in #32
- ffcuesplitter: fix ValueError when processing the progress bar by @alecchangod in #34
- ready for release by @jeanslack in #35
New Contributors
- @alecchangod made their first contribution in #34
Full Changelog: v1.0.22...v1.0.23
FFcuesplitter 1.0.22
Full Changelog: v1.0.21...v1.0.22
FFcuesplitter 1.0.21
FFcuesplitter 1.0.20
FFcuesplitter 1.0.19
FFcuesplitter 1.0.18
What's Changed
- Fixes Python compatibility on setup.py.
- Fixes tests case.
- Made CI on GitHub actions
- fix setup by @jeanslack in #25
- fix tests cases by @jeanslack in #26
Full Changelog: v1.0.17...v1.0.18
FFcuesplitter 1.0.17
What's Changed
- fix UnboundLocalError: local variable newstr referenced before assign… by @jeanslack in #24
Full Changelog: v1.0.16...v1.0.17