diff --git a/.SRCINFO b/.SRCINFO index 17208eaceb4a..fbaaa772d481 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri Jun 10 08:09:28 UTC 2016 +# Sat Jun 11 08:28:56 UTC 2016 pkgbase = asf pkgdesc = Steam cards farmer. - pkgver = 2.0.5.5 + pkgver = 2.0.5.6 pkgrel = 1 url = https://github.com/JustArchi/ArchiSteamFarm install = asf.install @@ -11,11 +11,11 @@ pkgbase = asf license = Apache depends = mono backup = opt/asf/config/ASF.json - source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.0.5.5/ASF.zip + source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.0.5.6/ASF.zip source = asf.sh source = asf-config.sh source = asf.service - sha256sums = 4a32b2dbf407a7de2861477ae89e230dac6360f38c767c7605e0875061654ec0 + sha256sums = a4f26d6d8c85710adea94ae5fa037a2f9a00f0cb8ffce205ec83cd2d5b950278 sha256sums = a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5 sha256sums = 63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565 sha256sums = afeee8eb3f1bafa1b0502ce6be43e5119ab73fdc228a49990c9087462c5464af diff --git a/PKGBUILD b/PKGBUILD index 2ae5b452e101..7cddf01a4238 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Gilrain pkgname="asf" -pkgver="2.0.5.5" +pkgver="2.0.5.6" pkgrel=1 pkgdesc="Steam cards farmer." arch=('any') @@ -15,7 +15,7 @@ source=("https://github.com/JustArchi/ArchiSteamFarm/releases/download/${pkgver} "${pkgname}.sh" "${pkgname}-config.sh" "${pkgname}.service") -sha256sums=('4a32b2dbf407a7de2861477ae89e230dac6360f38c767c7605e0875061654ec0' +sha256sums=('a4f26d6d8c85710adea94ae5fa037a2f9a00f0cb8ffce205ec83cd2d5b950278' 'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5' '63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565' 'afeee8eb3f1bafa1b0502ce6be43e5119ab73fdc228a49990c9087462c5464af') diff --git a/changelog b/changelog index a40a69d768f5..da76754c7402 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +2016-06-11 Gilrain + * 2.0.5.6: + Added workaround for Mono bug 41701 affecting Mono runtimes 4.4+. + Misc code improvements, optimizations and bugfixes. 2016-06-10 Gilrain * 2.0.5.5: Hopefully fixed another Windows false-positive introduced in 2.0.5.4. @@ -9,14 +13,14 @@ Improved logic of restarting cards farming module on newly added games. Misc code improvements, optimizations and bugfixes. 2016-06-06 Gilrain - * 2.0.5.2: - Added IsBotAccount bot config property. + * 2.0.5.2: + Added IsBotAccount bot config property. Added !version command. Fixed ASF not always resetting games played when farming got interrupted (e.g. with !pause command). Misc code improvements, optimizations and bugfixes. 2016-06-03 Gilrain - * 2.0.5.1: - Fixed harmless error when account was not using SteamApiKey, introduced in 2.0.5.0. + * 2.0.5.1: + Fixed harmless error when account was not using SteamApiKey, introduced in 2.0.5.0. * 2.0.5.0: [!] Greatly improved primary accounts support and removed AccountPlayingDelay global config property. ASF will now ignore initial OnFarmingFinished() event when ShutdownOnFarmingFinished is set, and you've just !started this bot instance, allowing you to issue commands without much hassle. Every next event (including the one fired after IdleFarmingPeriod) will be honored. @@ -26,26 +30,26 @@ Fixed ASF accidentally dismissing notifications related to profile comments. Massive portion of code improvements, optimizations and bugfixes. 2016-05-12 Gilrain - * 2.0.4.4: + * 2.0.4.4: ASF now allows only one trade to be sent in SendOnFarmingFinished when account did not farm anything - this cuts spam related to sending trade every IdleFarmingPeriod, while still sending initial trade after connect. ASF now allows overpaying when SteamTradeMatcher is enabled. ASF no longer replies to given bot commands when bot instance could not be found and user is not SteamOwnerID. Slightly improved logic of selecting optimal Steam CM server to minimize network latency and improve network communication. Fixed ASF crash when trying to add new ASF 2FA authenticator with null SteamPassword. Minor code improvements, optimizations and bugfixes. - * 2.0.4.1: + * 2.0.4.1: ASF 2FA is now more resistant to steam quirks by implementing the same logic of try-retry as usual requests. Enhanced !status command which now also shows when bot is running in manual mode (such as !pause or !play). Enhanced !owns command which is now able to work also with private profiles, as long as you use SteamApiKey for given account. [ConfigGenerator] Graphical config generator now uses asterisks for hiding SteamPassword property. Major portion of code improvements, optimizations and bugfixes. - * 2.0.4.0: + * 2.0.4.0: Added new bot config property called SteamTradeMatcher with default value of false. As always, you can find more information in the wiki. Improved keys-detecting algorithm, which should greatly decrease amount of false-positives causing bot to redeem invalid cd-keys. Improved logic of !loot. ASF will now loot only trading cards (including foils) and boosters, instead of all steam community items (such as emoticons or backgrounds). When SendOnFarmingFinished is enabled, ASF will now also send trades when bot has nothing to farm. Code improvements, optimizations and bugfixes. - * 2.0.3.4: + * 2.0.3.4: Slightly modified logic of DistributeKeys, according to #199 Added new global config property called AutoRestart with default value of true. As always, you can find more information in the wiki. Minor code improvements, optimizations and bugfixes.