summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2020-08-20 15:56:53 +0200
committerGilrain2020-08-20 15:56:53 +0200
commit76bcf0de540f7998fa8f56a912fc71680de2a797 (patch)
tree10c7b04efbd51759e85f9d785e47c1b1b85bc5b1
parent51fb1a3d8f42f8c77afbdd6b04e56ff96f3b16ae (diff)
downloadaur-76bcf0de540f7998fa8f56a912fc71680de2a797.tar.gz
Update to 4.2.4.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog11
3 files changed, 14 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97767539c334..57fb76070d72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index bb8468d54409..ee883c01a7e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')
diff --git a/changelog b/changelog
index 4a83c4d57d3e..3a60da487949 100644
--- a/changelog
+++ b/changelog
@@ -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).