summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2020-05-02 18:12:12 +0200
committerGilrain2020-05-02 18:12:12 +0200
commite76bf2e4be191248628ead8e930a84d45615886c (patch)
tree4491b8e5c3ec5ba6e06a0192d797d7dfd24cfc8f
parentf5338d60b7ac17b433c395d0c8c6056b3ce9b150 (diff)
downloadaur-e76bf2e4be191248628ead8e930a84d45615886c.tar.gz
Update to 4.2.0.6-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog10
3 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0f47948d70e..f7add898e51c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 6d79f40d2b6f..34426d102bf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')
diff --git a/changelog b/changelog
index af2a11e6ae4f..5387a0166fe1 100644
--- a/changelog
+++ b/changelog
@@ -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).