From 4eaf70bf3e0bfbcd92f0ad85c3024f64d72635c4 Mon Sep 17 00:00:00 2001 From: Gilrain Date: Wed, 21 Feb 2024 08:23:52 +0100 Subject: [PATCH] Update to 5.5.3.4-1 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- changelog | 12 ++++++++++++ 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 + * 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 * 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).