summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2022-03-02 14:57:55 +0100
committerGilrain2022-03-02 14:57:55 +0100
commitfb0b4aec9c1a33148d3d6749095178b3099dcacf (patch)
tree1866a2e047c0bf80aad5d37f6dccf79c1def0408
parenta9bcdfef88a69ccd70416da8c58f1be4c57e0d55 (diff)
downloadaur-fb0b4aec9c1a33148d3d6749095178b3099dcacf.tar.gz
Update to 5.2.3.5-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog11
3 files changed, 14 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70e7bdb42314..ca6119bbc032 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.2.2.5
+ pkgver = 5.2.3.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.2.5
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.2.3.5
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index dc538a741d8f..18f354f05a88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.2.2.5"
+pkgver="5.2.3.5"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index c0263d4d2c0d..1c6a13e09432 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,14 @@
+2022-03-02 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.2.3.5-1:
+ Added OnlineFlags bot config property (@Deyvan #2511).
+ Removed Statistics global config property. Added RemoteCommunication bot config property in its place that allows switching communication with Steam group and ASF STM listing on per-bot basis. Existing users of Statistics: false will be automatically migrated to RemoteConnection: 0. If you've disabled automatic config migration through cmd-line switch, you'll need to migrate yourself, as obsolete property will be removed in the next release cycle (@JustArchi).
+ Directly connected with the above, we've added new remote communication wiki section in place of old statistics section, where users can now learn about third-party remote communication included in ASF. We recommend to give it a read if privacy subject is important to you (@JustArchi).
+ Added additional delay logic to GamesPlayedWhileIdle if the session was previously forcefully disconnected due to starting a game (@JustArchi).
+ MatchActively setting of TradingPreferences no longer requires SteamTradeMatcher to be enabled as well. It's now possible to match cards passively (SteamTradeMatcher), actively (MatchActively), or both. Previously standalone active matching was not possible (@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).
+ [Deprecation] Features deprecated in the previous release cycle have been removed (@JustArchi).
2022-02-09 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.2.2.5-1:
[!] Fixed inadequate access verification when using proxy commands. Due to security nature of this issue, we recommend an upgrade immediately (@JustArchi, #GHSA-88ch-366c-5m89).