summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d587f2eb83ee..5864d402ab58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = asf
- pkgver = 5.4.4.5
+ pkgver = 5.4.5.2
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.4.5?signed
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.4.5.2?signed
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index cbd11d16c9f4..e53d01a67411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
-pkgver="5.4.4.5"
+pkgver="5.4.5.2"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index 14a557099ee7..5c1d68276520 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,14 @@
+2023-05-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.4.5.2-1:
+ Added IBotCustomMachineInfoProvider plugin interface, which deprecates previously used ICustomMachineInfoProvider (@JustArchi #2873).
+ Added IWebInterface plugin interface, which allows plugins to provide their own WWW-based UI (@fazelukario #2876 #2877).
+ Added handling of AccessDenied error during logging in, this allows ASF to handle revoked login keys (@JustArchi).
+ Added handling of AccountLoginDeniedThrottle error during logging in, this allows ASF to handle rate limits (@JustArchi).
+ Added TradeCheckPeriod bot configuration property (@Ryzhehvost #2878).
+ Added 2fafinalized and 2fafinalizedforce commands to 2FA plugin. This allows you to use standalone and duplicated ASF 2FA also on non-rooted phones, see updated wiki for more info (@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).
2022-04-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.4.4.5-1:
Defaulted new device confirmation prompt to N in Headless and --service modes (@JustArchi #2867).