Skip to content

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Aug 8, 2020
1 parent 633e8a7 commit b78f0c4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.3.2] - 2020-08-08Z

### Added

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-compete"
version = "0.3.1"
version = "0.3.2"
authors = ["Ryo Yamashita <qryxip@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 5 additions & 3 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,13 @@ Gitリポジトリ下に、各サイトに対する[ワークスペース](https

**ワークスペースを対象に取ります。**

![Screenshot](https://user-images.githubusercontent.com/14125495/89306652-206d3100-d6ab-11ea-8d33-8bf3e3419bb8.png)
![Screenshot](https://user-images.githubusercontent.com/14125495/89712134-d5fcf480-d9c9-11ea-9124-bcd0caabb545.png)

`--open`で問題のページをブラウザで開きます。また`compete.toml``open`を設定することで、ソースコードとテストケースのYAMLをエディタで開くことができます。

![Screenshot](https://user-images.githubusercontent.com/14125495/89118593-b05f7f00-d4e1-11ea-9644-32c3560bda29.png)
![Screenshot](https://user-images.githubusercontent.com/14125495/89712184-25432500-d9ca-11ea-92fe-f699b6e0cfab.png)

`--open`を付け忘れた場合は[`cargo compete open`](#cargo-compete-open)で開いてください。

### `cargo compete retrieve testcases` / `cargo compete download`

Expand Down Expand Up @@ -122,7 +124,7 @@ $ xdg-open "$(cargo compete r ss | jq -r '.summaries[0].detail')"

提出を行います。

![Screenshot](https://user-images.githubusercontent.com/14125495/89117413-8786bc00-d4d8-11ea-92b3-ce71151c3d45.gif)
![Record](https://user-images.githubusercontent.com/14125495/89711920-40149a00-d9c8-11ea-86ec-154f662405ed.gif)

**パッケージを対象に取ります。パッケージ内に`cd`して実行してください。**
対象パッケージの`[package.metadata]`から提出先のサイトと問題を決定します。
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ A Cargo subcommand for competitive programming.

Supports AtCoder, Codeforces, and yukicoder.

![Screenshot](https://user-images.githubusercontent.com/14125495/89305770-04b55b00-d6aa-11ea-9a08-d1a4f0631d06.png)

![Screenshot](https://user-images.githubusercontent.com/14125495/89712134-d5fcf480-d9c9-11ea-9124-bcd0caabb545.png)

![Screenshot](https://user-images.githubusercontent.com/14125495/89712184-25432500-d9ca-11ea-92fe-f699b6e0cfab.png)

![Record](https://user-images.githubusercontent.com/14125495/89711920-40149a00-d9c8-11ea-86ec-154f662405ed.gif)

## License

Dual-licensed under [MIT](https://opensource.org/licenses/MIT) or [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0).

0 comments on commit b78f0c4

Please sign in to comment.