Skip to content

Commit

Permalink
Code Optimizations
Browse files Browse the repository at this point in the history
Updates
•	Updated UI.
•	Updated Text to tell you what it is doing.
•	Updated code to be optimized.
•	Code will execute faster
•	Switched from .net 4.7 to .net 4.8
•	Works with Nvidia GeForce Recording Software now
•	Added Security Policy

Work in Progress, Features to come.
•	Advanced Controls, control where your resources go and who gets more prio than others when boosting.
  • Loading branch information
cyberofficial committed Jul 21, 2020
1 parent d97dc67 commit 0f55d69
Show file tree
Hide file tree
Showing 8 changed files with 283 additions and 295 deletions.
Binary file modified .vs/wtfpsbooster/v16/.suo
Binary file not shown.
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Supported security updates.

| Version | Supported |
| ------- | ------------------ |
| 1.99.1.39 | :white_check_mark: |
| 1.95.0.139 | :x: |
| 1.95.0.137 | :x: |
| 1.89.1.120 | :x: |
| 1.89.1.20 | :x: |
| 1.77.0A2 | :x: |
| 1.77.0A1 | :x: |
| 1.77.0A | :x: |


## Reporting a Vulnerability

Please open a new Issue up if there is a security issue.
2 changes: 1 addition & 1 deletion wtfpsbooster/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
</configuration>
Loading

0 comments on commit 0f55d69

Please sign in to comment.