Releases: qwertyquerty/pypresence
Releases · qwertyquerty/pypresence
pypresence v4.6.1
pypresence v4.6.0
pypresence v4.6.0
- new name feature in
Presence.update, seerich-presence-custom-name.pyfor usage example - added tests, and migrated everything to use
pyproject.toml
pypresence v4.5.2
Important hotfix for v4.5.0, please upgrade ASAP.
Full Changelog: v4.5.1...v4.5.2
pypresence v4.5.1
ci: fix dependencies in CI
pypresence v4.5.0
What's Changed
Main changes: add ActivityType, and Status Display Type support.
- Make CI stop failing by @pandaninjas in #227
- Fix
get_ipc_path()when `pipe=0`` by @davispuh in #232 - Docs: fix note by @Ahhj93 in #235
- Fix windows rpc close & broken ipc pipe detection by @NikOverflow in #236
- Fix issue #216 and test_ipc_path function for linux by @NikOverflow in #238
- Fix 'AioClient.on_event' was never awaited by @TheUntraceable in #233
- Add ActivityType Support by @MCMi460 in #244
- Fix up CI, improve typing, remove dead imports, and other minor changes by @C0rn3j in #248
- Added an extra path to search discord sockets by @chih-uva in #258
- Add fix if len(preamble) < 8 by @pandaninjas in #229
- Add the new Status Display Type, and convert timestamps to miliseconds as per docs by @kaneryu in #259
New Contributors
- @davispuh made their first contribution in #232
- @Ahhj93 made their first contribution in #235
- @NikOverflow made their first contribution in #236
- @TheUntraceable made their first contribution in #233
- @MCMi460 made their first contribution in #244
- @C0rn3j made their first contribution in #248
- @chih-uva made their first contribution in #258
- @kaneryu made their first contribution in #259
Full Changelog: v4.3.0...v4.5.0
v4.3.0
Various bugfixes and upgrades idk we haven't released in a while - most professional package maintainer
pypresence v4.2.1
A fair number of bugifxes & changes. Nothing gamechanging.
What's Changed
- Handle Discord errors on handshake by @FailSpy in #116
- Improved IPC pipe discovery by @FailSpy in #111
- Create full-event-client-example.py by @FailSpy in #110
- Handle synchronous on_event correctly by @FailSpy in #109
- pypresence.Response does not exist by @mgfcf in #107
- GitHub Action to run tests on tox by @cclauss in #129
- GitHub Action to lint Python code by @cclauss in #128
- Fix typos discovered by codespell by @cclauss in #149
- Removed the loop parameter by @Hunter2807 in #148
- Update setup.py by @Hunter2807 in #150
New Contributors
- @mgfcf made their first contribution in #107
- @cclauss made their first contribution in #129
- @Hunter2807 made their first contribution in #148
Full Changelog: 4.2.0...4.2.1
pypresence v4.2.0
AioPresence now supports buttons
pypresence v4.1.2
fixes my really messed up 4.1.1 sorry guys lol
pypresence v4.1.0
Adds buttons and a few bugfixes