From 0c476d6fc157f4d724413895cc266a5edeb86d2f Mon Sep 17 00:00:00 2001 From: Gilrain Date: Thu, 17 Dec 2020 21:03:13 +0100 Subject: [PATCH] Update to 5.0.1.2-1 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- changelog | 9 +++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c8fbf2aab0fc..16cded19b0ef 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = asf pkgdesc = Steam cards farmer. - pkgver = 5.0.0.5 + pkgver = 5.0.1.2 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.0.0.5 + source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.0.1.2 source = service source = service.user source = ASF.json diff --git a/PKGBUILD b/PKGBUILD index 555d18558d99..0bec12399e5b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Lucki pkgname="asf" -pkgver="5.0.0.5" +pkgver="5.0.1.2" pkgrel=1 pkgdesc="Steam cards farmer." arch=('x86_64' 'armv7h' 'aarch64') diff --git a/changelog b/changelog index 88f553d52e2d..e50b1ed8b6f5 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,12 @@ +2020-12-17 Gilrain + * 5.0.1.2-1: + Added Steam Winter Sale 2020 to idling blacklist (#2086). + Fixed IPC server not starting when one of the custom plugins fail to load. + Fixed ASF sometimes being unable to acquire single-process mutex after restart on linux machines. + ASF will now give more verbose information upon custom plugins activation, in particular which plugin failed to load. + 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-11-25 Gilrain * 5.0.0.5-1: [!] ASF V5 opens a new major milestone due to significant .NET 5.0 runtime upgrade. .NET runtime upgrade brings a lot of under-the-hood changes, compatibility enhancements, performance improvements, features and bugfixes.