summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog13
3 files changed, 16 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8376691cb2a9..d46f65ce51a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = asf
- pkgver = 5.4.1.11
+ pkgver = 5.4.2.13
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@@ -11,7 +11,7 @@ pkgbase = asf
makedepends = git
makedepends = dotnet-sdk>=7.0
makedepends = aspnet-runtime>=7.0
- source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.4.1.11
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.4.2.13
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 65313564122f..e01325f3d6dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=asf
pkgname=('asf-plugin-steamtokendumper' 'asf-plugin-itemsmatcher' 'asf')
-pkgver="5.4.1.11"
+pkgver="5.4.2.13"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index 224497f868a2..56e10eeaaa9a 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,16 @@
+2022-02-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.4.2.13-1:
+ [!] Improved neutral+ logic to reject possible abuse/exploitation on fair offers (@JustArchi #2807).
+ ItemsMatcher will now cancel trade offers that were created in the previous run, and deprioritize steamIDs that didn't answer (@JustArchi #2787).
+ Further bugfixes, enhancements and optimizations of ItemsMatcher plugin, especially in regards to data usage (@JustArchi)
+ Addressed recent Steam breaking change which caused depot tasks launched by STD plugin to fail (@JustArchi).
+ STD plugin will now skip asking for depots that SteamDB already has, as optimization measure (@JustArchi).
+ Removed requirement of 100 items for ASF STM listing, all SteamTradeMatcher bots are welcome now (@JustArchi).
+ Fixed unobserved QuicException errors that could happen on Windows machines (@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).
+ pkg: split package into main app and plugins
2022-12-31 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.4.1.11-1:
[!] PublicListing and MatchActively have been extracted from ASF core to standalone ItemsMatcher plugin. MatchActively feature was rewritten from scratch in regards to Steam breaking changes and is now a paid feature requiring a LicenseID to work. Please check out new ItemsMatcher wiki page for more info (@JustArchi).