Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

53 lines (30 loc) · 1.56 KB

Change Log

This document records all notable changes to Converter CSV by LimberDuck.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.0 - 2021-08-30

Added

  • converter-csv as Python package - from now on you can install it with pip install converter-csv
  • entry point converter-csv added - from now on, after installation of Converter CSV you can run it with command converter-csv

0.2.3 - 2021-03-27

Changed

  • Requirements updated with new version of pillow and pyinstaller.

0.2.2 - 2019-05-18

Changed

  • Suffix with timestamp changed to format displayed in gui.

0.2.1 - 2019-05-18

Changed

  • Cancel option handled if change target directory action has been taken.
  • About dialog window format changed to display release date.

0.2.0 - 2019-05-12

Added

  • possibility to add suffix to output files with current time or/and custom text

0.1.0 - 2018-12-31

  • Initial public release