Skip to content

Commit c9da841

Browse files
committed
bump Quality Tuner version to v1.3.0
1 parent b4ff602 commit c9da841

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Packages/MobileSupportQualityTuner/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release notes
22

3+
## v1.3.0 - 2024/09/29
4+
5+
- New Features :rocket:
6+
- Support Apple A-series Pro GPU detection
7+
- Added new GpuMinorSeries.AppleAPro to distinguish Pro GPUs from Non-Pro
8+
- ex: Apple A17 Pro GPU, Apple A15 Pro GPU
9+
310
## v1.2.0 - 2024/08/29
411

512
- New Features :rocket:

Packages/MobileSupportQualityTuner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jp.co.cyberagent.unity-mobile-support-quality-tuner",
33
"displayName": "Mobile Support - Quality Tuner",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"unity": "2021.3",
66
"description": "Tools to support deciding quality level by hardware spec of mobile devices.",
77
"keywords": [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Scripts ars split into multiple packages, so choose packages what you only need.
1010
| Storage | Functions to retrive information about storage | v1.0.0 | [README.md](Packages/MobileSupportStorage/README.md) | [CHANGELOG.md](Packages/MobileSupportStorage/CHANGELOG.md) |
1111
| Thermal | Functions to retrive information about thermal | v2.0.0 | [README.md](Packages/MobileSupportThermal/README.md) | [CHANGELOG.md](Packages/MobileSupportThermal/CHANGELOG.md) |
1212
| AndroidGame | Functions to integrate with Android GameManager APIs | v1.1.0 | [README.md](Packages/MobileSupportAndroidGame/README.md) | [CHANGELOG.md](Packages/MobileSupportAndroidGame/CHANGELOG.md) |
13-
| QualityTuner | Package to get hardware specs and tool to decide quality level | v1.2.0 | [README.md](Packages/MobileSupportQualityTuner/README.md) | [CHANGELOG.md](Packages/MobileSupportQualityTuner/CHANGELOG.md) |
13+
| QualityTuner | Package to get hardware specs and tool to decide quality level | v1.3.0 | [README.md](Packages/MobileSupportQualityTuner/README.md) | [CHANGELOG.md](Packages/MobileSupportQualityTuner/CHANGELOG.md) |

0 commit comments

Comments
 (0)