Skip to content

Releases: JustArchiNET/ArchiSteamFarm

ArchiSteamFarm V5.5.3.1

04 Feb 21:44
5.5.3.1
348c43b
Compare
Choose a tag to compare
Pre-release

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.5.2.3:

  • Added built-in crash protection. The process will now freeze by default with an error if it detects constant crashing upon each restart (@JustArchi).
  • Slightly improved load-balancing in STD module to avoid excessive work right after login (@JustArchi).
  • Removed deprecated in the previous release functions and mappings (@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

ArchiSteamFarm V5.5.3.0

03 Feb 21:15
5.5.3.0
f0ef4c6
Compare
Choose a tag to compare
Pre-release

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.5.2.3:

  • Added built-in crash protection. The process will now freeze by default with an error if it detects constant crashing upon each restart (@JustArchi).
  • Slightly improved load-balancing in STD module to avoid excessive work right after login (@JustArchi).
  • Removed deprecated in the previous release functions and mappings (@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

ArchiSteamFarm V5.5.2.3

30 Jan 13:05
5.5.2.3
716b253
Compare
Choose a tag to compare

Changelog

Changes since V5.5.1.4:

  • Refactored and unified selected bot config properties into new FarmingPreferences setting: Paused, ShutdownOnFarmingFinished, SendOnFarmingFinished, FarmPriorityQueueOnly, SkipRefundableGames, EnableRiskyCardsDiscovery, AutoSteamSaleEvent. ASF will automatically convert your existing bot configs into new format, and if you're using --no-config-migrate then you'll need to migrate manually (@JustArchi).
  • Added new SkipUnplayedGames option to FarmingPreferences (@JustArchi #3126).
  • Added additional aliases: al for addlicense and ala for addlicense ASF (@JustArchi #3127).
  • Fixed failure in using cached access tokens after latest Steam breaking change (@JustArchi #3133).
  • ASF will now shutdown if you attempt to load mismatched versions of official plugins into the process (@JustArchi #3128).
  • MatchActively will now slightly deprioritize bots with 1-game inventories (@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 for plugin creators:

  • ArchiWebHandler.CachedAccessToken is now deprecated, use Bot.AccessToken instead. It'll be removed in the next version, until then it's available to allow smooth migration and internally maps to Bot.AccessToken (@JustArchi).
  • Selected bot config properties (Paused, ShutdownOnFarmingFinished, SendOnFarmingFinished, FarmPriorityQueueOnly, SkipRefundableGames, EnableRiskyCardsDiscovery, AutoSteamSaleEvent) have been removed. Use FarmingPreferences instead (@JustArchi).
  • Utilities.ReadJwtToken() has been removed, use Utilities.TryReadJsonWebToken() instead (@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 V5.5.2.2

29 Jan 18:10
5.5.2.2
608bece
Compare
Choose a tag to compare
Pre-release

Notice

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


Changelog

Changes since V5.5.1.4:

  • Refactored and unified selected bot config properties into new FarmingPreferences setting: Paused, ShutdownOnFarmingFinished, SendOnFarmingFinished, FarmPriorityQueueOnly, SkipRefundableGames, EnableRiskyCardsDiscovery, AutoSteamSaleEvent. ASF will automatically convert your existing bot configs into new format, and if you're using --no-config-migrate then you'll need to migrate manually (@JustArchi).
  • Added new SkipUnplayedGames option to FarmingPreferences (@JustArchi #3126).
  • Added additional aliases: al for addlicense and ala for addlicense ASF (@JustArchi #3127).
  • Fixed failure in using cached access tokens after latest Steam breaking change (@JustArchi #3133).
  • ASF will now shutdown if you attempt to load mismatched versions of official plugins into the process (@JustArchi #3128).
  • MatchActively will now slightly deprioritize bots with 1-game inventories (@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 for plugin creators:

  • ArchiWebHandler.CachedAccessToken is now deprecated, use Bot.AccessToken instead. It'll be removed in the next version, until then it's available to allow smooth migration and internally maps to Bot.AccessToken (@JustArchi).
  • Utilities.ReadJwtToken() is now deprecated, use Utilities.TryReadJwtToken() instead. It'll be removed in the next version, until then it's available to allow smooth migration (@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 V5.5.2.1

24 Jan 15:42
5.5.2.1
d6ef5e5
Compare
Choose a tag to compare
Pre-release

Notice

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


Changelog

Changes since V5.5.1.4:

  • Refactored and unified selected bot config properties into new FarmingPreferences setting: Paused, ShutdownOnFarmingFinished, SendOnFarmingFinished, FarmPriorityQueueOnly, SkipRefundableGames, EnableRiskyCardsDiscovery, AutoSteamSaleEvent. ASF will automatically convert your existing bot configs into new format, and if you're using --no-config-migrate then you'll need to migrate manually (@JustArchi).
  • Added new SkipUnplayedGames option to FarmingPreferences (@JustArchi #3126).
  • Added additional aliases: al for addlicense and ala for addlicense ASF (@JustArchi #3127).
  • ASF will now shutdown if you attempt to load mismatched versions of official plugins into the process (@JustArchi #3128).
  • MatchActively will now slightly deprioritize bots with 1-game inventories (@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

ArchiSteamFarm V5.5.2.0

11 Jan 16:03
5.5.2.0
042fadc
Compare
Choose a tag to compare
Pre-release

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.5.1.4:

  • MatchActively will now slightly deprioritize bots with 1-game inventories (@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

ArchiSteamFarm V5.5.1.4

02 Jan 23:56
5.5.1.4
be2e173
Compare
Choose a tag to compare

Changelog

Changes since V5.5.1.2:

  • Fixed a possibility of sending invalid heartbeats to ASF STM if account was unused for more than 14 days (@JustArchi).

Changes since V5.5.0.11:

  • std command will now return as soon as refresh is scheduled, rather than actually finished like before (@JustArchi).
  • match command can now be executed without explicit MatchActively: true in bot config (@JustArchi).
  • Misc optimizations of MatchActively in regards to server communication (@JustArchi).
  • Fixed swagger spec not loading in OS-specific builds (@JustArchi, #3115).
  • Fixed swagger schema problems with enums after .NET 8 upgrade (@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

ArchiSteamFarm V5.5.1.2

02 Jan 00:38
5.5.1.2
dd0949b
Compare
Choose a tag to compare

Changelog

Changes since V5.5.0.11:

  • std command will now return as soon as refresh is scheduled, rather than actually finished like before (@JustArchi).
  • match command can now be executed without explicit MatchActively: true in bot config (@JustArchi).
  • Misc optimizations of MatchActively in regards to server communication (@JustArchi).
  • Fixed swagger spec not loading in OS-specific builds (@JustArchi, #3115).
  • Fixed swagger schema problems with enums after .NET 8 upgrade (@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

ArchiSteamFarm V5.5.1.3

02 Jan 23:48
5.5.1.3
3d503ed
Compare
Choose a tag to compare
Pre-release

Changelog

Changes since V5.5.1.2:

  • Fixed a possibility of sending invalid heartbeats to ASF STM if account was unused for more than 14 days (@JustArchi).

Changes since V5.5.0.11:

  • std command will now return as soon as refresh is scheduled, rather than actually finished like before (@JustArchi).
  • match command can now be executed without explicit MatchActively: true in bot config (@JustArchi).
  • Misc optimizations of MatchActively in regards to server communication (@JustArchi).
  • Fixed swagger spec not loading in OS-specific builds (@JustArchi, #3115).
  • Fixed swagger schema problems with enums after .NET 8 upgrade (@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

ArchiSteamFarm V5.5.1.1

01 Jan 22:39
5.5.1.1
7f1ecdd
Compare
Choose a tag to compare
Pre-release

Notice

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


Changelog

Changes since V5.5.0.11:

  • std command will now return as soon as refresh is scheduled, rather than actually finished like before (@JustArchi).
  • match command can now be executed without explicit MatchActively: true in bot config (@JustArchi).
  • Misc optimizations of MatchActively in regards to server communication (@JustArchi).
  • Fixed swagger spec not loading in OS-specific builds (@JustArchi, #3115).
  • 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