From 98810a1f315909cd78976c10fa13180be0a85990 Mon Sep 17 00:00:00 2001 From: Yusuke Ishiguro Date: Wed, 6 Nov 2024 11:25:15 +0900 Subject: [PATCH] storage: release v1.0.0 --- Packages/MobileSupportStorage/CHANGELOG.md | 5 +++++ Packages/MobileSupportStorage/README.md | 2 +- Packages/MobileSupportStorage/package.json | 2 +- README.md | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Packages/MobileSupportStorage/CHANGELOG.md b/Packages/MobileSupportStorage/CHANGELOG.md index 6426e72..6e08d9a 100644 --- a/Packages/MobileSupportStorage/CHANGELOG.md +++ b/Packages/MobileSupportStorage/CHANGELOG.md @@ -1,5 +1,10 @@ # Release notes +## v1.0.0 - 2024/11/06 + +- Behaviour changes :warning: + - iOS: includeDeletableCaches parameter of `GetInternalUsableSpace()` was previously set to `false` by default, but now set to `true` by default + ## v0.2.0 - 2022/08/16 - New Features :rocket: diff --git a/Packages/MobileSupportStorage/README.md b/Packages/MobileSupportStorage/README.md index 44069fa..3ca4358 100644 --- a/Packages/MobileSupportStorage/README.md +++ b/Packages/MobileSupportStorage/README.md @@ -58,7 +58,7 @@ Or, open `Packages/manifest.json` and add the following to the dependencies bloc If you want to set the target version, write as follows. -- https://github.com/CyberAgentGameEntertainment/UnityMobileSupport.git?path=/Packages/MobileSupportStorage#storage/0.2.0 +- https://github.com/CyberAgentGameEntertainment/UnityMobileSupport.git?path=/Packages/MobileSupportStorage#storage/1.0.0 Note that if you get a message like `No 'git' executable was found. Please install Git on your system and restart Unity`, you will need to set up Git on your machine. diff --git a/Packages/MobileSupportStorage/package.json b/Packages/MobileSupportStorage/package.json index 80f6457..1b80102 100644 --- a/Packages/MobileSupportStorage/package.json +++ b/Packages/MobileSupportStorage/package.json @@ -1,7 +1,7 @@ { "name": "jp.co.cyberagent.unity-mobile-support-storage", "displayName": "Mobile Support - Storage", - "version": "0.2.0", + "version": "1.0.0", "unity": "2019.4", "description": "Tools to support storage of mobile like iOS/Android.", "keywords": [ diff --git a/README.md b/README.md index f4cab2a..207e95c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Scripts ars split into multiple packages, so choose packages what you only need. | Package | Description | Latest Version | Readme Link | Changelog Link | |-------------|------------------------------------------------------|----------------|----------------------------------------------------------|----------------------------------------------------------------| -| Storage | Functions to retrive information about storage | v0.2.0 | [README.md](Packages/MobileSupportStorage/README.md) | [CHANGELOG.md](Packages/MobileSupportStorage/CHANGELOG.md) | +| Storage | Functions to retrive information about storage | v1.0.0 | [README.md](Packages/MobileSupportStorage/README.md) | [CHANGELOG.md](Packages/MobileSupportStorage/CHANGELOG.md) | | Thermal | Functions to retrive information about thermal | v2.0.0 | [README.md](Packages/MobileSupportThermal/README.md) | [CHANGELOG.md](Packages/MobileSupportThermal/CHANGELOG.md) | | AndroidGame | Functions to integrate with Android GameManager APIs | v1.1.0 | [README.md](Packages/MobileSupportAndroidGame/README.md) | [CHANGELOG.md](Packages/MobileSupportAndroidGame/CHANGELOG.md) | | QualityTuner | Package to get hardware specs and tool to decide quality level | v1.0.0 | [README.md](Packages/MobileSupportQualityTuner/README.md) | [CHANGELOG.md](Packages/MobileSupportQualityTuner/CHANGELOG.md) |