summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2020-06-08 17:42:15 +0200
committerGilrain2020-06-08 17:42:15 +0200
commite0e853434089bab6a18458485326c931c7fe03c6 (patch)
treefba0b52c955f6fdd12f932fc12369343a9645890
parenta9179bc26274fe88b9ac35e49267e7fd9ea94d55 (diff)
downloadaur-e0e853434089bab6a18458485326c931c7fe03c6.tar.gz
Update to 4.2.2.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog9
3 files changed, 12 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bcb0a8e318c..1d44f4274063 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 4.2.1.8
+ pkgver = 4.2.2.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.1.8
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.2.2.0
source = asf.sh
source = service
source = service.user
diff --git a/PKGBUILD b/PKGBUILD
index a408ca30317d..125332f8cf33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="4.2.1.8"
+pkgver="4.2.2.0"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index a5e832c80b51..078285104def 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,12 @@
+2020-06-08 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 4.2.2.0-1:
+ Fixed ASF being unable to fetch info about newer non-public packages requiring access token (#1827). This was required due to recent Steam change, making it impossible for ASF to work like previously.
+ Added a workaround for ASF-ui and localization regression in docker containers (#1812).
+ Added /Api/{Bots}/Input API endpoint.
+ It's now possible to put currently farmed AppID and GameName in CustomGamePlayedWhileFarming, refer to updated configuration section on the wiki for that.
+ Latest ASF-ui with new features, improvements and bugfixes.
+ Updated localization provided by our community.
+ Usual amount of other core improvements, optimizations and bugfixes.
2020-05-31 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.2.1.8-1:
[!] OS-specific builds now come with re-enabled single file deployment after resolving all of problems listed in #1544. This results in far better ASF folder structure.