Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Releases: hbayindir/magazine-renamer

Fixes after first refactoring run.

04 Jun 08:29
Compare
Choose a tag to compare

This version fixes a couple of logging messages corrupted after first refactoring run. The code is also polished just a little more. No performance or functionality changes are made.

First refactoring run.

27 Apr 11:26
Compare
Choose a tag to compare

This version doesn't introduce any new features, but refactors and documents two functions as an effort for further cleaning the code and preparing it for the future.

Under the hood changes for bigger changes.

26 Apr 07:21
Compare
Choose a tag to compare

This release contains no functional changes, but makes under the hood changes to prepare for bigger changes and new functionality.

Detailed Changes

  • Bump version to 0.0.3.
  • Added a CHANGELOG file to repository.
  • Changed all variables to snake_case.
  • Resolved a warning by renaming a variable called file to
    file_to_work_on.
  • Removed unused import os.
  • Changed default logging level to WARNING.

Hotfix release.

18 Apr 06:22
Compare
Choose a tag to compare

There was a bug in monthStringToNumber function, causing it to return 02 for Dec and December. That has been fixed.

Initial functional release.

17 Apr 15:37
Compare
Choose a tag to compare

This is the first release of the code. It's functional, but neither clean nor polished, however if you need to get work done, this will work.