-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Deep0Thinking/dev
v0.0.3
- Loading branch information
Showing
22 changed files
with
1,374 additions
and
859 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,42 @@ | ||
# Change Log | ||
|
||
All notable changes to the "codeforces" extension will be documented in this file. | ||
All notable changes to the "vscode-CP-codeforces" extension will be documented in this file. | ||
|
||
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. | ||
## [0.0.3] | ||
|
||
## [Unreleased] | ||
### Changes | ||
|
||
- Initial release | ||
- Add more supported coding languages | ||
- Add "RECENT" directory for problems | ||
- Introduce icon for sorting in "DIFFICULTY", "RECENT" and "ALL" directories | ||
- Introduce welcome page for login | ||
- Store user-handle and sorting preferences in extension settings | ||
- Implement user preferences for coding languages and template | ||
- Include "contestId-index" in question filename | ||
- Add tags in problem descriptions | ||
- Default to keeping all folders collapsed | ||
- Add notifications prompting users to check out extension settings | ||
- Remove half-passed icon of problems for clarity | ||
- Remove redundant files and code blocks | ||
- Code formatting and cleanup | ||
|
||
### Fixed | ||
|
||
- Ensure solution files are created with absolute paths | ||
- Check validity of user handle | ||
|
||
## [0.0.2] | ||
|
||
### Changes | ||
|
||
- Added user status and submission sync | ||
- Added problems files sorting modules | ||
- Updated problems files naming display | ||
- Added coding module for every problem file | ||
- Added submit button with defective submit module | ||
|
||
## [0.0.1] | ||
|
||
### Initialized | ||
|
||
- Users can view the all the available Codeforces problems and the problems descriptions within VSCode. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.