Skip to content

Commit

Permalink
Merge pull request #66 from inworld-ai/yj350
Browse files Browse the repository at this point in the history
ver 3.4.2
  • Loading branch information
Juniverse authored Jul 19, 2024
2 parents 28a8b53 + 7bc7e0c commit 34ff062
Show file tree
Hide file tree
Showing 24 changed files with 577 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CheckHeader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
uses: actions/checkout@v2

- name: Check License Header
uses: apache/skywalking-eyes@v0.4.0
uses: apache/skywalking-eyes@v0.5.0
with:
mode: check
2 changes: 2 additions & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ header:
- 'dist'
- 'licenses'
- 'dist-material/release-docs'
- '**/*.txt'
- '**/*.inputactions'
- '**/*.md'
- '**/*.json'
- '**/*.ftl'
Expand Down
13 changes: 10 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@

# 3.4.2
1. Upgrade with Unity's Input system for better customized key mapping.
2. Simplify Editor extension workflow.

# 3.4.1
1. Added Voice recognition client-side model support.
2. Solve conflict with WebSockets with other packages.
3. Bug fixes.
1. Updated AEC logic to better sample the sound from microphone.
2. Add client side voice recognition (Windows only).
3. Solve conflict with WebSockets with other packages.
4. Bug fixes.


# 3.4.0
New Feature:
Expand Down
Loading

0 comments on commit 34ff062

Please sign in to comment.