Skip to content

Commit

Permalink
Update the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
langningchen committed Nov 2, 2024
1 parent 9fcb1f6 commit 51aa60c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to the "cyezoi" extension will be documented in this file.

## v0.0.14

- **Add support for contests** ![](assets/image.png)
- Optimize the login logic
- Set the default file to the current active file when submitting
- Fetch with UA
- Update README to include pictures

## v0.0.13

- Remember the last selected language
Expand Down
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,23 @@

CYEZOI is an extension that can help user get and submit problems without opening the browser.

![](assets/image-1.png)

## Features

TODO
This extension provides the following features:

- Problem
- Submit problem
- Fetch statement
- Record
- View record
- Contest
- View scoreboard
- Submit problem
- Fetch statement

All the features are available in the VS Code sidebar.

## Requirements

Expand All @@ -14,10 +28,10 @@ Users using this extension should have [an CYEZOI account](https://newoj.cyezoi.

Currently there are no extension settings.

<!-- This extension contributes the following settings:
This extension contributes the following settings:

* `myExtension.enable`: Enable/disable this extension.
* `myExtension.thing`: Set to `blah` to do something. -->
* `cyezoi.server`: The server address of CYEZOI. Default is `newoj.cyezoi.com`.
* `cyezoi.domain`: The Hydro domain of CYEZOI. Default is `problemset`.

## Known Issues

Expand Down
Binary file added assets/image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"cyezoi.server": {
"type": "string",
"default": "newoj.cyezoi.com",
"description": "The server address of CYEZOI"
"description": "The server address of CYEZOI, without protocol"
},
"cyezoi.domain": {
"type": "string",
"default": "problemset",
"description": "The domain of CYEZOI"
"description": "The Hydro domain of CYEZOI"
}
}
},
Expand Down

0 comments on commit 51aa60c

Please sign in to comment.