summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2022-01-07 09:22:46 +0100
committerGilrain2022-01-07 09:22:46 +0100
commitf785fbdeabf18705a6a1465ff09bd92795ad3e7c (patch)
tree60fbd41e61e09ba2329b6b804947ec2102df2650
parentd42b2c8e43a9bdebb097e00a5c7a9c2f5db55c9e (diff)
downloadaur-f785fbdeabf18705a6a1465ff09bd92795ad3e7c.tar.gz
Update to 5.2.1.5-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog13
3 files changed, 16 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 677f060189ff..f8f9d4f89214 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.2.0.10
+ pkgver = 5.2.1.5
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.2.0.10
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.2.1.5
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 83800f1370bf..aa215733d91c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.2.0.10"
+pkgver="5.2.1.5"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index bde8826885de..822b26b10901 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,16 @@
+2021-01-07 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.2.1.5-1:
+ Plugins breaking: All interface methods now return a Task instead of void, this will require from you slight code changes and a recompilation to work with this release. See my commit for rationale behind this change and more info. This was required to fix a race condition in STD (below), and I wouldn't be surprised if some of your plugins had exactly the same problem, just harder to trigger (@JustArchi).
+ Added IUpdateAware plugin interface (@JustArchi).
+ Added Steam Winter Sale 2021 with 1797760 identifier to SalesBlacklist (@JustArchi).
+ Added MinFarmingDelayAfterBlock global config property (@JustArchi).
+ Improved logic for rate-limiting that could cause going over specified limits in some scenarios (@JustArchi #2472).
+ Improved logic for calculating time remaining for idling on HoursUntilCardDrops > 0 accounts (@JustArchi).
+ Fixed a possible race condition in STD plugin which resulted in ASF crash when GlobalCache couldn't get initialized fast enough (@JustArchi).
+ Added additional safeguards against cache corruption to our STD plugin (@JustArchi).
+ Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
+ Updated localization provided by our community (@JustArchi-ArchiBot).
+ Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).
2021-12-04 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.2.0.10-1:
I've reverted the breaking change of refusing to run as root, as apparently a lot of Windows setups are configured like that, and I do not really expect from every second user to override it with a cmdline arg. ASF will still display a warning though (@JustArchi).