Update to 4.2.4.0-1

This commit is contained in:
Gilrain 2020-08-20 15:56:53 +02:00
parent 51fb1a3d8f
commit 76bcf0de54
No known key found for this signature in database
GPG key ID: DDA0B85649CD9010
3 changed files with 14 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 4.2.3.6
pkgver = 4.2.4.0
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@ -15,7 +15,7 @@ pkgbase = asf
optdepends = asf-ui: standalone web interface for ASF
backup = var/lib/asf/config/ASF.json
backup = usr/lib/asf/NLog.config
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.2.3.6
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.2.4.0
source = service
source = service.user
source = ASF.json

View file

@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
pkgver="4.2.3.6"
pkgver="4.2.4.0"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')

View file

@ -1,3 +1,14 @@
2020-08-19 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.2.4.0-1:
Added POST /Api/Bot/{botNames}/TwoFactorAuthentication/Confirmations API endpoint which allows to accept/reject confirmations with more parameters.
Added a workaround against Steam wrongly returning InvalidPassword for valid login details (rare situation which happens after maintenance when their password validation module is non-responding).
Fixed ASF not accepting backup 2FA codes as valid input (#1900).
Fixed generic-netf builds not serializing Version objects as strings.
Fixed ASF not following RFC on 303 HTTP status codes (#1907).
Latest ASF-ui with new features, improvements and bugfixes.
Updated localization provided by our community.
Usual amount of other core improvements, optimizations and bugfixes.
[Deprecation] Endpoints Confirmations/Accept and Confirmations/Cancel of /Api/Bot/{botNames}/TwoFactorAuthentication have been deprecated in favour of new Confirmations endpoint, which allows to achieve the same (on top of additional functionalities). They'll be removed in the next ASF version, please update your usage of Confirmations/Accept and Confirmations/Cancel to Confirmations.
2020-07-17 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.2.3.6-1:
[!] Fixed ASF's inability to resolve public inventory status (and therefore SteamTradeMatcher feature) due to latest Steam breaking change (#1866).