summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2023-04-03 09:57:07 +0200
committerGilrain2023-04-03 09:57:07 +0200
commit54b66edf9ed1ba245bf3a8850ff5b250fb32d932 (patch)
treedb550f3078b1f02a0100b0f1db9115b60659cbe9
parente66b8e064fddfd7c62df67d4237f2bacf9574df9 (diff)
downloadaur-54b66edf9ed1ba245bf3a8850ff5b250fb32d932.tar.gz
Update to 5.4.4.4-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog5
3 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 029aee498f76..d398b3cff141 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = asf
- pkgver = 5.4.4.3
+ pkgver = 5.4.4.4
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.3?signed
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.4.4.4?signed
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 3126d2467d8b..7a2ce5877ba3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=('asf-plugin-steamtokendumper'
'asf-plugin-periodicgc'
'asf-plugin-signinwithsteam'
'asf')
-pkgver="5.4.4.3"
+pkgver="5.4.4.4"
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index 0e198dde6b33..0cc7e95440b5 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,8 @@
+2022-04-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.4.4.4-1:
+ Added support for logging in through device confirmations, this allows you to approve the login on your phone and avoid typing 2FA code in ASF (@JustArchi #2857).
+ Added support for handling DuplicateRequest during logging in (@JustArchi #2864).
+ Further improved new login flow to be more resilent against issues (@JustArchi).
2022-03-25 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.4.4.3-1:
Implemented new login flow which fixes Steam breaking change rendering previously used login keys mechanism invalid (@JustArchi #2840).