summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2021-01-07 09:21:32 +0100
committerGilrain2021-01-07 09:21:32 +0100
commit4247bf817dc31ceb27ed34fd950144756af33634 (patch)
tree6e305a2249fcf50cee3d83b61b33b85eef989e8b
parent0c476d6fc157f4d724413895cc266a5edeb86d2f (diff)
downloadaur-4247bf817dc31ceb27ed34fd950144756af33634.tar.gz
Update to 5.0.2.4-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog15
3 files changed, 18 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16cded19b0ef..1d3d98f4f722 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.0.1.2
+ pkgver = 5.0.2.4
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=5.0.1.2
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.0.2.4
source = service
source = service.user
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 0bec12399e5b..0ddd9228dcf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.0.1.2"
+pkgver="5.0.2.4"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index e50b1ed8b6f5..d2ff72875a23 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,18 @@
+2021-01-07 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.0.2.4-1:
+ [!] Docker builds are now built by GitHub (previously Docker Hub), available also on ghcr.io (in addition to Docker Hub) and supporting multi-platform manifests. Because of unified manifest, -arm and -arm64 docker tags are no longer being deployed, as they're now included in the main tag. Fixed A.B.C.D-{arch} tags that were released in the past remain available for download. Check out our wiki for more info (#2096).
+ Added --no-config-watch command-line argument.
+ Added a workaround for IPC not starting in generic-netf variant running under mono.
+ ASF will now print Steam error text for failed trade offers, if available (#2116).
+ Fixed a possibility of ASF cache not getting invalidated properly, which could result in games being classified as temporarily unavailable to idle. ASF will invalidate existing (old) caches automatically, so there is no need from you to do anything.
+ Fixed a possibility of two farming processes to start at once.
+ Fixed a possible crash with invalid login/password input (#2109).
+ Fixed a possible crash with CompleteTypesToSend (#2099).
+ Fixed swagger usage with custom PathBase being used (#2091).
+ Small fixes related to Kestrel shutdown (#2087).
+ 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-12-17 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.0.1.2-1:
Added Steam Winter Sale 2020 to idling blacklist (#2086).