v0.4.0
Changelog
- Added automatic detection of the the allowed language of the submit.
- Added
baca last
command, which prints last submit's tests statuses. details
now prints given submit's tests statuses.last
andlog
commands can now be filtered by task id.- Add the feature to rename the file to be submitted (
submit --rename <filename>
). - Renamed
--default
to--save
, added prompt for save if not provided. - Added
submit config
to manually edit submit config. - Added
config
command to manually edit credentials and connection config. - Added
clear
command to remove.baca
directory. - Added prompt for task.
- Other improvements.
Full Changelog: v0.3.1...v0.4.0
Installation
- Windows users can use a convenient installer.
- Linux and macOS users should copy
baca
to~/.local/bin
or whatever yourPATH
is. - Cargo users can install with command
cargo install --git https://github.com/hjaremko/baca-cli.git --tag v0.4.0
- Arch Linux users can download the latest release from AUR.