diff --git a/.SRCINFO b/.SRCINFO index fc8b8cde0a24..0f17d40a0f63 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = asf pkgdesc = Steam cards farmer. - pkgver = 4.0.0.5 + pkgver = 4.0.1.0 pkgrel = 1 url = https://github.com/JustArchiNET/ArchiSteamFarm install = asf.install @@ -10,9 +10,9 @@ pkgbase = asf arch = i686 license = Apache makedepends = p7zip - noextract = asf-4.0.0.5-x86_64.zip - noextract = asf-4.0.0.5-arm.zip - noextract = asf-4.0.0.5-i686.zip + noextract = asf-4.0.1.0-x86_64.zip + noextract = asf-4.0.1.0-arm.zip + noextract = asf-4.0.1.0-i686.zip backup = var/lib/asf/config/ASF.json backup = usr/lib/asf/NLog.config source = asf.sh @@ -27,19 +27,19 @@ pkgbase = asf sha256sums = 883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486 sha256sums = e63a92fd8008c40dab963161bdac967b57146553c00f114469c204ac6e1795b2 sha256sums = 9a10e9e6ff88fcc00000c12464ae2b650a3f075ef7e440088414b46c41214ee4 - source_x86_64 = asf-4.0.0.5-x86_64.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/4.0.0.5/ASF-linux-x64.zip + source_x86_64 = asf-4.0.1.0-x86_64.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/4.0.1.0/ASF-linux-x64.zip depends_x86_64 = dotnet-host depends_x86_64 = libunwind depends_x86_64 = openssl-1.0 - sha256sums_x86_64 = 3454d60fe8a864ab344ef33a6cf51ef791a9c4a2a947eadb4f2ec01ee65b3d13 - source_arm = asf-4.0.0.5-arm.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/4.0.0.5/ASF-linux-arm.zip + sha256sums_x86_64 = 1f5ca2697c9a3bbda3e4c1a009c345a94733e1c0e246a140656586f630944136 + source_arm = asf-4.0.1.0-arm.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/4.0.1.0/ASF-linux-arm.zip depends_arm = dotnet-host depends_arm = libunwind depends_arm = openssl-1.0 - sha256sums_arm = 814941975478a3345ff15106b39094779d7a7e4786f098234cb7ff3069442f65 - source_i686 = asf-4.0.0.5-i686.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/4.0.0.5/ASF-generic.zip + sha256sums_arm = b5e11328c8c3e322dfc7d7c468208de35885b4ff671bea1aa1f9c0612678c4b8 + source_i686 = asf-4.0.1.0-i686.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/4.0.1.0/ASF-generic.zip depends_i686 = dotnet-runtime - sha256sums_i686 = e605592c056339d32b39c655fd7b5ee47eac503144456d9bc7e978ada4fe6dc6 + sha256sums_i686 = eb5e883d76748dd44481118c1ccb03e20c28ee3149c0e0f6e03326c6b73d85ee pkgname = asf diff --git a/PKGBUILD b/PKGBUILD index c91099543e87..f48a97586fd5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Gilrain pkgname="asf" -pkgver="4.0.0.5" +pkgver="4.0.1.0" pkgrel=1 pkgdesc="Steam cards farmer." arch=('x86_64' 'arm' 'i686') @@ -29,9 +29,9 @@ sha256sums=('8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd' '883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486' 'e63a92fd8008c40dab963161bdac967b57146553c00f114469c204ac6e1795b2' '9a10e9e6ff88fcc00000c12464ae2b650a3f075ef7e440088414b46c41214ee4') -sha256sums_x86_64=('3454d60fe8a864ab344ef33a6cf51ef791a9c4a2a947eadb4f2ec01ee65b3d13') -sha256sums_arm=('814941975478a3345ff15106b39094779d7a7e4786f098234cb7ff3069442f65') -sha256sums_i686=('e605592c056339d32b39c655fd7b5ee47eac503144456d9bc7e978ada4fe6dc6') +sha256sums_x86_64=('1f5ca2697c9a3bbda3e4c1a009c345a94733e1c0e246a140656586f630944136') +sha256sums_arm=('b5e11328c8c3e322dfc7d7c468208de35885b4ff671bea1aa1f9c0612678c4b8') +sha256sums_i686=('eb5e883d76748dd44481118c1ccb03e20c28ee3149c0e0f6e03326c6b73d85ee') noextract=("${source_x86_64[@]%%::*}" "${source_arm[@]%%::*}" "${source_i686[@]%%::*}") prepare() { diff --git a/changelog b/changelog index 70fd3be26b4b..67e8ac4c383d 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,15 @@ +2019-03-07 Gilrain + * 4.0.1.0-1: + ASF will now discover plugins also from a custom --path directory. + ASF will now provide feedback during processing the command on Steam chat (#951, #1114). + ASF now includes interactive command console which can be a very convenient way of executing commands. + Distributing redeeming preference will now proceed from current bot onwards, as opposed to always proceeding from the first bot (which is still used by Forwarding). + Added bgr command. + Fixed one more variant of invalid ASF 2FA device identificator. + Fixed regression introduced around V4 which caused NRE when using SteamTarget with custom NLog config. + Latest ASF-ui with new features, improvements and bugfixes. + Usual amount of other core improvements, optimizations and bugfixes. + [Deprecation for plugin creators] Commands.Response() changed its signature, you might need to recompile your plugins if you're making use of this function. 2019-02-08 Gilrain * 4.0.0.5-1: [!] ASF now comes with a plugin system, powerful enough to justify opening a new major ASF V4 version. Despite the version bump, there are no breaking changes compared to V3 and all V3 setups will update to V4 without issues.