Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 19, 2020
1 parent d954993 commit f1b57d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions TUI/Help/VersionHistory.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ <h3>Compatibility</h3>
<li>No Windows releases are planned.
</ul>

<h3>1.7.11 2020-11-17</h3>
<h3>1.7.11 2020-11-19</h3>

<p>Visible changes:
<ul>
<li> Remove counterweight widget from MCP as well as slithead status for SP2.
<li> Remove slithead status for SP2.
<li> Automatically build STUI using a GitHub Action.
</ul>


Expand Down
2 changes: 1 addition & 1 deletion TUI/Version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VersionStr = "1.7.11 2020-11-17"
VersionStr = "1.7.11 2020-11-19"
VersionName, VersionDate = VersionStr.split()
ApplicationName = "STUI"

0 comments on commit f1b57d3

Please sign in to comment.