Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 618 Bytes

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 618 Bytes

Changelog

All notable changes to this project will be documented in this file.

[ 0.4 ] - 07/01/2020

  • Added setup.py and uploaded to pip
  • Updated to usage as package
  • Updated print to logging
  • Many small fixes

[ 0.3 ] - 06/11/2019

  • Refactored all functions
  • Checked using flake8 and docstrings linter.

[ 0.2 ] - 06/11/2019

Added

  • Added configuration of script and making config.json
  • Added argvparser

Changed

  • Refactored all functions
  • Changed STDOUT info and method
  • Changed command executing method

[ 0.1 ] - 02/26/2019

  • Script created