summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2020-07-17 13:17:40 +0200
committerGilrain2020-07-17 13:17:40 +0200
commit51fb1a3d8f42f8c77afbdd6b04e56ff96f3b16ae (patch)
treef321dce99e17c9ce1bfdf41aa2a856c1194f49b6
parent9510d6ae22eaf8fadfaa9badf108cc993e081402 (diff)
downloadaur-51fb1a3d8f42f8c77afbdd6b04e56ff96f3b16ae.tar.gz
Update to 4.2.3.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog13
3 files changed, 18 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index accc8312a9ab..97767539c334 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 4.2.3.3
- pkgrel = 2
+ pkgver = 4.2.3.6
+ pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
changelog = changelog
@@ -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.3.3
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.2.3.6
source = service
source = service.user
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index a7b3b4a83cb0..bb8468d54409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="4.2.3.3"
-pkgrel=2
+pkgver="4.2.3.6"
+pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index 9d628340f070..4a83c4d57d3e 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,16 @@
+2020-07-17 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 4.2.3.6-1:
+ [!] Fixed ASF's inability to resolve public inventory status (and therefore SteamTradeMatcher feature) due to latest Steam breaking change (#1866).
+ ASF is now capable of resolving 2FA's device_id automatically. This makes it possible for importing maFiles without device_id, as well as authenticators that are entirely missing that info, which wasn't possible previously. ASF will no longer store device_id of the ASF 2FA authenticators, existing ASF 2FA authenticators will drop that property on next bot's database update (no action is needed from you).
+ Added AvatarProfileFrame and AnimatedAvatar to recognized community item types (#1871).
+ Added GET /Api/Plugins IPC API endpoint.
+ Added x-definition to our swagger enum types, flags enum types now display with format: flags in the JSON API definition.
+ Added uptime information to stats command.
+ Fixed a possibility of running into ASF crash when fetching depot keys as part of STD plugin fails.
+ ASF will now fallback to SteamOwnerID if you attempt to loot a bot with no defined master.
+ Latest ASF-ui with new features, improvements and bugfixes.
+ Updated localization provided by our community.
+ Usual amount of other core improvements, optimizations and bugfixes.
2020-06-25 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.2.3.3-1:
Added Steam Summer Sale 2020 to SalesBlacklist (#1853).