Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sasprosko590 authored Nov 9, 2023
1 parent 63d3bca commit bd8e74f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

Version V1.0.0 = Added colored text (I don't know how to add it for cmd). Edited file deletion. Hacker control was added to index.test.js because it was forgotten to be added.

Version V0.0.9 = Edited "winget upgrade --all" because it was misspelled and changed to "winget upgrade --all"

Version V0.0.8 = start.bat has been updated, you will be able to use start.bat with peace of mind, there are language options in it, there are only (Turkish, English, German). it will be enough to give correct answers to the incoming questions. languages have been added to the code, you can use it with peace of mind (beta by the way.). optimizations have also been made for the code.

Version V0.0.7 = added error/error.js (beta). more organized with project folders (I'm a bit new to this kind of thing, sorry). corrected and updated the information and code of the functions. Added code to show how many files are detected and how many files are deleted. Renamed "start_cleanup.bat" to "start.bat" and updated the code. Adjusted the code to appear in color in terminal or cmd.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This script was created to restore the computer to the fast, pure and tidy performance it had when it was first purchased.

- **Version:** 0.0.8
- **Version:** 1.0.0
- **License:** MIT
- **Copyright:** (c) 2023 Sasprosko/Umut

Expand All @@ -17,7 +17,8 @@ This script was created to restore the computer to the fast, pure and tidy perfo
- Check for windows updates.
- Clear your browsers' caches.
- Restart the computer each time the code terminates.
- Remember to set the power options to "High Performance" or "Ultimate Performance".,
- Remember to set the power options to "High Performance" or "Ultimate Performance".
- Open game mode.
- If you press the Windows key from the keyboard and type "Adjust the appearance and performance of Windows" in the search field and click on it, if you click on "Adjust for best performance" in the window that appears in front of you "Performance Options" and press "Apply" and exit, your computer will get better performance, and my settings are as follows;

- ✅ Custom:
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Our project currently supports the following version:

| Version | Supported |
| ------- | ------------------- |
| 0.0.8 | :white_check_mark: |
| 1.0.0 | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saspclean",
"version": "0.0.9",
"version": "1.0.0",
"description": "This script was created to restore the computer to the fast, pure and regular performance as it was when it was first purchased.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bd8e74f

Please sign in to comment.