diff --git a/.SRCINFO b/.SRCINFO index ed4c64cfecdc..5169c3b14e2d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = asf pkgdesc = Steam cards farmer. - pkgver = 4.1.1.7 - pkgrel = 3 + pkgver = 4.1.2.0 + 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.1.1.7 + source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.1.2.0 source = asf.sh source = service source = service.user diff --git a/PKGBUILD b/PKGBUILD index 0abe26e93dad..0a8ad63185af 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Lucki pkgname="asf" -pkgver="4.1.1.7" -pkgrel=3 +pkgver="4.1.2.0" +pkgrel=1 pkgdesc="Steam cards farmer." arch=('x86_64' 'armv7h' 'aarch64') url="https://github.com/JustArchiNET/ArchiSteamFarm" diff --git a/changelog b/changelog index de7d718ab69d..b9b8ca9cf34a 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,11 @@ +2020-02-03 Gilrain + * 4.1.2.0-1: + Added MiniProfileBackground item type, which can be used for lootable, transferable and matchable types in the config (#1624). + Fixed a rare bug which could result in ASF wrongly interpreting marketable/tradable items (#1622). + Latest ASF-ui with new features, improvements and bugfixes. + Updated localization provided by our community. + Usual amount of other core improvements, optimizations and bugfixes. + pkg: revert to generic dotnet dependencies (FS#65128 closed) 2020-01-16 Gilrain * 4.1.1.7-2: pkg: explicitly depend on AUR dotnet binaries (FS#65128)