Skip to content

Commit

Permalink
Updated welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Feb 22, 2024
1 parent f2f988a commit b10fcfe
Showing 1 changed file with 44 additions and 8 deletions.
52 changes: 44 additions & 8 deletions webview-ui/src/panels/Welcome.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,28 +57,64 @@
</div>

<div class="content_area">
<h2>What's new in 3.0.2?</h2>
<h2>What's new in TestMyCode?</h2>
<div class="content_section">
<p>
Here is a short overview of latest features. To see the full change history,
Here is a short overview of the latest features. To see the full change history,
please refer to the{" "}
<a href="https://github.com/rage/tmc-vscode/blob/master/CHANGELOG.md">
CHANGELOG
</a>
.
</p>
</div>

<div class="content_section">
<h3>3.0.2</h3>
<h4>Added new privacy notice</h4>
<p>Added a new notice about the data collected by the extension.</p>
</div>

<div class="content_section">
<h3>3.0.1</h3>
<h4>Bug fixes</h4>
<p>Fixed an issue on Windows when trying to change the exercise directory</p>
</div>

<div class="content_section">
<h3>Added new privacy notice</h3>
<h3>Updated tmc-langs-rust to 0.36.1</h3>
<h3>3.0.0</h3>
<h4>New user interface</h4>
<p>The extension has an updated look but contains all the same functionality that it used to.</p>
</div>
</div>

<div class="content_area">
<h2>Data collected by the extension</h2>
<div class="content_section">
<p>The extension does not have trackers or telemetry. It’s open source, and anyone can verify what it does. See: <a href="https://github.com/rage/tmc-vscode">https://github.com/rage/tmc-vscode</a>.</p>
<p>If you choose to submit your answer to a programming exercise to be graded to our server, the extension will send us the folder of that specific exercise. This folder contains only your solution to the exercise, and no other files are sent. This information will also include the language the server should use for error messages. The error message language is currently your computer’s locale. We may check the answers you submit for plagiarism, and we may use the IP address of the computer that submitted the exercise for blocking spam and preventing abuse.</p>
<p>The same applies if you choose to submit your answer to the TMC pastebin for sharing your solution to other students.</p>
<p>When you interact with our server, e.g. log in, download, or submit exercises, we will send the version of this plugin in the requests. This is used for blocking outdated and potentially misbehaving plugin versions.</p>
<p>
The extension does not have trackers or telemetry.
It’s open source, and anyone can verify what it does.
See: <a href="https://github.com/rage/tmc-vscode">https://github.com/rage/tmc-vscode</a>.
</p>
<p>
If you choose to submit your answer to a programming exercise to be graded to our server,
the extension will send us the folder of that specific exercise.
This folder contains only your solution to the exercise, and no other files are sent.
This information will also include the language the server should use for error messages.
The error message language is currently your computer’s locale.
We may check the answers you submit for plagiarism,
and we may use the IP address of the computer that submitted
the exercise for blocking spam and preventing abuse.
</p>
<p>
The same applies if you choose to submit your answer to
the TMC pastebin for sharing your solution to other students.
</p>
<p>
When you interact with our server, e.g. log in, download, or submit exercises,
we will send the version of this plugin in the requests.
This is used for blocking outdated and potentially misbehaving plugin versions.
</p>
</div>
</div>

Expand Down

0 comments on commit b10fcfe

Please sign in to comment.