Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very Small Fix #9

Merged
merged 1 commit into from
Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wtfpsbooster/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ Step 5: You are all set, click Launch on your Launcher and the game should boost
End Sub

Private Sub chang_log_Click(sender As Object, e As EventArgs) Handles chang_log.Click
Dim unused = MessageBox.Show("Changes for 2.19.0.504:
Dim unused = MessageBox.Show("Changes for 2.19.0.508:
* Removed Extra Boost. Extra boost was removed and replaced with ignore list.
* Ignore list. With the removale of Extra boost, decided to make the program have extra boost by default. To have the same effect as extra boost being diabled, click on Ignore List, then add Common Names.
* Fixed an issue with Ignore List showing errors with an empty list.
Expand Down
2 changes: 1 addition & 1 deletion wtfpsbooster/wtfpsbooster.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ProductName>War Thunder FPS Booster</ProductName>
<PublisherName>Cyber Apps</PublisherName>
<SuiteName>Cyber Applications</SuiteName>
<MinimumRequiredVersion>2.19.0.504</MinimumRequiredVersion>
<MinimumRequiredVersion>2.19.0.508</MinimumRequiredVersion>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.php</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
Expand Down