diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d49a25b..7dddd4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This document keeps track of the changes between versions of the toolkit. +## 1.9.5 (2024-10-19) + +### Added +- Added VisionOS support for the OpenID Connect module + ## 1.9.4 (2024-10-10) ### Fixed diff --git a/Documentation~/i5-Toolkit-for-Unity.md b/Documentation~/i5-Toolkit-for-Unity.md index 1186a720..da3f864a 100644 --- a/Documentation~/i5-Toolkit-for-Unity.md +++ b/Documentation~/i5-Toolkit-for-Unity.md @@ -1,3 +1,3 @@ # Documentation of the i5 Toolkit for Unity -Click [here](https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/index.html) to go to the documentation pages for version 1.9.4 of the package. \ No newline at end of file +Click [here](https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.5/index.html) to go to the documentation pages for version 1.9.5 of the package. \ No newline at end of file diff --git a/README.md b/README.md index 189882ac..a9a76992 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It is a foundation for new projects, kickstarting the development with already c ![Continuous Integration](https://github.com/rwth-acis/i5-Toolkit-for-Unity/workflows/Continuous%20Integration/badge.svg) -![1.9.4](https://img.shields.io/badge/version-1.9.4-blue) +![1.9.5](https://img.shields.io/badge/version-1.9.5-blue) [![openupm](https://img.shields.io/npm/v/com.i5.toolkit.core?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.i5.toolkit.core/) @@ -17,29 +17,29 @@ The i5 Toolkit provides a series of modules and features that can be used in pro - - - + + + - - - + + + - - - + + + - - - + + + - - - + + +
App Console
App Console
Deep Link
Deep Link
Experience API
Experience API
App Console
App Console
Deep Link
Deep Link
Experience API
Experience API
File Cache
File Cache
Modified 3D Objects
Modified 3D Models
Object Pool
Object Pool
File Cache
File Cache
Modified 3D Objects
Modified 3D Models
Object Pool
Object Pool
Obj Importer
Obj Importer
OpenID Connect Client
OpenID Connect Client
Procedural Geometry
Procedural Geometry
Obj Importer
Obj Importer
OpenID Connect Client
OpenID Connect Client
Procedural Geometry
Procedural Geometry
Rocket.Chat Client
Rocket.Chat Client
Scene Documentation
Scene Documentation
Service Core
Service Core
Rocket.Chat Client
Rocket.Chat Client
Scene Documentation
Scene Documentation
Service Core
Service Core
Spawner
Spawner
Verbose Logging
Verbose Logging
Version Tool
Version Tool
Spawner
Spawner
Verbose Logging
Verbose Logging
Version Tool
Version Tool
@@ -71,7 +71,7 @@ To do this, add an entry to the dependency file: } ``` -4. To add a specific version of the tool to the dependencies, add the following line inside of the "dependencies" object and replace [version] by the release number, e.g. "1.9.4". +4. To add a specific version of the tool to the dependencies, add the following line inside of the "dependencies" object and replace [version] by the release number, e.g. "1.9.5". `"com.i5.toolkit.core": "[version]",` After that, Unity will automatically download and import the package. @@ -90,7 +90,7 @@ So, after completing these steps you should have a manifest.json file which look ... some more scoped registries ], "dependencies": { - "com.i5.toolkit.core": "1.9.4", + "com.i5.toolkit.core": "1.9.5", ... some more packages } } @@ -104,7 +104,7 @@ It can be included in new projects by referencing the git-repository on GitHub i 1. Open your project's root folder in a file explorer. 2. Navigate to the Packages folder and open the file manifest.json. It contains a list of package dependencies which are loaded into the project. -3. To add a specific version of the tool to the dependencies, add the following line inside of the "dependencies" object and replace [version] with "v", followed by the release number, e.g. "v1.9.4". +3. To add a specific version of the tool to the dependencies, add the following line inside of the "dependencies" object and replace [version] with "v", followed by the release number, e.g. "v1.9.5". To receive the latest version, replace [version] with upm. `"com.i5.toolkit.core": "https://github.com/rwth-acis/i5-Toolkit-for-Unity.git#[version]",` After that, Unity will automatically download and import the package. @@ -119,7 +119,7 @@ The package can be downloaded from a git-repository in the package manager's UI. 1. In Unity, go to Window > Package Manger. 2. Click on the plus-button in the top left corner of the package manager and select "add". -3. Enter https://github.com/rwth-acis/i5-Toolkit-for-Unity.git#[version] into the text field where [version] is replaced with "v", followed by the release number, e.g. "v1.9.4" or upm for the latest version. +3. Enter https://github.com/rwth-acis/i5-Toolkit-for-Unity.git#[version] into the text field where [version] is replaced with "v", followed by the release number, e.g. "v1.9.5" or upm for the latest version. Confirm the download by clicking on the "add" button. If you specify "upm" to get the latest version, be aware that the package is not automatically updated. diff --git a/package.json b/package.json index 16ea873d..b4af7df3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.i5.toolkit.core", - "version": "1.9.4", + "version": "1.9.5", "displayName": "i5 Toolkit for Unity", "description": "This package contains a collection of tools, features and assets for the development of Unity projects", "unity": "2019.4",