summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2020-04-04 21:22:16 +0200
committerGilrain2020-04-04 21:22:16 +0200
commitf5338d60b7ac17b433c395d0c8c6056b3ce9b150 (patch)
tree5b0de9930399c68eaa276fbc7440a99fa6fe30e5
parent722f5b2aa4530c47f698f026831e2d456893d6a4 (diff)
downloadaur-f5338d60b7ac17b433c395d0c8c6056b3ce9b150.tar.gz
Update to 4.2.0.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog12
3 files changed, 15 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5169c3b14e2d..f0f47948d70e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 4.1.2.0
+ pkgver = 4.2.0.1
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.1.2.0
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.2.0.1
source = asf.sh
source = service
source = service.user
diff --git a/PKGBUILD b/PKGBUILD
index 0a8ad63185af..6d79f40d2b6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="4.1.2.0"
+pkgver="4.2.0.1"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index b9b8ca9cf34a..af2a11e6ae4f 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,15 @@
+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).
+ Our docker latest image has been slightly rebuilt to include OS-specific variant of ASF. We recommend you to rebuild your containers if you're using the latest tag in order to avoid potential issues that we've managed to solve, other docker tags (such as released) are not affected (#1720).
+ ASF will now prefer to use HTTP/2 for whole web communication, whenever possible.
+ Slightly optimized unlocking Steam parental accounts, resulting in less time waiting for it.
+ Implemented more robust workaround for POST size limit, entirely avoiding the issue from now on.
+ Plugin creators can now make use of entire range of item properties, including tags (#1653).
+ 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] Implemented IAsyncEnumerable method for GetInventory function, naming it GetInventoryAsync. Old GetInventory method has been deprecated and will be removed in the future release, please migrate to more robust approach, see the PR for code examples (#1652).
2020-02-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.1.2.0-1:
Added MiniProfileBackground item type, which can be used for lootable, transferable and matchable types in the config (#1624).