Skip to content

v0.2.0

Compare
Choose a tag to compare
@hjaremko hjaremko released this 18 Apr 21:58
· 102 commits to master since this release

Changelog

  • baca submit now requires exact language string, enabling submitting to Java and C++ with files tasks. Use baca submit clear after update. Example: baca submit -f hello.cpp -t 5 -l "C++ z obsluga plikow" --zip --default.
  • --zip now compresses file.
  • Added some missing submit statuses (thanks @Zwatotem).

Installation

  • Windows users can use convenient installer.
  • Linux and macOS users should copy baca to ~/.local/bin or whatever your PATH is.
  • Cargo users can install with command cargo install --git https://github.com/hjaremko/baca-cli.git --tag v0.2.0