ArchiSteamFarm

C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.

APACHE-2.0 License

Downloads
36
Stars
10.6K
Committers
49

Bot releases are visible (Hide)

ArchiSteamFarm - ArchiSteamFarm V5.5.0.0

Published by JustArchi-ArchiBot 11 months ago

Notice

Pre-releases are experimental versions that often contain unpatched bugs, work-in-progress features and rewritten implementations. If you don't consider yourself advanced user, please download latest stable release instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback - no technical support will be given. Check out ASF release cycle if you'd like to learn more.


Changelog

This is one of the first versions based on .NET 8. If you spot any regressions or other issues, please report them through usual development channels, thank you.

Changes since V5.4.13.4:

  • [!] ASF is now based on .NET 8 platform. While mostly transparent and compatible for end-users, new .NET major version brings a lot of improvements, enhancements, bugfixes and optimizations. It also opens new ASF version cycle, V5.5, due to potential breaking changes (@JustArchi).
  • .NET 8 dropped support for some obsolete OSes, check out compatibility wiki section for up-to-date requirements. In general, Debian 11 and newer should work without any issues. Naturally, people running generic ASF variant will need to update their SDK/runtime to version 8.0 (@JustArchi).
  • Dropped support for generic-netf platform. Check relevant issue for more details if you're affected (@JustArchi #3060).
  • Our systemd units got upgraded with latest security enhancements, this requires acceptably recent v247 version or newer, which is the case with Debian 11 and newer. (@JustArchi).
  • Fixed Bosnian language not being recognized out of the box for ASF (@JustArchi).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

