From a233f5ef6ca9fbbafee6ef84dd12e9e71e9cc8c5 Mon Sep 17 00:00:00 2001 From: vontell Date: Sun, 10 Sep 2023 21:42:35 -0400 Subject: [PATCH 1/4] Release 0.0.12 --- docs/changelog.mdx | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 4571b001..af88aa26 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -4,6 +4,43 @@ sidebar_label: 'Changelog' # Changelog +## 0.0.12 + +:::info + +This version is a release preview. Our product is in beta and we would love for developers to try it out and provide feedback! Contact +us at info@regression.gg for dedicated support and access. + +::: + +**New Platform Features** + +- New RGAction attribute within RG Unity SDK to make action definitions easier to make +- [GitHub Actions and Unity Test Runner Support](/studios/unity/tutorials/github_actions) - New samples and guides for running bots + in GitHub Actions (and other CI/CD systems via [GameCI](https://game.ci)) +- UI improvements to Behavior Tree Beta +- Updated defaults for RG Unity SDK to be more user-friendly +- The RG Unity SDK now includes its own font assets for better interoperability +- Links to download Zip bots from dashboard are now available + +**Bug fixes** + +- Fixed issue where the website would freeze in some match loading scenarios +- Fixed broken links in documentation +- Fixed issue where Agent Builder code generation would flicker +- Fixed bug where Unity actions would sometimes be sent to the wrong bots +- Fixed bug where instant bots would not start when no GitHub account was included in a user account + +**Security fixes** + +- Fixed bug where lobby APIs would reveal email addresses + +**Coming Soon** + +- Continued improvements and additions to the Unity attribute system +- Additional samples and guides for various use cases +- New features for the Agent Builder tool + ## 0.0.11 :::info From 9737900fbfda30494ae0c156a8b3f5196c837777 Mon Sep 17 00:00:00 2001 From: Aaron Vontell Date: Mon, 11 Sep 2023 09:23:29 -0400 Subject: [PATCH 2/4] Update docs/changelog.mdx Co-authored-by: Abby Beizer --- docs/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index af88aa26..30f2f660 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -15,7 +15,7 @@ us at info@regression.gg for dedicated support and access. **New Platform Features** -- New RGAction attribute within RG Unity SDK to make action definitions easier to make +- New RGAction attribute within RG Unity SDK to make actions easier to define - [GitHub Actions and Unity Test Runner Support](/studios/unity/tutorials/github_actions) - New samples and guides for running bots in GitHub Actions (and other CI/CD systems via [GameCI](https://game.ci)) - UI improvements to Behavior Tree Beta From 8ab26ad1c1ce6ef7c196a4a6a41f93130a15623e Mon Sep 17 00:00:00 2001 From: Aaron Vontell Date: Mon, 11 Sep 2023 09:23:38 -0400 Subject: [PATCH 3/4] Update docs/changelog.mdx Co-authored-by: Abby Beizer --- docs/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 30f2f660..103b9c9a 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -29,7 +29,7 @@ us at info@regression.gg for dedicated support and access. - Fixed broken links in documentation - Fixed issue where Agent Builder code generation would flicker - Fixed bug where Unity actions would sometimes be sent to the wrong bots -- Fixed bug where instant bots would not start when no GitHub account was included in a user account +- Fixed bug where instant bots would not start when the user did not have a linked GitHub account **Security fixes** From d644bfb180d014150442287648bfa39eda2e21cd Mon Sep 17 00:00:00 2001 From: vontell Date: Mon, 11 Sep 2023 17:12:35 -0400 Subject: [PATCH 4/4] Add links for RGAction --- docs/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 103b9c9a..d86974d8 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -15,7 +15,7 @@ us at info@regression.gg for dedicated support and access. **New Platform Features** -- New RGAction attribute within RG Unity SDK to make actions easier to define +- New [RGAction attribute](/studios/unity/unity-sdk/RGAction) within RG Unity SDK to make actions easier to define - [GitHub Actions and Unity Test Runner Support](/studios/unity/tutorials/github_actions) - New samples and guides for running bots in GitHub Actions (and other CI/CD systems via [GameCI](https://game.ci)) - UI improvements to Behavior Tree Beta