Releases: LimberDuck/converter-csv
Releases · LimberDuck/converter-csv
Release v0.3.1
What's Changed
- code formatted with black
- requirements update
- from:
- chardet>=4.0.0
- imageio>=2.9.0
- PyQt5>=5.15.4
- XlsxWriter>=3.0.1
- to:
- chardet>=5.2.0
- imageio>=2.37.0
- PyQt5>=5.15.11
- XlsxWriter>=3.2.2
- from:
- tests for python
- added: 3.10, 3.11, 3.12, 3.13
- removed: 3.6, 3.7, 3.8, 3.9, 3.10
Full Changelog: v0.3.0...v0.3.1
Release v0.3.0
Added
converter-csv
as Python package - from now on you can install it withpip install converter-csv
- entry point
converter-csv
added - from now on, after installation of Converter CSV you can run it with commandconverter-csv
Release v0.2.3
- Requirements updated with new version of pillow and pyinstaller.
Release v0.2.2
- Suffix with timestamp changed to format displayed in gui.
Release v0.2.1
- Cancel option handled if change target directory action has been taken.
- About dialog window format changed to display release date.
Release v0.2.0
- possibility to add suffix to output files with current time or/and custom text
Release v0.1.0
- Initial public release