summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2024-10-01 09:05:05 +0200
committerGilrain2024-10-01 09:05:05 +0200
commit3cf5e70fa5644500a0fabbcae1daffa703b69a64 (patch)
treecc41488cc58871c06ea14ba9568fd18f50989957
parentdfb2f256ccd24c34b7597c648bbb9fece971c59a (diff)
downloadaur-3cf5e70fa5644500a0fabbcae1daffa703b69a64.tar.gz
Update to 6.0.7.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 e705d3e3f650..db5cb383d2aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = asf
- pkgver = 6.0.6.4
+ pkgver = 6.0.7.5
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=6.0.6.4?signed
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.0.7.5?signed
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index c5ef58c9b5ba..f3a388ee2598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
-pkgver="6.0.6.4"
+pkgver="6.0.7.5"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index e550e5e796ed..0bb92a566bfd 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,14 @@
+2024-09-28 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 6.0.7.5-1:
+ Added new loot& and transfer& commands (@dm1tz #3287).
+ Added new bgrclear command (@JustArchi #3294).
+ Renamed Experimental update channel to PreRelease. This change affects only update command under the hood (@JustArchi).
+ Improved STM trades processing in a way it's no longer possible to accept together-conflicting trade offers (@JustArchi #3291).
+ Fixed regression introduced around V6.0.6.1 which caused ASF to sometimes not reconnect the bots after heartbeat failure (@JustArchi).
+ ASF now takes into account OnlyAllowRunInCountries extended property, which effectively fixes cards farming process sometimes getting stuck at impossible to play run-locked games. Since this requires cache update, it might take up to a week for old data to get invalidated - you can optionally speed up that process by manually deleting ASF.db, although best if you can just wait it out (@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-08-26 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 6.0.6.4-1:
Added OnlinePreferences bot config property, which right now allows you to enable Steam Deck presence (@JustArchi #3261).