Releases: JustArchiNET/ArchiSteamFarm
Releases · JustArchiNET/ArchiSteamFarm
ArchiSteamFarm V1.2.4
- Fixed regression introduced in 1.2.3 which would cause ASF to crash in some circumstances.
ArchiSteamFarm V1.2.3
- Fixed a problem where ASF wrongly interpreted number of badge pages of accounts with more than 6 of them, which resulted in no games to farm (only accounts with more than ~3000 games were affected).
ArchiSteamFarm V1.2.2
- Fixed a problem when ASF would not try to reconnect if logging in to
ISteamUserAuth
failed because of Valve's fuckup.
ArchiSteamFarm V1.2.1
- Fixed regression introduced in 1.2, which could cause ASF not respecting sleeping times after receiving some signals such as
InvalidPassword
, #47
ArchiSteamFarm V1.2
- Added global blacklist to ASF which includes appIDs which are not supposed to be farmed, such as steam's winter sale. This is an "extra" to already existing
Blacklist
config property. - Hopefully fixed rare bug regarding ASF trying to reconnect in a loop.
- Removed obsolete now
!farm
command, as it's not needed anymore.
ArchiSteamFarm V1.2 (pre3)
- Rewrote internal cards farming module to be more stable and reliable
- Removed
!farm
command
ArchiSteamFarm V1.2 (pre2)
- Temporarily disabled possibility to farm check, in order to hunt a bug
WARNING: This release is experimental for specific people, do not use it - #46.
ArchiSteamFarm V1.1
- Added new config property,
FarmOffline
which defaults tofalse
. Whentrue
, account won't appear as online during farming, so you can farm steam cards while actually being "offline" in Steam Community, this is especially useful for primary accounts so your friends won't see you as online when only ASF is running. - Added new config property,
HandleOfflineMessages
which defaults tofalse
. Whentrue
, ASF will handle offline messages sent to your account. This comes useful basically only whenFarmOffline
istrue
, because then bot can respond to your commands even while being offline! - Added internal ASF logging, ASF will now automatically create and maintain
log.txt
in the same directory as the executable. Log doesn't contain any sensitive data, and can be useful for debugging purposes. - ASF now responds to chat invites sent by master, as well as commands executed on chat rooms in addition to private chats.
- Hopefully fixed rare bug which would cause your account renamed to
[unassigned]
. - Many internal improvements and bugfixes regarding Steam coming from up-to-date
SteamKit2
.
ArchiSteamFarm V1.1 (pre1)
- Added new config property,
FarmOffline
which defaults tofalse
. Whentrue
, account won't appear as online during farming, so you can farm steam cards while actually being "offline" in Steam Community, this is especially useful for primary accounts so your friends won't see you as online when only ASF is running. - Added new config property,
HandleOfflineMessages
which defaults tofalse
. Whentrue
, ASF will handle offline messages sent to your account. This comes useful basically only whenFarmOffline
istrue
, because then bot can respond to your commands even while being offline! - Added internal ASF logging, ASF will now automatically create and maintain
log.txt
in the same directory as the executable. Log doesn't contain any sensitive data, and can be useful for debugging purposes. - Hopefully fixed rare bug which would cause your account renamed to
[unassigned]
. - Many internal improvements and bugfixes regarding Steam coming from up-to-date
SteamKit2
.
ArchiSteamFarm V1.0
- Added new config,
minimal.xml
that can be used as a config to base on if you're interested only in core ASF functions, and do not wish to configure everything. - Added Steam Winter Sale 2015, with ID of
425280
to the blacklist. This is not needed (yet), but most likely Valve will show winter sale with card drops (again). You may need to adjust your own configs, another option is to not defineBlacklist
property, like in newminimal.xml
config, this way you always use up-to-date ASF defaults. - Fixed issue with expired sessionID for main accounts (bot stuck on farming one game). Bot will now automatically reconnect if sessionID expired.
- Optimized the way of handling main accounts, ASF will now firstly check if farming is possible, instead of assuming it is (which results in wasted time on getting appIDs to farm in case of failing).
- Bot no longer rejects friend requests, group invites, and trades - it ignores them now.
- Internal improvements regarding ASF 2FA and ASF primary accounts integration.
- Misc improvements regarding Steam 2FA integration.
We made it to V1.0 version. I think it's a good time to call ASF truly "stable" now, because it behaves exactly as it should, with no major issues or problems 👍