Update to 4.2.0.6-1

This commit is contained in:
Gilrain 2020-05-02 18:12:12 +02:00
parent f5338d60b7
commit e76bf2e4be
No known key found for this signature in database
GPG key ID: DDA0B85649CD9010
3 changed files with 13 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 4.2.0.1
pkgver = 4.2.0.6
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=4.2.0.1
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.2.0.6
source = asf.sh
source = service
source = service.user

View file

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

View file

@ -1,3 +1,13 @@
2020-05-02 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.2.0.6-1:
Added linux-arm64 variant to ASF releases, check compatibility section for more info (#1728).
Corrected some small problems related to new stream functions that were introduced as part of the previous release.
Fixed Debug mode not logging the network traffic properly since V4.2.0.0.
Improved Debug mode, which will now use BotName as the logging context identifier.
Latest ASF-ui with new features, improvements and bugfixes.
Updated localization provided by our community.
Usual amount of other core improvements, optimizations and bugfixes.
[Deprecation for plugin creators] Functions deprecated in the previous release have been removed.
2020-04-04 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.2.0.1-1:
[!] ASF V4.2 comes with rewritten implementation responsible for handling HTML documents, which is expected to reduce memory footprint and increase performance when dealing with HTML parsing. While this change is expected to be fully compatible for end users, old ASF plugins utilizing HtmlDocument functions will require appropriate changes (#1703).