Update to 5.2.0.10-1

This commit is contained in:
Gilrain 2021-12-04 17:39:29 +01:00
parent a61c4e24d2
commit d42b2c8e43
No known key found for this signature in database
GPG key ID: DDA0B85649CD9010
3 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 5.2.0.9
pkgver = 5.2.0.10
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@ -15,7 +15,7 @@ pkgbase = asf
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.2.0.9
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.2.0.10
source = service.patch
source = asf.env
source = ASF.json

View file

@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
pkgver="5.2.0.9"
pkgver="5.2.0.10"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')

View file

@ -1,4 +1,7 @@
2021-12-04 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.2.0.10-1:
I've reverted the breaking change of refusing to run as root, as apparently a lot of Windows setups are configured like that, and I do not really expect from every second user to override it with a cmdline arg. ASF will still display a warning though (@JustArchi).
Fixed ASF silently ignoring invalid --path argument supplied, it'll now exit with an error if told to navigate to invalid directory (@JustArchi).
* 5.2.0.9-1:
[!] ASF V5.2 opens a new major milestone due to significant .NET 6.0 runtime upgrade. .NET runtime upgrade brings a lot of under-the-hood changes, compatibility enhancements, performance improvements, features and bugfixes (@JustArchi @Abrynos #2388).
Breaking: renamed commands bl, ib and iq (with add and rm) to tb, fb and fq, accordingly. This further helps unifying the terms used across ASF (@JustArchi #2368).