Update to 2.2.3.2-1

This commit is contained in:
Gilrain 2017-03-04 10:52:16 +01:00
parent 68b39135ce
commit f3930d6d91
3 changed files with 27 additions and 6 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Sun Feb 5 12:43:37 UTC 2017
# Sat Mar 4 09:51:55 UTC 2017
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 2.2.2.4
pkgver = 2.2.3.2
pkgrel = 1
url = https://github.com/JustArchi/ArchiSteamFarm
install = asf.install
@ -12,13 +12,13 @@ pkgbase = asf
depends = mono
backup = opt/asf/config/ASF.json
backup = var/lib/asf/config/ASF.json
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.2.2.4/ASF.zip
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.2.3.2/ASF.zip
source = asf.sh
source = asf-config.sh
source = asf.service
source = asf-user.service
source = asf.sysusers
sha256sums = 704eb9e2334f9fbcb17e16a2b9e08397b6500ec79ea3344742daa4824442a5c2
sha256sums = cbffb01fc2e798d6f3f1e4e6baa148d8d2100f6db4e7183f721859598e119cea
sha256sums = a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5
sha256sums = 63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565
sha256sums = 39166dc6947b81ba9a3f60cc1f117198050fb5e4a7fb16a199adb2a77af2b205

View file

@ -1,7 +1,7 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname="asf"
pkgver="2.2.2.4"
pkgver="2.2.3.2"
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=('704eb9e2334f9fbcb17e16a2b9e08397b6500ec79ea3344742daa4824442a5c2'
sha256sums=('cbffb01fc2e798d6f3f1e4e6baa148d8d2100f6db4e7183f721859598e119cea'
'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5'
'63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565'
'39166dc6947b81ba9a3f60cc1f117198050fb5e4a7fb16a199adb2a77af2b205'

View file

@ -1,3 +1,24 @@
2017-03-04 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 2.2.3.2-1:
[!] ASF is now smart enough to automatically choose proper appID for "Series" (video) apps with trading cards in them. Previously it'd be stuck farming wrong game (ref: #473).
From now on running ASF will prevent Windows OS from going to sleep (ref: #457) [1].
Added extra logic for handling locked/disabled accounts (ref: #469).
Added KeepMissingGames to RedeemingPreferences bot config property (ref: #470).
Added back metadata publishing to all WCF bindings (ref: #448).
Added !input command (ref: #476).
DismissInventoryNotifications is now false by default.
AcceptDonations can now be used together with DontAcceptBotTrades in TradingPreferences.
Fixed ASF crash on invalid IdentitySecret/SharedSecret in ASF 2FA.
Fixed SendTradePeriod not working properly.
Fixed NLog issue that could lead to ASF crash when run via Mono in systemd environment without custom NLog.config (ref: #292).
Fixed WCF refusing to handle too large !api responses.
Updated statistics and privacy policy (ref: #450) [2].
Updated internal SteamKit2 code, this results in some misc changes of !redeem statuses. I took the opportunity and documented them in the FAQ while I was at it.
Further unified ASF commands by adding bot identifier to all of them (ref: #468).
Removed AcceptConfirmationsPeriod [3].
Removed default entries in Blacklist global config property, since they're defined in hardcoded ASF GlobalBlacklist already.
ASF will no longer accept SteamTradeMatcher trades without MatchEverything, if we can't fetch our inventory during parsing the trade.
Major code improvements, optimizations and bugfixes.
2017-02-05 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 2.2.2.4-1:
Added back overall ASF status to !status ASF (it was accidentally removed during rewrite).