diff --git a/.SRCINFO b/.SRCINFO index 34f765e3c29b..8b60f1464111 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Sun Jul 24 08:15:07 UTC 2016 +# Sun Jul 31 15:47:26 UTC 2016 pkgbase = asf pkgdesc = Steam cards farmer. - pkgver = 2.1.2.5 - pkgrel = 2 + pkgver = 2.1.3.1 + pkgrel = 1 url = https://github.com/JustArchi/ArchiSteamFarm install = asf.install changelog = changelog @@ -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.1.2.5/ASF.zip + source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.1.3.1/ASF.zip source = asf.sh source = asf-config.sh source = asf.service - sha256sums = 560bee3a662214f9cbabd7bd7faaaac2a5b1ccc785d57711d5a4a662967d7aad + sha256sums = 43db7c2729551fcb7f546a473f6fd90ab7ca296f641f55334b240f3c39109f16 sha256sums = a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5 sha256sums = 63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565 sha256sums = afeee8eb3f1bafa1b0502ce6be43e5119ab73fdc228a49990c9087462c5464af diff --git a/PKGBUILD b/PKGBUILD index ccb211673633..b9adfab4a3f2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Gilrain pkgname="asf" -pkgver="2.1.2.5" -pkgrel=2 +pkgver="2.1.3.1" +pkgrel=1 pkgdesc="Steam cards farmer." arch=('any') url="https://github.com/JustArchi/ArchiSteamFarm" @@ -15,7 +15,7 @@ source=("https://github.com/JustArchi/ArchiSteamFarm/releases/download/${pkgver} "${pkgname}.sh" "${pkgname}-config.sh" "${pkgname}.service") -sha256sums=('560bee3a662214f9cbabd7bd7faaaac2a5b1ccc785d57711d5a4a662967d7aad' +sha256sums=('43db7c2729551fcb7f546a473f6fd90ab7ca296f641f55334b240f3c39109f16' 'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5' '63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565' 'afeee8eb3f1bafa1b0502ce6be43e5119ab73fdc228a49990c9087462c5464af') diff --git a/changelog b/changelog index 106b83848781..aed2b2e2ca5a 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,12 @@ +2016-07-24 Gilrain + * 2.1.3.1-1: + It's now possible to use CustomGamePlayedWhileIdle and GamesPlayedWhileIdle at the same time, to play specific appIDs while showing custom status in Steam Network. Please note that the order of display is not guaranteed in this case. + Added new CustomGamePlayedWhileFarming bot config property, which is possible thanks to above change. Visit Configuration for more info. + Added support for --path command-line argument. Visit wiki for more info. + Greatly improved efficiency of handling multiple 2FA confirmations by adapting newly introduced multi-confirm method introduced by Valve. Thanks to that, ASF can send just one request for accepting all confirmations, instead of accepting them one-by-one. + Slightly improved internal cd-key validator to be case-insensitive and more precise. + Slightly improved network throughput on Windows machines. + Major portion of code improvements, optimizations and bugfixes. 2016-07-24 Gilrain * 2.1.2.5-2: Updated source archive to solve a false-positive (see https://github.com/JustArchi/ArchiSteamFarm/issues/127#issuecomment-234313478)