Skip to content

Releases: azlux/pymumble

New release v1.7

09 Mar 15:58
7d203c5
Compare
Choose a tag to compare
New release v1.7 Pre-release
Pre-release

What's Changed

  • Allow usage of pymumble without libopus when receive_sound is off by @raek in #118
  • Listening channel support by @Dalrae1 in #120
  • Update Mumble protocol & bump protobuf by @twokilohertz in #124
  • Add ability to flag as bot connection by @GameOneYT in #127

New Contributors

@Dalrae1 @twokilohertz @GameOneYT

Small fixes (v1.6.1)

07 May 21:54
ac3b6de
Compare
Choose a tag to compare

Fixes list :

and that all. No new feature.
Have a good day.

New admin/ACL functions (v1.6)

20 Feb 11:25
9ce8637
Compare
Choose a tag to compare

New release for some new features :

See API.md modification to check the function to use

Other :

Kick/Ban feature (v1.5)

01 Dec 11:34
46cfc56
Compare
Choose a tag to compare

I write this release to make available for everyone One feature.

Fix:

  • is_alive function (thank @MartB).

New features (v1.4)

01 Dec 11:24
Compare
Choose a tag to compare

New :

The Readme and API.md have been updated according to the new features.
As you can see, most are about management/ACL (that I don't personnally use).
Thank to the dev who have make the implementations, and the users who will use it.

The OCB2 is a great step to restart the UDP implementation.

Fix:

Hot fix

12 Jul 10:12
Compare
Choose a tag to compare

This version is to fix missing files into pypi.

Update version (v1.3)

11 Jul 18:55
Compare
Choose a tag to compare

Librairies and Protobuff definition have been updated.
That all for you !

BTY : I test to deploy by CI directly.

Stereo version (v1.2)

04 Jun 23:06
Compare
Choose a tag to compare

New :

  • Stereo support (new parameter stereo during the init), thanks to @TerryGeng, but only for mumble client version >1.3 (Soon mumble-voip/mumble#4209)
  • Default opus profile have now a better audio quality
  • Typo, PEP8 and small fixes into the code, thanks to @Lartza

Minors changes (v1.1)

10 May 21:33
28a5c08
Compare
Choose a tag to compare

Changes:

  • better disconnection management
  • Fix disconnection ping failure
  • New stop() function to close the mumble connection without exit the main thread.

Available on Pypi

21 Apr 10:40
Compare
Choose a tag to compare

Here the changes on this library:

  • Support for ipv6/ipv4
  • New Disconnect callback #57
  • fix sending message #83
  • fix get_childs function
  • fix the #44 Memory leak
  • fix freeze when server not available #56

Pypi packaging :

Pymumble is available on pypi (https://pypi.org/project/pymumble/) now (pip3 install pymumble) and can be use with import pymumble_py3 as pymumble. The Readme has been updated with new instructions.

Deployement script is available here

I use the pypi deployment to reset version to 1.0. Previous tags was bad.