Skip to content

Commit

Permalink
Release version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuma committed Dec 13, 2023
1 parent a460745 commit 6227af0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### New features in v 3.2.2:

3.3.0:

- Fix parametersIncorrect not working with null parameter.name (thanks anatawa12)
- Minimum support for `IsOnFriendsList`, false for local (thanks anatawa12)
- Implement preference for changing clones IsOnFriendsList
- Support latest Unity 2022 compatible version of SDK (thanks jellejurre)

3.2.4:

- Workaround bug in VCC that prevents installation.
Expand Down
4 changes: 2 additions & 2 deletions Runtime/Scripts/LyumaAv3Emulator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ namespace Lyuma.Av3Emulator.Runtime
[HelpURL("https://github.com/lyuma/Av3Emulator")]
public class LyumaAv3Emulator : MonoBehaviour
{
public static readonly ulong EMULATOR_VERSION = 0x3_02_04_00;
public const string EMULATOR_VERSION_STRING = "Avatar 3.0 Emulator Version 3.2.4";
public static readonly ulong EMULATOR_VERSION = 0x3_03_00_00;
public const string EMULATOR_VERSION_STRING = "Avatar 3.0 Emulator Version 3.3.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.2.4",
"version": "3.3.0",
"description": "An Emulator for VRChat's Avatar 3.0 System",
"gitDependencies": {},
"legacyFolders" : {
Expand Down

0 comments on commit 6227af0

Please sign in to comment.