Skip to content

Commit

Permalink
🔖 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
unneon committed Jul 29, 2021
1 parent 4dd23d7 commit 2fc3edd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.2

- Fixed an issue where closing the tab during stress tests would cause the extension to panic, due to some recent VS Code changes.
- Fixed an issue where downloading tasks would cause ICIE to hang due to some recent Node.js changes.

## 1.0.1

- Fixed a CodeChef issue where the site sometimes claims the problem is "not visible", even though it clearly is. ICIE will now wait 10 seconds and retry up to 4 times, treating this similarly to a network error.
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 = "icie"
version = "1.0.1"
version = "1.0.2"
authors = ["Mateusz Cegiełka <[email protected]>"]
edition = "2018"
description = "Competitive programming IDE-as-a-VS-Code-plugin"
Expand Down

0 comments on commit 2fc3edd

Please sign in to comment.