Skip to content

Releases: JustArchiNET/ArchiSteamFarm

ArchiSteamFarm V6.0.1.10

20 Mar 11:16
6.0.1.10
4c0a5b7
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 V6.0.0.3:

  • Added automatic plugin updates functionality. This feature requires appropriate support at plugin level, and allows their authors to issue updates easily through unified ASF mechanisms. Plugin updates are disabled by default, you can control that behaviour with PluginsUpdateMode and PluginsUpdateList global config properties (@JustArchi #3151).
  • Added updateplugins command, which allows to update plugins manually on demand, similar to update command that updates ASF.
  • Added initial support for new Steam families. ASF now extracts family members and gives them FamilySharing access to the bot instance automatically on top of the old family sharing system, which is still being used (@JustArchi #3162).
  • Added support for FamilyJoin 2FA confirmation type (@ezhevita #3166).
  • Added support for ASF downgrade in update command, simply append ! character to the end of update channel (@JustArchi).
  • Dramatically improved performance of loading own inventories by moving logic over to Steam network. This also makes some breaking changes for plugin creators (@ezhevita #3155, @Citrinate #3164).
  • ASF will now try to flash its console window on Windows when expecting user input (@ezhevita #3158 #2998).
  • Added limited support for --minimized command-line switch also for Linux and OS X (@ezhevita #3158 #3159).
  • ASF now uses minimal amount of dependencies for its IPC initialization. This is currently experimental, please report issues if any (@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:

  • There are now two additional plugin interfaces: IGitHubPluginUpdates and IPluginUpdates. First one allows you to easily implement GitHub-based updates based on project structure derived from our plugin template, you need only to specify RepositoryName in majority of cases. Second one allows you to implement custom logic for updates, especially those that are not provided through GitHub.
  • There is new ArchiHandler.GetMyInventoryAsync() method for fetching bot's own inventory now. While previous method in ArchiWebHandler remains operative, you should consider migrating to that one for increased performance and compatibility.
  • Asset entries representing Steam items found in inventory as well as trade offers were slightly refactored to add required compatibility for being used both in ArchiHandler as well as ArchiWebHandler - you might need to do some small code edits to satisfy previous functionality. Significant change includes moving EType and ERarity enums to their own definitions of EAssetType and EAssetRarity.
  • We've updated our plugin template with all required changes for supporting plugin updates. If you want to apply those manually, you can view appropriate commit for doing so.

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 V6.0.1.8

19 Mar 14:16
6.0.1.8
35b1135
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 V6.0.0.3:

  • Added automatic plugin updates functionality. This feature requires appropriate support at plugin level, and allows their authors to issue updates easily through unified ASF mechanisms. Plugin updates are disabled by default, you can control that behaviour with PluginsUpdateMode and PluginsUpdateList global config properties (@JustArchi #3151).
  • Added initial support for new Steam families. ASF now extracts family members and gives them FamilySharing access to the bot instance automatically on top of the old family sharing system, which is still being used (@JustArchi #3162).
  • Dramatically improved performance of loading own inventories by moving logic over to Steam network. This also makes some breaking changes for plugin creators (@ezhevita #3155, @Citrinate #3164).
  • ASF will now try to flash its console window on Windows when expecting user input (@ezhevita #3158 #2998).
  • Added limited support for --minimized command-line switch also for Linux and OS X (@ezhevita #3158 #3159).
  • ASF now uses minimal amount of dependencies for its IPC initialization. This is currently experimental, please report issues if any (@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:

  • There are now two additional plugin interfaces: IGitHubPluginUpdates and IPluginUpdates. First one allows you to easily implement GitHub-based updates based on project structure derived from our plugin template, you need only to specify RepositoryName in majority of cases. Second one allows you to implement custom logic for updates, especially those that are not provided through GitHub.
  • There is new ArchiHandler.GetMyInventoryAsync() method for fetching bot's own inventory now. While previous method in ArchiWebHandler remains operative, you should consider migrating to that one for increased performance and compatibility.
  • Asset entries representing Steam items found in inventory as well as trade offers were slightly refactored to add required compatibility for being used both in ArchiHandler as well as ArchiWebHandler - you might need to do some small code edits to satisfy previous functionality. Significant change includes moving EType and ERarity enums to their own definitions of EAssetType and EAssetRarity.
  • We've updated our plugin template with all required changes for supporting plugin updates. If you want to apply those manually, you can view appropriate commit for doing so.

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 V6.0.1.7

19 Mar 13:12
6.0.1.7
71a1c05
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 V6.0.0.3:

  • Added automatic plugin updates functionality. This feature requires appropriate support at plugin level, and allows their authors to issue updates easily through unified ASF mechanisms. Plugin updates are disabled by default, you can control that behaviour with PluginsUpdateMode and PluginsUpdateList global config properties (@JustArchi #3151).
  • Added initial support for new Steam families. ASF now extracts family members and gives them FamilySharing access to the bot instance automatically on top of the old family sharing system, which is still being used (@JustArchi #3162).
  • Dramatically improved performance of loading own inventories by moving logic over to Steam network. This also makes some breaking changes for plugin creators (@ezhevita #3155, @Citrinate #3164).
  • ASF will now try to flash its console window on Windows when expecting user input (@ezhevita #3158 #2998).
  • Added limited support for --minimized command-line switch also for Linux and OS X (@ezhevita #3158 #3159).
  • ASF now uses minimal amount of dependencies for its IPC initialization. This is currently experimental, please report issues if any (@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:

  • There are now two additional plugin interfaces: IGitHubPluginUpdates and IPluginUpdates. First one allows you to easily implement GitHub-based updates based on project structure derived from our plugin template, you need only to specify RepositoryName in majority of cases. Second one allows you to implement custom logic for updates, especially those that are not provided through GitHub.
  • There is new ArchiHandler.GetMyInventoryAsync() method for fetching bot's own inventory now. While previous method in ArchiWebHandler remains operative, you should consider migrating to that one for increased performance and compatibility.
  • Asset entries representing Steam items found in inventory as well as trade offers were slightly refactored to add required compatibility for being used both in ArchiHandler as well as ArchiWebHandler - you might need to do some small code edits to satisfy previous functionality. Significant change includes moving EType and ERarity enums to their own definitions of EAssetType and EAssetRarity.
  • We've updated our plugin template with all required changes for supporting plugin updates. If you want to apply those manually, you can view appropriate commit for doing so.

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 V6.0.1.6

19 Mar 12:45
6.0.1.6
05131b2
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 V6.0.0.3:

  • Added automatic plugin updates functionality. This feature requires appropriate support at plugin level, and allows their authors to issue updates easily through unified ASF mechanisms. Plugin updates are disabled by default, you can control that behaviour with PluginsUpdateMode and PluginsUpdateList global config properties (@JustArchi #3151).
  • Added initial support for new Steam families. ASF now extracts family members and gives them FamilySharing access to the bot instance automatically on top of the old family sharing system, which is still being used (@JustArchi #3162).
  • Dramatically improved performance of loading own inventories by moving logic over to Steam network. This also makes some breaking changes for plugin creators (@ezhevita #3155, @Citrinate #3164).
  • ASF will now try to flash its console window on Windows when expecting user input (@ezhevita #3158 #2998).
  • Added limited support for --minimized command-line switch also for Linux and OS X (@ezhevita #3158 #3159).
  • ASF now uses minimal amount of dependencies for its IPC initialization. This is currently experimental, please report issues if any (@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:

  • There are now two additional plugin interfaces: IGitHubPluginUpdates and IPluginUpdates. First one allows you to easily implement GitHub-based updates based on project structure derived from our plugin template, you need only to specify RepositoryName in majority of cases. Second one allows you to implement custom logic for updates, especially those that are not provided through GitHub.
  • There is new ArchiHandler.GetMyInventoryAsync() method for fetching bot's own inventory now. While previous method in ArchiWebHandler remains operative, you should consider migrating to that one for increased performance and compatibility.
  • Asset entries representing Steam items found in inventory as well as trade offers were slightly refactored to add required compatibility for being used both in ArchiHandler as well as ArchiWebHandler - you might need to do some small code edits to satisfy previous functionality. Significant change includes moving EType and ERarity enums to their own definitions of EAssetType and EAssetRarity.
  • We've updated our plugin template with all required changes for supporting plugin updates. If you want to apply those manually, you can view appropriate commit for doing so.

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 V6.0.1.5

19 Mar 09:10
6.0.1.5
f381106
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 V6.0.0.3:

  • Added automatic plugin updates functionality. This feature requires appropriate support at plugin level, and allows their authors to issue updates easily through unified ASF mechanisms. Plugin updates are disabled by default, you can control that behaviour with PluginsUpdateMode and PluginsUpdateList global config properties (@JustArchi #3151).
  • Dramatically improved performance of loading own inventories by moving logic over to Steam network. This also makes some breaking changes for plugin creators (@ezhevita #3155, @Citrinate #3164).
  • ASF will now try to flash its console window on Windows when expecting user input (@ezhevita #3158 #2998).
  • Added limited support for --minimized command-line switch also for Linux and OS X (@ezhevita #3158 #3159).
  • ASF now uses minimal amount of dependencies for its IPC initialization. This is currently experimental, please report issues if any (@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:

  • There are now two additional plugin interfaces: IGitHubPluginUpdates and IPluginUpdates. First one allows you to easily implement GitHub-based updates based on project structure derived from our plugin template, you need only to specify RepositoryName in majority of cases. Second one allows you to implement custom logic for updates, especially those that are not provided through GitHub.
  • There is new ArchiHandler.GetMyInventoryAsync() method for fetching bot's own inventory now. While previous method in ArchiWebHandler remains operative, you should consider migrating to that one for increased performance and compatibility.
  • Asset entries representing Steam items found in inventory as well as trade offers were slightly refactored to add required compatibility for being used both in ArchiHandler as well as ArchiWebHandler - you might need to do some small code edits to satisfy previous functionality. Significant change includes moving EType and ERarity enums to their own definitions of EAssetType and EAssetRarity.
  • We've updated our plugin template with all required changes for supporting plugin updates. If you want to apply those manually, you can view appropriate commit for doing so.

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 V6.0.1.4

18 Mar 13:30
6.0.1.4
84ff83b
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 V6.0.0.3:

  • Added automatic plugin updates functionality. This feature requires appropriate support at plugin level, and allows their authors to issue updates easily through unified ASF mechanisms. Plugin updates are disabled by default, you can control that behaviour with PluginsUpdateMode and PluginsUpdateList global config properties (@JustArchi #3151).
  • Dramatically improved performance of loading own inventories by moving logic over to Steam network. This also makes some breaking changes for plugin creators (@ezhevita #3155).
  • ASF will now try to flash its console window on Windows when expecting user input (@ezhevita #3158 #2998).
  • Added limited support for --minimized command-line switch also for Linux and OS X (@ezhevita #3158 #3159).
  • ASF now uses minimal amount of dependencies for its IPC initialization. This is currently experimental, please report issues if any (@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:

  • There are now two additional plugin interfaces: IGitHubPluginUpdates and IPluginUpdates. First one allows you to easily implement GitHub-based updates based on project structure derived from our plugin template, you need only to specify RepositoryName in majority of cases. Second one allows you to implement custom logic for updates, especially those that are not provided through GitHub.
  • There is new ArchiHandler.GetMyInventoryAsync() method for fetching bot's own inventory now. While previous method in ArchiWebHandler remains operative, you should consider migrating to that one for increased performance and compatibility.
  • Asset entries representing Steam items found in inventory as well as trade offers were slightly refactored to add required compatibility for being used both in ArchiHandler as well as ArchiWebHandler - you might need to do some small code edits to satisfy previous functionality. Significant change includes moving EType and ERarity enums to their own definitions of EAssetType and EAssetRarity.
  • We've updated our plugin template with all required changes for supporting plugin updates. If you want to apply those manually, you can view appropriate commit for doing so.

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 V6.0.1.3

17 Mar 21:23
6.0.1.3
1c01d8f
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 V6.0.0.3:

  • Added automatic plugin updates functionality. This feature requires appropriate support at plugin level, and allows their authors to issue updates easily through unified ASF mechanisms. Plugin updates are disabled by default, you can control that behaviour with PluginsUpdateMode and PluginsUpdateList global config properties (@JustArchi #3151).
  • Dramatically improved performance of loading own inventories by moving logic over to Steam network. This also makes some breaking changes for plugin creators (@ezhevita #3155).
  • ASF will now try to flash its console window on Windows when expecting user input (@ezhevita #3158 #2998).
  • Added limited support for --minimized command-line switch also for Linux and OS X (@ezhevita #3158 #3159).
  • ASF now uses minimal amount of dependencies for its IPC initialization. This is currently experimental, please report issues if any (@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:

  • There are now two additional plugin interfaces: IGitHubPluginUpdates and IPluginUpdates. First one allows you to easily implement GitHub-based updates based on project structure derived from our plugin template, you need only to specify RepositoryName in majority of cases. Second one allows you to implement custom logic for updates, especially those that are not provided through GitHub.
  • There is new ArchiHandler.GetMyInventoryAsync() method for fetching bot's own inventory now. While previous method in ArchiWebHandler remains operative, you should consider migrating to that one for increased performance and compatibility.
  • Asset entries representing Steam items found in inventory as well as trade offers were slightly refactored to add required compatibility for being used both in ArchiHandler as well as ArchiWebHandler - you might need to do some small code edits to satisfy previous functionality. Significant change includes moving EType and ERarity enums to their own definitions of EAssetType and EAssetRarity.
  • We've updated our plugin template with all required changes for supporting plugin updates. If you want to apply those manually, you can view appropriate commit for doing so.

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 V6.0.1.2

17 Mar 15:15
6.0.1.2
0d65f51
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 V6.0.0.3:

  • Added automatic plugin updates functionality. This feature requires appropriate support at plugin level, and allows their authors to issue updates easily through unified ASF mechanisms. Plugin updates are disabled by default, you can control their behaviour with PluginsUpdateMode and PluginsUpdateList global config properties (@JustArchi #3151).
  • Dramatically improved performance of loading own inventories by moving logic over to Steam network. This also makes some breaking changes for plugin creators (@ezhevita #3155).
  • ASF will now try to flash its console window on Windows when expecting user input (@ezhevita #3158 #2998).
  • Added limited support for --minimized command-line switch also for Linux and OS X (@ezhevita #3158 #3159).
  • ASF now uses minimal amount of dependencies for its IPC initialization. This is currently experimental, please report issues if any (@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:

  • There are now two additional plugin interfaces: IGitHubPluginUpdates and IPluginUpdates. First one allows you to easily implement GitHub-based updates based on project structure derived from our plugin template, you need only to specify RepositoryName in majority of cases. Second one allows you to implement custom logic for updates, especially those that are not provided through GitHub.
  • There is new ArchiHandler.GetMyInventoryAsync() method for fetching bot's own inventory now. While previous method in ArchiWebHandler remains operative, you should consider migrating to that one for increased performance and compatibility.
  • Asset entries representing Steam items found in inventory as well as trade offers were slightly refactored to add required compatibility for being used both in ArchiHandler as well as ArchiWebHandler - you might need to do some small code edits to satisfy previous functionality. Significant change includes moving EType and ERarity enums to their own definitions of EAssetType and EAssetRarity.
  • We've updated our plugin template with all required changes for supporting plugin updates. If you want to apply those manually, you can view appropriate commit for doing so.

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 V6.0.1.1

09 Mar 21:08
6.0.1.1
e9f9663
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 V6.0.0.3:

  • ASF now uses minimal amount of dependencies for its IPC initialization. This is currently experimental, please report issues if any (@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 V6.0.1.0

09 Mar 17:47
6.0.1.0
1fd6c8a
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 V6.0.0.3:

  • ASF now uses minimal amount of dependencies for its IPC initialization. This is currently experimental, please report issues if any (@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