Skip to content

Releases: zachstultz/anime-lang-track-corrector

v1.0.0 - Big Rewrite

10 Jun 17:59
c74792f
Compare
Choose a tag to compare

v1.0.0 - Big Rewrite:

So I randomly had a burst of motivation the other day to go through and completely rewrite everything. 

The rewrite is a lot more cleaner, accurate, faster, and less buggy. It's not perfect by any means, there's still more chunking that needs to be done, renaming various functions to more proper names, a better output for the terminal/discord, more comments, unit testing, and more proper logging. But it's in a far better place than it was before.

Also, you can expect a docker setup soon. That's what originally kicked all this off, I was going to make a docker container setup, which led me to clean out the requirements, which then led me to start cleaning parts of the script, and you can see where that all went :D

(one warning, I haven't tested the changes on windows yet, just haven't setup a vm yet to do so)

New:

  • Added settings.py for user settings instead of requiring the user to hunt them down in the script f6facf2 0cb22e7 54a20d1

Changes: