diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 6d6f640..bd0c8b9 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1170,7 +1170,7 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "powertools" -version = "1.5.0-ng1" +version = "2.0.0-alpha1" dependencies = [ "async-trait", "chrono", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 06cdd2e..dffea73 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "powertools" -version = "1.5.0-ng1" +version = "2.0.0-alpha1" edition = "2021" authors = ["NGnius (Graham) "] description = "Backend (superuser) functionality for PowerTools" diff --git a/package.json b/package.json index 7f17bc1..bddc88d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "PowerTools", - "version": "1.5.0-ng1", + "version": "2.0.0-alpha1", "description": "Power tweaks for power users", "scripts": { "build": "shx rm -rf dist && rollup -c", diff --git a/pt_oc.json b/pt_oc.json deleted file mode 100644 index 4ebd7c1..0000000 --- a/pt_oc.json +++ /dev/null @@ -1,134 +0,0 @@ -{ - "battery": { - "charge_rate": { - "min": 250, - "max": 2500 - }, - "extra_readouts": false - }, - "cpus": { - "cpus": [ - { - "clock_min": { - "min": 1400, - "max": 3500 - }, - "clock_max": { - "min": 400, - "max": 3500 - }, - "clock_step": 100, - "skip_resume_reclock": false - }, - { - "clock_min": { - "min": 1400, - "max": 3500 - }, - "clock_max": { - "min": 400, - "max": 3500 - }, - "clock_step": 100, - "skip_resume_reclock": false - }, - { - "clock_min": { - "min": 1400, - "max": 3500 - }, - "clock_max": { - "min": 400, - "max": 3500 - }, - "clock_step": 100, - "skip_resume_reclock": false - }, - { - "clock_min": { - "min": 1400, - "max": 3500 - }, - "clock_max": { - "min": 400, - "max": 3500 - }, - "clock_step": 100, - "skip_resume_reclock": false - }, - { - "clock_min": { - "min": 1400, - "max": 3500 - }, - "clock_max": { - "min": 400, - "max": 3500 - }, - "clock_step": 100, - "skip_resume_reclock": false - }, - { - "clock_min": { - "min": 1400, - "max": 3500 - }, - "clock_max": { - "min": 400, - "max": 3500 - }, - "clock_step": 100, - "skip_resume_reclock": false - }, - { - "clock_min": { - "min": 1400, - "max": 3500 - }, - "clock_max": { - "min": 400, - "max": 3500 - }, - "clock_step": 100, - "skip_resume_reclock": false - }, - { - "clock_min": { - "min": 1400, - "max": 3500 - }, - "clock_max": { - "min": 400, - "max": 3500 - }, - "clock_step": 100, - "skip_resume_reclock": false - } - ], - "global_governors": true - }, - "gpu": { - "fast_ppt": { - "min": 1000000, - "max": 30000000 - }, - "fast_ppt_default": 15000000, - "slow_ppt": { - "min": 1000000, - "max": 29000000 - }, - "slow_ppt_default": 15000000, - "ppt_divisor": 1000000, - "ppt_step": 1, - "clock_min": { - "min": 400, - "max": 1600 - }, - "clock_max": { - "min": 400, - "max": 1600 - }, - "clock_step": 100, - "skip_resume_reclock": false - } -} \ No newline at end of file