Releases: azlux/pymumble
New release v1.7
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)
New admin/ACL functions (v1.6)
New release for some new features :
- Adding new ACLs functionalities. Commit bebeb12
- Adding new methods for channel administration 922a9a2 (@pramadhana92)
See API.md modification to check the function to use
Other :
- New ffmpeg example (@bitconnector)
Kick/Ban feature (v1.5)
I write this release to make available for everyone One feature.
- Having a kick/ban feature for your bot (thank @CaptainZidgel). See API.md changes
- Adding
restricted_lowdelay
opus profile.
Fix:
is_alive
function (thank @MartB).
New features (v1.4)
New :
- Add unlink channel functions by @pramadhana92 16a420a
- Ability to set a positional context and position (#76) by @yquemener 5011492
- Added ACL querying by @CaptainZidgel 61b1d38
- Add OCB2 crypto for use in UDP implementation by @anewusername 0a73dfc
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
Update version (v1.3)
Librairies and Protobuff definition have been updated.
That all for you !
BTY : I test to deploy by CI directly.
Stereo version (v1.2)
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)
Changes:
- better disconnection management
- Fix disconnection ping failure
- New
stop()
function to close the mumble connection without exit the main thread.
Available on Pypi
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.