Skip to content

Commit

Permalink
Merge pull request #715 from rage/3.0.3
Browse files Browse the repository at this point in the history
v3.0.3
  • Loading branch information
Heliozoa authored Feb 27, 2024
2 parents 9e87624 + 62121fc commit 5e89caa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [3.0.3] - 2024-02-26

- Fixed missing "Send solution to server" button when tests are ran successfully
- Fixed running tests for exam exercises not working correctly

## [3.0.2] - 2024-02-22

- Bumped TMC-langs version to 0.36.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-my-code",
"displayName": "TestMyCode",
"version": "3.0.2",
"version": "3.0.3",
"description": "TestMyCode extension for Visual Studio Code",
"categories": [
"Other"
Expand Down
8 changes: 8 additions & 0 deletions webview-ui/src/panels/Welcome.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
</p>
</div>

<div class="content_section">
<h3>3.0.3</h3>
<h4>Fixed missing "Send solution to server" button when tests are ran successfully</h4>
<p>This button existed in the old UI but was accidentally omitted from the new one.</p>
<h4>Fixed running tests for exam exercises not working correctly</h4>
<p>Previously, trying to run tests for an exam exercise would show an endless loading spinner.</p>
</div>

<div class="content_section">
<h3>3.0.2</h3>
<h4>Added new privacy notice</h4>
Expand Down

0 comments on commit 5e89caa

Please sign in to comment.