Releases: JustArchiNET/ArchiSteamFarm
ArchiSteamFarm V5.5.3.1
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!
ArchiSteamFarm V5.5.3.0
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!
ArchiSteamFarm V5.5.2.3
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 toFarmingPreferences
(@JustArchi #3126). - Added additional aliases:
al
foraddlicense
andala
foraddlicense 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, useBot.AccessToken
instead. It'll be removed in the next version, until then it's available to allow smooth migration and internally maps toBot.AccessToken
(@JustArchi).- Selected bot config properties (
Paused
,ShutdownOnFarmingFinished
,SendOnFarmingFinished
,FarmPriorityQueueOnly
,SkipRefundableGames
,EnableRiskyCardsDiscovery
,AutoSteamSaleEvent
) have been removed. UseFarmingPreferences
instead (@JustArchi). Utilities.ReadJwtToken()
has been removed, useUtilities.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!
ArchiSteamFarm V5.5.2.2
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 toFarmingPreferences
(@JustArchi #3126). - Added additional aliases:
al
foraddlicense
andala
foraddlicense 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, useBot.AccessToken
instead. It'll be removed in the next version, until then it's available to allow smooth migration and internally maps toBot.AccessToken
(@JustArchi).Utilities.ReadJwtToken()
is now deprecated, useUtilities.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!
ArchiSteamFarm V5.5.2.1
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 toFarmingPreferences
(@JustArchi #3126). - Added additional aliases:
al
foraddlicense
andala
foraddlicense 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!
ArchiSteamFarm V5.5.2.0
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!
ArchiSteamFarm V5.5.1.4
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 explicitMatchActively: 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!
ArchiSteamFarm V5.5.1.2
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 explicitMatchActively: 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!
ArchiSteamFarm V5.5.1.3
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 explicitMatchActively: 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!
ArchiSteamFarm V5.5.1.1
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 explicitMatchActively: 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!