summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2024-02-21 08:23:52 +0100
committerGilrain2024-02-21 08:23:52 +0100
commit4eaf70bf3e0bfbcd92f0ad85c3024f64d72635c4 (patch)
tree91ec64a5b6c48d5f1ae55ad0959217b262190925
parent2a3bfc1198ab26ddbcebf1541b67dc640bf59cd5 (diff)
downloadaur-4eaf70bf3e0bfbcd92f0ad85c3024f64d72635c4.tar.gz
Update to 5.5.3.4-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog12
3 files changed, 15 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfd5c314baa2..1c634f7a9b8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = asf
- pkgver = 5.5.2.3
+ pkgver = 5.5.3.4
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@@ -11,7 +11,7 @@ pkgbase = asf
makedepends = git
makedepends = dotnet-sdk>=8.0
makedepends = aspnet-runtime>=8.0
- source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.5.2.3?signed
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.5.3.4?signed
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 9e9da9643813..50056e81c6e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
-pkgver="5.5.2.3"
+pkgver="5.5.3.4"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index ebfda6854624..e819ced89cd1 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,15 @@
+2024-02-21 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.5.3.4-1:
+ Added support for private games. ASF will now detect and skip private games from farming, as per your privacy preferences (@JustArchi #3109).
+ Added built-in crash protection. The process will now freeze by default with an error if it detects constant crashing upon each restart (@JustArchi)
+ Added slight delay upon receiving new items notification during farming, to fight with potential cache issues - this might help ASF not detecting updated cards remaining right away (@JustArchi).
+ Our docker containers now include main ASF binary files in /asf rather than /app. There is no change in usage for the users, since /app is still being used as a working directory through ASF_PATH like before (@JustArchi).
+ Slightly improved load-balancing in STD module to avoid excessive work right after login (@JustArchi).
+ Slightly improved security against IPCPassword side-channel attempts (@LRFLEW #3142).
+ Removed deprecated in the previous release functions and mappings (@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).
2024-02-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.5.2.3-1:
Refactored and unified selected bot config properties into new FarmingPreferences setting: Paused, ShutdownOnFarmingFinished, SendOnFarmingFinished, FarmPriorityQueueOnly, SkipRefundableGames, EnableRiskyCardsDiscovery, AutoSteamSaleEvent. ASF will automatically convert your existing bot configs into new format, and if you're using --no-config-migrate then you'll need to migrate manually (@JustArchi).