Releases: xalanq/cf-tool
Releases · xalanq/cf-tool
v1.0.0 Release!
Attention: If you are using <0.9.0 version
- Windows and macOS users need to download the latest version from Github Release Page.
cf upgrade
is unavailable in<0.9.0
versions. ~/.cfconfig
and~/.cfsession
move to~/.cf/config
and~/.cf/session
. You can move~/.cfconfig
to~/.cf/config
then reconfigure the handle/username and password.
Changelog
v0.9.0 Release!
Attention: There are some important updates in this version
- Windows and macOS users need to download the latest version from Github Release Page.
cf upgrade
is unavailable in<0.9.0
versions. ~/.cfconfig
and~/.cfsession
move to~/.cf/config
and~/.cf/session
. You can move~/.cfconfig
to~/.cf/config
then reconfigure the handle/username and password.- username(handle) and password store in
~/.cf/session
instead of~/.cf/config
. See #53
Changelog
v0.8.2 Release!
v0.8.1 Release!
YOU HAVE TO UPGRADE IT FROM v0.8.0
- [Fix] invalid language in template. It would cause an error in
cf submit
.
v0.8.0 Release!
v0.7.1 Release!
v0.7.0 Release!
- [Add] "remember me for a month" in log in. See #16
- [Add]
clone
command - Clone someone's codes. See #19 - [Add] support for gym. See #22
- [Update] FAQ - Enable tab completion in terminal. See #18
- [Update]
race
command - Open all problems instead of A,B,C,D,E of the contest. - [Fix]
race
command - Change the countdown URL. See #21
v0.6.0 Release!
- [Add] memory usage in
test
command. See #9 - [Update] the GIF in README.
v0.5.6 Release!
- [Update]
sid
command - Usecf sid
to open the last submission's page. See #10