From bfa3690bbd09c477e6f04377ec7f995e191d9c63 Mon Sep 17 00:00:00 2001 From: Gilrain Date: Mon, 20 Jun 2016 18:10:48 +0200 Subject: [PATCH] Update to 2.1.0.5-1 --- .SRCINFO | 6 +++--- PKGBUILD | 2 +- changelog | 10 ++++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fbaaa772d481..91368c181162 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 7cddf01a4238..d50c469792d5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Gilrain pkgname="asf" -pkgver="2.0.5.6" +pkgver="2.1.0.5" pkgrel=1 pkgdesc="Steam cards farmer." arch=('any') diff --git a/changelog b/changelog index da76754c7402..839f16df7af3 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,13 @@ +2016-06-20 Gilrain + * 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 * 2.0.5.6: Added workaround for Mono bug 41701 affecting Mono runtimes 4.4+.