Skip to content

Releases: AvarianKnight/pma-voice

v7.0.1-rc2

02 Oct 18:35
Compare
Choose a tag to compare
v7.0.1-rc2 Pre-release
Pre-release

What's Changed

  • [FIX] error when using removeVoiceMode by @kdxr in #383
  • fix(submix): Submix being set to nil when on a call/radio and entering onesync range by @1A3Dev in #381
  • Removed trigger to nonexistant function by @1A3Dev in #385
  • Corrected Default Submix Comment by @1A3Dev in #384
  • fix undefine variable by @kdxr in #386
  • Added isPlayerMuted export to check it. by @SuelTheDev in #389
  • Better Mumble Channel Mapping by @1A3Dev in #418
  • Fixed different script name causing /muteply error by @1A3Dev in #427
  • feat(client) add convar for mic click volume by @Gravxd in #434

New Contributors

Full Changelog: v7.0.0...v7.0.1-rc2

v7.0.0

10 Jan 22:08
Compare
Choose a tag to compare
v7.0.0 Pre-release
Pre-release

THIS HAS BREAKING CHANGES

If you previously used voice_defaultPhoneVolume you will instead need to use voice_defaultCallVolume
If you previously used voice_enablePhones you will instead need to use voice_enableCalls

If you were previously using the state bag getter Player(source).state.phone you will instead need to use Player(source).state.call

What's Changed

New Contributors

Full Changelog: v6.6.2...v7.0.0

v6.6.2

01 May 18:04
cb3a771
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.6.1...v6.6.2

v6.6.1

13 Feb 10:09
f41aae2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.6.0...v6.6.1

v6.6.0

07 Feb 15:10
3fe4022
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.0...v6.6.0

v6.5.0

15 Jan 08:57
59db956
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.4.0...v6.5.0

v6.4.0

12 Jan 07:51
b14e1a9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.2.5...v6.4.0

v6.3.0

01 Jan 19:12
Compare
Choose a tag to compare

Adds a state bag for voice intent

v6.2.7

22 Dec 14:31
Compare
Choose a tag to compare
v6.2.7 Pre-release
Pre-release

Fix typo

v6.2.6

16 Dec 07:46
Compare
Choose a tag to compare
v6.2.6 Pre-release
Pre-release

Fixes #237