Update to 2.1.0.5-1

This commit is contained in:
Gilrain 2016-06-20 18:10:48 +02:00
parent f27e157e75
commit bfa3690bbd
3 changed files with 14 additions and 4 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Sat Jun 11 08:28:56 UTC 2016
# Mon Jun 20 16:02:46 UTC 2016
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 2.0.5.6
pkgver = 2.1.0.5
pkgrel = 1
url = https://github.com/JustArchi/ArchiSteamFarm
install = asf.install
@ -11,7 +11,7 @@ pkgbase = asf
license = Apache
depends = mono
backup = opt/asf/config/ASF.json
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.0.5.6/ASF.zip
source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.1.0.5/ASF.zip
source = asf.sh
source = asf-config.sh
source = asf.service

View file

@ -1,7 +1,7 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname="asf"
pkgver="2.0.5.6"
pkgver="2.1.0.5"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('any')

View file

@ -1,3 +1,13 @@
2016-06-20 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 2.1.0.5:
[!] Incompatibility with previous versions of ASF - Bot's database will be converted from old V1 into new V2 format, which means that newly generated Bot's database will not run correctly with previous versions of ASF.
[!] Removed support for linking new authenticator and delinking existing ones, effectively removing UseAsfAsMobileAuthenticator Bot config property and !2faoff command.
Added support for SteamParental in 2FA sessions. New ASF 2FA uses existing ASF mechanism of SteamParentalPIN to unlock and operate on such accounts, no action is needed.
Improved security of ASF 2FA - 2FA module will now only accept confirmations ASF directly creates, and not all of them. !2faok command is not affected and still accepts everything.
Many internal optimizations, bugfixes, improvements and general code review of ASF 2FA.
[!] Fixed a Steam issue that could lead to ASF not detecting that all cards were dropped already.
ASF will now state current status of card drops (aka "X card drops remaining") when farming in solo mode.
Massive portion of code improvements, optimizations and bugfixes.
2016-06-11 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 2.0.5.6:
Added workaround for Mono bug 41701 affecting Mono runtimes 4.4+.