Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@avborup avborup released this 25 Feb 15:03
· 34 commits to master since this release
06f20ae

This release primarily brings a refactoring of the entire kitty codebase. See #60 for more details on what exactly has changed internally. This change opens up for implementing new features more easily, so expect more releases soon!

As for things you will be able to see that are not just internal code changes, the changes can be broken down to:

  • Better error messages that should specify issues more concretely. Use the new --verbose/-v flag to see more details.
  • macOS ARM now also receives a prebuilt binary for each new release (aarch64-apple-darwin)
  • The history and random commands have been removed. These commands were seemingly not used often, and it streamlines the purpose of kitty a bit more. If there is a need for them, they can be added back down the line.
  • Bugs caused by the new Kattis UI update have been fixed. Namely, submission status in the CLI works again.