Skip to content

Releases: somespecialone/aiosteampy

v0.4.0

22 Jan 14:39
63e8a38
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.4.0

v0.3.0

02 Nov 21:41
d2a711a
Compare
Choose a tag to compare

New login pattern. Remove bs4 as dependency, small code ♻️

v0.2.6

09 Mar 12:12
Compare
Choose a tag to compare

Integer prices for accuracy. Fix: get cookies from session. Minor refactoring.

v0.2.5

07 Mar 16:55
Compare
Choose a tag to compare

Fix: amount conversion in place_sell_listing. Remove fees attrs & from __init__. get_wallet_balance now return balance without currency.

v0.2.4

14 Feb 15:38
Compare
Choose a tag to compare

MarketMixin.buy_market_listing return WalletInfo typed dict.

v0.2.3

27 Jan 14:09
Compare
Choose a tag to compare

Update Steam login url change. v0.2.3

v0.2.2

19 Jan 20:30
Compare
Choose a tag to compare

ItemDescription(previously ItemClass) now merged with EconItem as it should be.

v0.2.1

03 Dec 13:24
Compare
Choose a tag to compare

Rename get_client_cookie_jar to get_session_cookie_jar in utils. Fix trade url prop.

v0.2.0

20 Nov 02:01
Compare
Choose a tag to compare

🎉 Breaking changes. New api, methods. Almost new project.

v0.1.3

04 Nov 23:44
Compare
Choose a tag to compare

Finally, client.close(logout: boolean). Some fixes, tests.