Update to 5.0.6.3-1

This commit is contained in:
Gilrain 2021-05-01 15:01:19 +02:00
parent dcbe7a9c12
commit 506a8e4b82
No known key found for this signature in database
GPG key ID: DDA0B85649CD9010
3 changed files with 16 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 5.0.5.6
pkgver = 5.0.6.3
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@ -10,12 +10,12 @@ pkgbase = asf
arch = aarch64
license = Apache
makedepends = git
makedepends = dotnet-sdk>=5.0
depends = aspnet-runtime>=5.0
makedepends = dotnet-sdk>=5.0.5
depends = aspnet-runtime>=5.0.5
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.0.5.6
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.0.6.3
source = service
source = service.user
source = ASF.json

View file

@ -2,15 +2,15 @@
# Contributor: Lucki
pkgname="asf"
pkgver="5.0.5.6"
pkgver="5.0.6.3"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
license=('Apache')
depends=('aspnet-runtime>=5.0')
depends=('aspnet-runtime>=5.0.5')
optdepends=('asf-ui: standalone web interface for ASF')
makedepends=('git' 'dotnet-sdk>=5.0')
makedepends=('git' 'dotnet-sdk>=5.0.5')
changelog=changelog
backup=('var/lib/asf/config/ASF.json' 'usr/lib/asf/NLog.config')
install=install

View file

@ -1,3 +1,12 @@
2021-05-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.0.6.3-1:
We've added missing localization support for our SteamTokenDumper plugin, it's now consistent with the rest of ASF.
Our internal HandleTwoFactorAuthenticationConfirmations() function now allows to retrieve handled confirmations for plugins and API usage. Third-party plugins using ASF 2FA might require a recompilation to accomodate this change.
Fixed a very rare possibility of wrong Steam time getting cached for prolonged amount of time (used in ASF 2FA).
Misc logging enhancements (#2292, #2293).
Latest ASF-ui with new features, improvements and bugfixes.
Updated localization provided by our community.
Usual amount of other core improvements, optimizations and bugfixes.
2021-04-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.0.5.6-1:
Compared to V5.0.5.5, this version includes only a newer version of ASF-ui which had a pretty important regression in the previous build.