Changes (mostly breaking) for plugin creators:

  • In general, we recommend all plugins to be retargetted and recompiled for .NET 8 and ASF V5.5 family. While ASF V5.5 supports .NET 7 plugins (and earlier), due to amount of breaking changes across both .NET and ASF, their stability is doubtful at best. If you've used our plugin template for your plugin, pulling the template changes or pushing something like this will be sufficient (@JustArchi).
  • It's especially important to watch out for potential native dependencies changes if you expect your plugin to work in OS-specific scenarios. I don't expect a lot of breaking changes here, but with major .NET upgrade the runtime bundled with OS-specific builds of ASF naturally has changed, so you should be aware of potential incompatibilities with that (@JustArchi).
  • ArchiCacheable<T> now supports cancellation. You most likely don't want/need to use it, but recompilation with existing code is required if you reference any (@JustArchi #3066).
  • ArchiWebHandler and WebBrowser now support cancellation. You most likely don't want/need to use it, but recompilation with existing code is required if you reference any (@JustArchi #3067).
  • IBotsComparer and IWebInterface plugin interfaces now come with interface-default values for their properties. This is code-compatible, but may require a recompilation (@JustArchi #3072).

Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.13.4

Published by JustArchi-ArchiBot 11 months ago

Changelog

Changes since V5.4.12.5:

  • [!] ASF uses new code for redeeming keys now. While this is mostly transparent for end-users, there is a breaking change in the ASF API RedeemKey() functionality, you may need to recompile your plugins if you're making use of that function. Notable difference is that Steam sends e-mails upon key activations now (@JustArchi #3058).
  • Added support for refresh token renewals into new login flow (@JustArchi).
  • Added additional chat groups APIs for plugin developers (@tre3p #3069).
  • ASF can now detect region-locked games and skip them during idling (@JustArchi #2980).
  • Fixed a possibility of ASF running into infinite loop due to detached terminal on Linux (@JustArchi #3051).
  • Fixed wrong access to version command, it didn't permit FamilySharing before, despite wiki stating so (@JustArchi).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

Notes

We're slowly heading to ASF V5.5 release based on .NET 8. If you're currently using our Experimental channel, you might want to go back to Stable if you don't want to participate in the next cycle which is expected to be more unstable than usual. ETA of stable ASF V5.5 release is planned for December/January for now.

Notable pending change includes dropping support for generic-netf variant - you might want to investigate and/or discuss in #3060 if you need it.

If you're plugin developer, we plan a few more breaking changes along with V5.5 release - stay updated when we announce them along first pre-release of the new version. We recommend targetting net8.0 along with us while inviting and encouraging you to pre-release tests so you can ensure your plugin works with the next ASF release without bigger issues at the time of stable release.


Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.13.3

Published by JustArchi-ArchiBot 12 months ago

Notice

Pre-releases are experimental versions that often contain unpatched bugs, work-in-progress features and rewritten implementations. If you don't consider yourself advanced user, please download latest stable release instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback - no technical support will be given. Check out ASF release cycle if you'd like to learn more.


Changelog

Changes since V5.4.12.5:

  • [!] ASF uses new code for redeeming keys now. While this is mostly transparent for end-users, there is a breaking change in the ASF API RedeemKey() functionality, you may need to recompile your plugins if you're making use of that function. Notable difference is that Steam sends e-mails upon key activations now (@JustArchi #3058).
  • Added support for refresh token renewals into new login flow (@JustArchi).
  • ASF can now detect region-locked games and skip them during idling (@JustArchi #2980).
  • Fixed a possibility of ASF running into infinite loop due to detached terminal on Linux (@JustArchi #3051).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.13.2

Published by JustArchi-ArchiBot 12 months ago

Notice

Pre-releases are experimental versions that often contain unpatched bugs, work-in-progress features and rewritten implementations. If you don't consider yourself advanced user, please download latest stable release instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback - no technical support will be given. Check out ASF release cycle if you'd like to learn more.


Changelog

Changes since V5.4.12.5:

  • [!] ASF uses new code for redeeming keys now. While this is mostly transparent for end-users, there is a breaking change in the ASF API RedeemKey() functionality, you may need to recompile your plugins if you're making use of that function (@JustArchi #3058).
  • Added support for refresh token renewals into new login flow (@JustArchi).
  • Fixed a possibility of ASF running into infinite loop due to detached terminal on Linux (@JustArchi #3051).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.13.1

Published by JustArchi-ArchiBot 12 months ago

Notice

Pre-releases are experimental versions that often contain unpatched bugs, work-in-progress features and rewritten implementations. If you don't consider yourself advanced user, please download latest stable release instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback - no technical support will be given. Check out ASF release cycle if you'd like to learn more.


Changelog

Changes since V5.4.12.5:

  • Added support for refresh token renewals into new login flow (@JustArchi).
  • Fixed a possibility of ASF running into infinite loop due to detached terminal on Linux (@JustArchi #3051).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.13.0

Published by JustArchi-ArchiBot 12 months ago

Notice

Pre-releases are experimental versions that often contain unpatched bugs, work-in-progress features and rewritten implementations. If you don't consider yourself advanced user, please download latest stable release instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback - no technical support will be given. Check out ASF release cycle if you'd like to learn more.


Changelog

Changes since V5.4.12.5:

  • Fixed a possibility of ASF running into infinite loop due to detached terminal on Linux (@JustArchi #3051).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.12.5

Published by JustArchi-ArchiBot 12 months ago

Changelog

Changes since V5.4.12.3:

  • Fixed possible crash on empty access_token returned from Steam despite EResult.OK response, how did they even manage to do that (@JustArchi).
  • Fixed possible crash due to race condition in new web session refresh code (@JustArchi).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

Changes since V5.4.11.4:

  • [!] Fixed another Steam breaking change introduced at 19.10.2023 which permanently broke establishing web sessions, thanks Valve (@JustArchi #3043 #3044).
  • Added DefaultBot global config property, which allows to pick default bot for IPC and interactive console (@JustArchi).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

BIG THANKS

I'd like to send double thanks to people that donated extra to the project recently, as the amount of hours spent on those fixes already reached double digits on my side. You're awesome! 🙂

Especially big shoutout to @xPaw and @Outzzz for help with the development and debugging.


Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.12.3

Published by JustArchi-ArchiBot almost 1 year ago

Changelog

Changes since V5.4.11.4:

  • [!] Fixed another Steam breaking change introduced at 19.10.2023 which permanently broke establishing web sessions, thanks Valve (@JustArchi #3043 #3044).
  • Added DefaultBot global config property, which allows to pick default bot for IPC and interactive console (@JustArchi).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

BIG THANKS

I'd like to send extra thanks to people that donated extra to the project recently, as the amount of hours spent on those fixes already reached double digits on my side. You're awesome! 🙂

Especially big shoutout to @xPaw and @Outzzz for help with the development and debugging.


Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.12.2

Published by JustArchi-ArchiBot almost 1 year ago

Notice

Pre-releases are experimental versions that often contain unpatched bugs, work-in-progress features and rewritten implementations. If you don't consider yourself advanced user, please download latest stable release instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback - no technical support will be given. Check out ASF release cycle if you'd like to learn more.


Changelog

Changes since V5.4.11.4:

  • [!] Fixed another Steam breaking change introduced at 19.10.2023 which permanently broke establishing web sessions (@JustArchi #3043 #3044).
  • Added DefaultBot global config property, which allows to pick default bot for IPC and interactive console (@JustArchi).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

I'd like to send extra thanks for people that donated extra to the project recently, as the amount of hours spent on those fixes already reached double digits on my side. You're awesome! 🙂


Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.12.1

Published by JustArchi-ArchiBot almost 1 year ago

Notice

Pre-releases are experimental versions that often contain unpatched bugs, work-in-progress features and rewritten implementations. If you don't consider yourself advanced user, please download latest stable release instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback - no technical support will be given. Check out ASF release cycle if you'd like to learn more.


Changelog

Changes since V5.4.11.4:

  • [!] Fixed another Steam breaking change introduced at 19.10.2023 which permanently broke establishing web sessions (@JustArchi #3043 #3044).
  • Added DefaultBot global config property, which allows to pick default bot for IPC and interactive console (@JustArchi).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

I'd like to send extra thanks for people that donated extra to the project recently, as the amount of hours spent on those fixes already reached double digits on my side. You're awesome! 🙂


Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.11.4

Published by JustArchi-ArchiBot about 1 year ago

Changelog

Changes since V5.4.10.3:

  • [!] Fixed Steam breaking change introduced at 18.10.2023 which caused all ASFs to crash during establishing web session (@JustArchi #3029).
  • Added information about PublicIP that is connected to Steam CM servers in /Api/Bot ASF API endpoints (@JustArchi #3019).
  • Added EnableRiskyCardsDiscovery bot config property. You should not enable it unless your account is constantly unable to load badge pages (@JustArchi #3017 #3018).
  • Fixed possible infinite logging loop with Expired/Expired result (@JustArchi).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

We're heading closer to .NET 8 release, which is expected to land in November/December this year and will likely break compatibility with some older, unsupported (deprecated) setups, e.g. Debian 10 (latest stable is Debian 12 right now) - we recommend OS upgrade before then.


Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.11.2

Published by JustArchi-ArchiBot about 1 year ago

Notice

Pre-releases are experimental versions that often contain unpatched bugs, work-in-progress features and rewritten implementations. If you don't consider yourself advanced user, please download latest stable release instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback - no technical support will be given. Check out ASF release cycle if you'd like to learn more.


Changelog

Changes since V5.4.10.3:

  • Added information about PublicIP that is connected to Steam CM servers in /Api/Bot ASF API endpoints (@JustArchi #3019).
  • Added EnableRiskyCardsDiscovery bot config property. You should not enable it unless your account is constantly unable to load badge pages (@JustArchi #3017 #3018).
  • Fixed possible infinite logging loop with Expired/Expired result (@JustArchi).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

We're heading closer to .NET 8 release, which is expected to land in November/December this year and will likely break compatibility with some older, unsupported (deprecated) setups, e.g. Debian 10 (latest stable is Debian 12 right now) - we recommend OS upgrade before then.


Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.11.1

Published by JustArchi-ArchiBot about 1 year ago

Notice

Pre-releases are experimental versions that often contain unpatched bugs, work-in-progress features and rewritten implementations. If you don't consider yourself advanced user, please download latest stable release instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback - no technical support will be given. Check out ASF release cycle if you'd like to learn more.


Changelog

Changes since V5.4.10.3:

  • Added information about PublicIP that is connected to Steam CM servers in /Api/Bot ASF API endpoints (@JustArchi #3019).
  • Added EnableRiskyCardsDiscovery bot config property. You should not enable it unless your account is constantly unable to load badge pages (@JustArchi #3017 #3018).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

We're heading closer to .NET 8 release, which is expected to land in November/December this year and will likely break compatibility with some older, unsupported (deprecated) setups, e.g. Debian 10 (latest stable is Debian 12 right now) - we recommend OS upgrade before then.


Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.11.0

Published by JustArchi-ArchiBot about 1 year ago

Notice

Pre-releases are experimental versions that often contain unpatched bugs, work-in-progress features and rewritten implementations. If you don't consider yourself advanced user, please download latest stable release instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback - no technical support will be given. Check out ASF release cycle if you'd like to learn more.


Changelog

Changes since V5.4.10.3:

  • Added information about PublicIP that is connected to Steam CM servers in /Api/Bot ASF API endpoints (@JustArchi #3019).
  • Added EnableRiskyCardsDiscovery bot config property. You should not enable it unless your account is constantly unable to load badge pages (@JustArchi #3017 #3018).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

We're heading closer to .NET 8 release, which is expected to land in November/December this year and will likely break compatibility with some older, unsupported (deprecated) setups, e.g. Debian 10 (latest stable is Debian 12 right now) - we recommend OS upgrade before then.


Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.10.3

Published by JustArchi-ArchiBot about 1 year ago

Changelog

Changes since V5.4.9.3:

  • Relaxed security settings of our systemd service, which may be required for running ASF in some Linux environments. Users are advised to systemctl daemon-reload && systemctl restart 'ArchiSteamFarm@*' after upgrade, see issue for more details (@JustArchi #3014).
  • Added bot.. and ..bot syntax for [Bots] argument in commands (@JustArchi).
  • ASF will now try to avoid reloading invalid config files (@JustArchi #3008 #3007).
  • Fixed possible infinite reconnection loop when input prompt is not handled fast enough (@JustArchi #2993).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

We're heading closer to .NET 8 release, which is expected to land in November/December this year and will likely break compatibility with some older, unsupported (deprecated) setups, e.g. Debian 10 (latest stable is Debian 12 right now) - we recommend OS upgrade before then.


Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.10.2

Published by JustArchi-ArchiBot about 1 year ago

Notice

This is stable release candidate. Check out ASF release cycle if you'd like to learn more.


Changelog

Changes since V5.4.9.3:

  • Added bot.. and ..bot syntax for [Bots] argument in commands (@JustArchi).
  • ASF will now try to avoid reloading invalid config files (@JustArchi #3008 #3007).
  • Fixed possible infinite reconnection loop when input prompt is not handled fast enough (@JustArchi #2993).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.10.1

Published by JustArchi-ArchiBot about 1 year ago

Notice

This is stable release candidate. Check out ASF release cycle if you'd like to learn more.


Changelog

Changes since V5.4.9.3:

  • ASF will now try to avoid reloading invalid config files (@JustArchi #3008 #3007).
  • Fixed possible infinite reconnection loop when input prompt is not handled fast enough (@JustArchi #2993).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.10.0

Published by JustArchi-ArchiBot about 1 year ago

Notice

Pre-releases are experimental versions that often contain unpatched bugs, work-in-progress features and rewritten implementations. If you don't consider yourself advanced user, please download latest stable release instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback - no technical support will be given. Check out ASF release cycle if you'd like to learn more.


Changelog

Changes since V5.4.9.3:

  • Fixed possible infinite reconnection loop when input prompt is not handled fast enough (@JustArchi #2993).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.9.3

Published by JustArchi-ArchiBot about 1 year ago

Changelog

Changes since V5.4.8.3:

  • Added GET Confirmations ASF API endpoint, which allows to fetch pending confirmations (@JustArchi).
  • Enhanced balance command and ASF API to include delayed (pending) amount in addition to current (@JustArchi).
  • Fixed addlicense command, yes, again, thanks Valve (@ezhevita #2983).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate

ArchiSteamFarm - ArchiSteamFarm V5.4.9.2

Published by JustArchi-ArchiBot about 1 year ago

Notice

Pre-releases are experimental versions that often contain unpatched bugs, work-in-progress features and rewritten implementations. If you don't consider yourself advanced user, please download latest stable release instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback - no technical support will be given. Check out ASF release cycle if you'd like to learn more.


Changelog

Changes since V5.4.8.3:

  • Added GET Confirmations ASF API endpoint, which allows to fetch pending confirmations (@JustArchi).
  • balance command now includes delayed (pending) amount in addition to current, ASF API includes that info as part of Bot instance as well (@JustArchi).
  • Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
  • Updated localization provided by our community (@JustArchi-ArchiBot).
  • Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).

Support

ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!

GitHub sponsor Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate