Releases: Gobot1234/steam.py
V.1.1.1
V.1.1.0
What's Changed
- Bump dependancies
- Update AppInfo to include content descriptors by @AbdulDridi in #533
- Enable access token usage by @gradinazz in #586
Bug Fixes
- Fix connection issues by @Gobot1234 in #595
- Fix Rich Presence Nulling by @Aluerie in #589
- Fix video/image uploading by @mitt3n in #580 and #588 and #587
- Language hashing is better behaving by @AbdulDridi in #511
New Contributors
Many thanks to all the contributors new and old for helping with this release :)
- @mitt3n made their first contribution in #580
- @Aluerie made their first contribution in #589
- @gradinazz made their first contribution in #586
Full Changelog: V.1.0.1...V.1.1.0
Version 1.0.1
Version 1.0.1 Changelog:
Bug Fixes:
- Make sure group commands are Groups
- Fix Item instantiation not working
- Fix bug where list was passed to Enum constructor
- Fix bug in WishlistApp construction
- Fix blocking users actually unblocking them
Features
New Contributors
Full Changelog: V.1.0.0...V.1.0.1
Version 1
I may have lied about multiple release candidates but I'm fairly confident nothing really needs breaking anymore. Thanks again to everyone who's contributed PRs and bug reports in the past few years whilst I worked on this project. Things are now "stable" (which I still need to define)
Major Changes
- Python 3.11 is the minimum required version (sorry task group backports should allow this to be 3.10+ at some point see graingert/taskgroup#4)
- Some event names have change and there signatures altered e.g.
on_trade_accept
should now be handled by the developer inon_trade_update
Game
has be renamed toApp
to be inline with steamworksSteamID
renamed toID
and some old util methods were removed- Methods for anonymous logins
- More functionality like
Posts
,Bundles
,Leaderboards
etc. - Native support for csgo and tf2 GC interactions
PartialUser
s andPartialClan
s - these are lower info versions of there non-Partial siblings and are useful when you don't need a full object though you shouldn't get these yourself.- Wallet support - you can now access your wallet info
- Intents - these allow for more fine tuning on what data is acted on.
Full Changelog: 0.x...V.1.0.0
Version 1 Release Candidate 1
The first of a few release candidates of Version 1 has been released. Thanks everyone for everyone who's contributed PRs and Bug reports in the past year whilst I work on this. Things should now be "stable" (which I need to define)
Major Changes
- Python 3.10 is the minimum required version.
- Some event names have change and there signatures altered e.g.
on_trade_accept
should now be handled by the developer inon_trade_update
Game
has be renamed toApp
to be inline with steamworksSteamID
renamed toID
and some old util methods were removed- Methods for anonymous logins
- More functionality like
Posts
,Bundles
,Leaderboards
etc. - Native support for csgo and tf2 GC interactions
PartialUser
s andPartialClan
s - these are lower info versions of there non-Partial siblings and are useful when you don't need a full object though you shouldn't get these yourself.- Wallet support - you can now access your wallet info
- Intents - these allow for more fine tuning on what data is acted on.
Full Changelog: 0.x...V.1.0.0rc1
Version 0.9.9
Version 0.9.8
Version 0.9.7
Version 0.9.6
Version 0.9.6 Changelog:
Features:
- Backport trade confirmation code from the main branch.
Full Changelog: V.0.9.5...V.0.9.6
Version 0.9.5
Version 0.9.5 Changelog:
Bug Fixes:
- Fix more missing slots for non-premium accounts
Full Changelog: V.0.9.4...V.0.9.5