Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 29a97e0

Browse files
committed
Release 1.7.18
1 parent 4c81803 commit 29a97e0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

TUI/Help/VersionHistory.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ <h3>Compatibility</h3>
1616
</ul>
1717

1818

19+
<h3>1.7.18 2022-12-19</h3>>
20+
21+
<p>Visible changes:
22+
<ul>
23+
<li> Replace invalid characters in MessageWindow.
24+
</ul>
25+
26+
1927
<h3>1.7.18b1 2022-10-03</h3>>
2028

2129
<p>Visible changes:

TUI/Version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VersionStr = "1.7.18b1 2022-10-03"
1+
VersionStr = "1.7.18 2022-12-19"
22
VersionName, VersionDate = VersionStr.split()
33
ApplicationName = "STUI"

0 commit comments

Comments
 (0)