Skip to content

Release 1.4.0

Latest
Compare
Choose a tag to compare
@JoseDeFreitas JoseDeFreitas released this 23 Jan 17:51
· 1 commit to main since this release

This release includes:

  • Wait 2 minutes if the 429 HTTP error "Too Many Requests" gets thrown, fixing the program entirely (as I noticed this exception was thrown if the user had completed many katas, making it impossible to reach the 100% progress) (90d5aa9).
  • Copy the slug of the last saved kata and let the user choose whether to run the loop through all the katas or only until it reaches the saved one, useful for updating the folder rather than looking for code refactors (massively decreasing the execution time). Also, changed the name of the .txt file to "config.txt" (2771b51).
  • Use the slugs of the katas instead of the kata IDs to show the exceptions, making it easier to search for them. Also, remove the warning that told the user that a kata wasn't completed, reducing the text in console; since this is later shown when the program ends, no information is lost (078caa7).
  • Show only the date of kata completion instead of the date and the time (0abbe1b).