Skip to content

Releases: LeXofLeviafan/TaskConv

v2.0.1

27 Jul 23:41
Compare
Choose a tag to compare
  • Implemented const token parser & the special token $|.

(Note: winxp version is for offline installation on a Windows XP machine;
winxp-nocompile disables compilation support but includes a precompiled executable)

v2.0

27 Jul 23:32
Compare
Choose a tag to compare
  • Rewritten code completely in Python.
  • Reorganized configuration, made tokens configurable.
  • Extended letter numbering for multi-letter numbers.
  • Implemented unit tests including task format testing.

(Note: winxp version is for offline installation on a Windows XP machine;
winxp-nocompile disables compilation support but includes a precompiled executable)

v1.2.2

27 Jul 23:25
Compare
Choose a tag to compare
  • Modified jar to make Main callable, added run test.
  • Added javadoc directory.

v1.2.1

27 Jul 23:23
Compare
Choose a tag to compare
  • Fixed Windows separator parse exception bug.
  • Fixed confusing messaging behaviour.
  • Replaced --clean with --keep, making cleaning the default choice; using --keep without --move doesn't result in an error.
  • Added option --level to allow procesing multiple tasks of the same type at a time.

v1.2

27 Jul 23:20
Compare
Choose a tag to compare
  • Rewritten code completely in Java.
  • Fixed detection, fixed faildetect bug.
  • Changed default value of --outfile option.
  • Provided possibility of user input based choice in case of multidetect, added option --auto for reverting to old behaviour.
  • Added option --workdir for changing output directory.
  • Added option --clean for removing empty directories after moving files from them.

v1.1

27 Jul 23:16
Compare
Choose a tag to compare
  • Added option --infilesonly for tasks without output files.
  • Fixed faildetect access violation bug.

v1.0

27 Jul 23:12
Compare
Choose a tag to compare

Initial implementation