diff options
author | Gilrain | 2020-01-03 20:49:20 +0100 |
---|---|---|
committer | Gilrain | 2020-01-03 20:49:20 +0100 |
commit | 859a449463e829a68f045ef2a5878cef5b99d66a (patch) | |
tree | 2d7b622ca6d7c05e505a8a2cc2f0d84848f90914 | |
parent | f49e10965852610061c181d38e1c15d2795c06a9 (diff) | |
download | aur-859a449463e829a68f045ef2a5878cef5b99d66a.tar.gz |
Update to 4.1.1.7-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 | ||||
-rw-r--r-- | changelog | 9 |
3 files changed, 16 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = asf pkgdesc = Steam cards farmer. - pkgver = 4.1.1.4 - pkgrel = 2 + pkgver = 4.1.1.7 + pkgrel = 1 url = https://github.com/JustArchiNET/ArchiSteamFarm install = install changelog = changelog @@ -12,10 +12,10 @@ pkgbase = asf makedepends = git makedepends = dotnet-sdk>=3.1 depends = aspnet-runtime>=3.1 - optdepends = asf-ui + 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.4 + source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.1.1.7 source = asf.sh source = service source = service.user @@ -2,14 +2,14 @@ # Contributor: Lucki pkgname="asf" -pkgver="4.1.1.4" -pkgrel=2 +pkgver="4.1.1.7" +pkgrel=1 pkgdesc="Steam cards farmer." arch=('x86_64' 'armv7h' 'aarch64') url="https://github.com/JustArchiNET/ArchiSteamFarm" license=('Apache') depends=('aspnet-runtime>=3.1') -optdepends=('asf-ui') +optdepends=('asf-ui: standalone web interface for ASF') makedepends=('git' 'dotnet-sdk>=3.1') changelog=changelog backup=('var/lib/asf/config/ASF.json' 'usr/lib/asf/NLog.config') diff --git a/changelog b/changelog index 480de51df0f9..21f28f3280f8 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,12 @@ +2020-01-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re> + * 4.1.1.7-1: + Added two new item types: Sticker and ChatEffect. Those can be used for lootable, transferable and matchable types in the config - #1567, #1559. + Added loot% and transfer% commands. + Fixed swagger not rendering correctly models schema in our IPC interface since .NET Core 3.0 upgrade. + 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: ASF-ui is an optional dependency 2019-12-18 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re> * 4.1.1.4-2: pkg: restore ASF-ui functions (thanks to Lucki) |