diff --git a/.SRCINFO b/.SRCINFO index 07cb2e89d7ca..c7b82301ba25 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri May 5 15:51:57 UTC 2017 +# Fri Jun 23 14:02:09 UTC 2017 pkgbase = asf pkgdesc = Steam cards farmer. - pkgver = 2.3.1.3 + pkgver = 2.3.2.0 pkgrel = 1 url = https://github.com/JustArchi/ArchiSteamFarm install = asf.install @@ -12,13 +12,13 @@ pkgbase = asf depends = mono>=4.8 backup = opt/asf/config/ASF.json backup = var/lib/asf/config/ASF.json - source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.3.1.3/ASF.zip + source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.3.2.0/ASF.zip source = asf.sh source = asf-config.sh source = asf.service source = asf-user.service source = asf.sysusers - sha256sums = 14157584c44b26bcfcc6df0e176747e77171cc0ed50baa5f52f4a3f78610ba96 + sha256sums = 1a9f50c3cf2eb00e5148bc21a209b0c7c275b6c36c8cae8b4d9b2469bee7ff33 sha256sums = a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5 sha256sums = 63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565 sha256sums = 183d7c2f93ca8ca95e00523c4920275e52ad83d049af95610b7cc0672983421c diff --git a/PKGBUILD b/PKGBUILD index cbebe1566ea0..45d6a19b5c12 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Gilrain pkgname="asf" -pkgver="2.3.1.3" +pkgver="2.3.2.0" pkgrel=1 pkgdesc="Steam cards farmer." arch=('any') @@ -17,7 +17,7 @@ source=("https://github.com/JustArchi/ArchiSteamFarm/releases/download/${pkgver} "${pkgname}.service" "${pkgname}-user.service" "${pkgname}.sysusers") -sha256sums=('14157584c44b26bcfcc6df0e176747e77171cc0ed50baa5f52f4a3f78610ba96' +sha256sums=('1a9f50c3cf2eb00e5148bc21a209b0c7c275b6c36c8cae8b4d9b2469bee7ff33' 'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5' '63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565' '183d7c2f93ca8ca95e00523c4920275e52ad83d049af95610b7cc0672983421c' diff --git a/changelog b/changelog index d7907cd65154..b79f358384c7 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,22 @@ +2017-06-23 Gilrain + * 2.3.2.0-1: + Added !stats command. + Added Steam Summer Sale 2017 badge with appID of 639900 to global blacklist. + Added workaround for possible ASF-Service crash (ref: #573). + Fixed small regression introduced in V2.3.1.7 that could make bot ignore valid commands if user didn't have access on that specific bot (proxy scenarios). + Misc code improvements, optimizations and bugfixes. + * 2.3.1.8: + ASF will now follow common *nix convention and ignore config files starting with a dot (ref: #554). + ASF will now respect permissions when distributing/forwarding keys and won't send keys to bots that given user doesn't have access to. + ASF will now try to avoid using HandleOfflineMessages if it can be sure that there is no offline message from any user permitted to use ASF commands, potentially making it possible to use for primary accounts. + !pause command will now properly deactivate also GamesPlayedWhileIdle. + Improved ShutdownOnFarmingFinished that previously didn't work properly with 0 IdleFarmingPeriod (ref: #557). + Improved Steam message splitting logic that should now always arrive in proper order when Bot is forced to split the message because of its size. + Fixed ASF attempting to start broken (config/database) bots. + Further fixed WCF maximum message length (ref: #484). + Usual code improvements, optimizations and bugfixes. + * 2.3.1.4: + Added workaround for recent Steam bug that could result in commands response duplication when using HandleOfflineMessages. 2017-05-05 Gilrain * 2.3.1.3-1: Fixed a small regression introduced in version 2.3.0.9 that could cause !redeem failures to be always displayed as Fail.