summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2024-01-28 15:03:31 +0100
committerGilrain2024-01-28 15:03:31 +0100
commitc16c2fbedfefb419399840a8c6ddc6d4d3731a95 (patch)
treea2f2b6a832c860245d26765ffeae41f685890f6e
parent5ab4f8c2a8bfefab0c773b082fbd0bf8262e98a2 (diff)
downloadaur-c16c2fbedfefb419399840a8c6ddc6d4d3731a95.tar.gz
Update to 5.5.2.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog10
3 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd58b2b2c6e7..847c4aaa46d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = asf
- pkgver = 5.5.1.4
+ pkgver = 5.5.2.1
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.1.4?signed
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.5.2.1?signed
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 9fb477fa94fb..9c87a6e4a56a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
-pkgver="5.5.1.4"
+pkgver="5.5.2.1"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index 89a5e9b19a31..0d1906c846b3 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,13 @@
+2024-01-25 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.5.2.1-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).
+ Added new SkipUnplayedGames option to FarmingPreferences (@JustArchi #3126).
+ Added additional aliases: al for addlicense and ala for addlicense ASF (@JustArchi #3127).
+ ASF will now shutdown if you attempt to load mismatched versions of official plugins into the process (@JustArchi #3128).
+ MatchActively will now slightly deprioritize bots with 1-game inventories (@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-01-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.5.1.4-1:
Fixed a possibility of sending invalid heartbeats to ASF STM if account was unused for more than 14 days (@JustArchi).