Skip to content

Commit 8692980

Browse files
authored
Merge pull request #759 from rage/update-langs
3.4.2
2 parents 2119e19 + 3ee1c15 commit 8692980

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [3.4.2] - 2025-08-21
4+
5+
- Fixed unnecessary dynamic library dependency causing errors when the library was missing on the user's computer.
6+
37
## [3.4.1] - 2025-08-21
48

59
- Fixed Python exercises including venv directories when packaging.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "test-my-code",
33
"displayName": "TestMyCode",
4-
"version": "3.4.1",
4+
"version": "3.4.2",
55
"description": "TestMyCode extension for Visual Studio Code",
66
"categories": [
77
"Education",

webview-ui/src/panels/Welcome.svelte

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
<!-- This list should generally contain only the last couple versions/months worth of updates -->
7373

7474
<div class="content_section">
75+
<h3>3.4.2 - 2025-08-25</h3>
76+
<h4>Removed an unnecessary dependency which could cause errors</h4>
77+
<p>
78+
The previous version contained a dependency on an unnecessary library which caused
79+
an error when the library was missing on the user's computer.
80+
</p>
7581
<h3>3.4.1 - 2025-08-21</h3>
7682
<h4>Fixed Python exercises including venv directories when packaging</h4>
7783
<p>

0 commit comments

Comments
 (0)