summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--changelog12
3 files changed, 18 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb32f879af97..48fd8b1c5ae3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 24 09:52:58 UTC 2016
+# Sat Jul 2 06:45:00 UTC 2016
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 2.1.0.7
+ pkgver = 2.1.1.7
pkgrel = 1
url = https://github.com/JustArchi/ArchiSteamFarm
install = asf.install
@@ -11,11 +11,11 @@ pkgbase = asf
license = Apache
depends = mono
backup = opt/asf/config/ASF.json
- source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.1.0.7/ASF.zip
+ source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.1.1.7/ASF.zip
source = asf.sh
source = asf-config.sh
source = asf.service
- sha256sums = d7bda0f17a3f84202b4943d7101940961dd609b92aca76c542ac4292460b9bb7
+ sha256sums = 1bde5b04473d84d102a7d651976bf5dc740e02a7ed49aa0c3ec3f5d1b7107c47
sha256sums = a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5
sha256sums = 63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565
sha256sums = afeee8eb3f1bafa1b0502ce6be43e5119ab73fdc228a49990c9087462c5464af
diff --git a/PKGBUILD b/PKGBUILD
index 54fbc899753e..856c253d717b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname="asf"
-pkgver="2.1.0.7"
+pkgver="2.1.1.7"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('any')
@@ -15,7 +15,7 @@ source=("https://github.com/JustArchi/ArchiSteamFarm/releases/download/${pkgver}
"${pkgname}.sh"
"${pkgname}-config.sh"
"${pkgname}.service")
-sha256sums=('d7bda0f17a3f84202b4943d7101940961dd609b92aca76c542ac4292460b9bb7'
+sha256sums=('1bde5b04473d84d102a7d651976bf5dc740e02a7ed49aa0c3ec3f5d1b7107c47'
'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5'
'63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565'
'afeee8eb3f1bafa1b0502ce6be43e5119ab73fdc228a49990c9087462c5464af')
diff --git a/changelog b/changelog
index 65781ebaefb9..9b527ff30f77 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,15 @@
+2016-07-02 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 2.1.1.7:
+ [!] ASF now supports SteamPassword also in encrypted form. Visit configuration for info about new PasswordFormat bot config property, as well as security for further explanation.
+ Added GiftsLimiterDelay and MaxTradeHoldDuration global config properties. Visit configuration for more info.
+ Added !lootall and !password commands.
+ ASF can now become installed and run as a Windows service, thanks to @justin-gerhardt
+ Commands are now case-insensitive (but bot names remain case-sensitive).
+ Fixed rare Steam issue that could lead to ASF trying to redeem the same gift twice (thanks GabeN).
+ Fixed rare Steam issue that could lead to ASF crash due to failure to log in, after successfully logging in (yes, you read it right - thanks GabeN).
+ Fixed rare ASF issue that could lead to program crash during !redeem command when one or more bots had broken database.
+ [ConfigGenerator] Added version check, CG will now ensure that it's running only with compatible version of ASF.
+ Massive portion of code improvements, optimizations and bugfixes.
2016-06-24 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 2.1.0.7:
Added !api command. More can be found on the wiki.