Skip to content

Releases: heiseish/kt

Kttool v.1.30

Choose a tag to compare

@heiseish heiseish released this 25 Dec 11:17
  • Added aliases for existing commands (using initials of the commands. For eg kt gen -> kt g
  • Added random/surprise command
  • Added help command to examine usage of each command. usage kt <command> help/--help/-h
  • Minor features and bug fixes

Add some default template files for kt config

Choose a tag to compare

@heiseish heiseish released this 07 Dec 06:23
a9890cf
Add some default template files for kt config (#5)

* feat: Some refactoring and adding default template files

* feat: Bump version

Update kttool to work with new Kattis UI

Choose a tag to compare

@heiseish heiseish released this 05 Dec 09:44
  • Update submission code to be able to correct parse new Kattis UI
  • Pin some deps' versions to prevent breaking changes

Release 1.0.0

Choose a tag to compare

@heiseish heiseish released this 01 Nov 16:01
v1.0.0

Release 1.0.0: Refactor kttool to only use python. Fix a minor issue …