Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuma committed Apr 1, 2024
1 parent fb09700 commit d6ce2dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
### New features in v 3.2.2:
### New features in v 3.4.0:

3.4.0:

- Custom inspector! Special thanks to Dreadrith for the implementation, and to jellejurre for the integration.
- Fix for legacyFolders in the json. Thanks to anatawa12 for finding this.
- Implementation of VRCHeadChop. Thank you, jellejurre
- Implemented support for the VRCAnimatorPlayAudio state machine behavior. Thanks to jellejurre
- Convert negative values to true bool when casting parameter types.

3.3.1:

Expand Down
4 changes: 2 additions & 2 deletions Runtime/Scripts/LyumaAv3Emulator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ namespace Lyuma.Av3Emulator.Runtime
[HelpURL("https://github.com/lyuma/Av3Emulator")]
public class LyumaAv3Emulator : MonoBehaviour
{
public static readonly ulong EMULATOR_VERSION = 0x3_03_01_00;
public const string EMULATOR_VERSION_STRING = "Avatar 3.0 Emulator Version 3.3.1";
public static readonly ulong EMULATOR_VERSION = 0x3_04_00_00;
public const string EMULATOR_VERSION_STRING = "Avatar 3.0 Emulator Version 3.4.0";
public const string GIT_REPO = "https://github.com/lyuma/Av3Emulator";
public static readonly String BUG_TRACKER_URL = GIT_REPO + "/issues";
public const string CREDIT1 = "By Lyuma, hai-vr, jellejurre, anatawa12,";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lyuma.av3emulator",
"displayName": "Av3Emulator",
"version": "3.3.1",
"version": "3.4.0",
"description": "An Emulator for VRChat's Avatar 3.0 System",
"gitDependencies": {},
"legacyFolders" : {
Expand Down

0 comments on commit d6ce2dd

Please sign in to comment.