summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2021-03-30 16:20:19 +0200
committerGilrain2021-03-30 16:20:19 +0200
commit3ca98a68527f55f0ae8719b2e8f915ab1924dc59 (patch)
tree0f4cac035faaa6641c67d62848fcfa2abfa1a190
parentdfa0b40bff9d340c47d5c67bc737e88b25752494 (diff)
downloadaur-3ca98a68527f55f0ae8719b2e8f915ab1924dc59.tar.gz
Update to 5.0.5.5-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog10
3 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 583e3892126a..12b6da14cab4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.0.4.3
+ pkgver = 5.0.5.5
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.4.3
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.0.5.5
source = service
source = service.user
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 38435978096f..4eb462778e13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.0.4.3"
+pkgver="5.0.5.5"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index b2725d9e0d67..8b1e8e7ffa12 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,13 @@
+2021-03-30 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.0.5.5-1:
+ Added UserInterfaceMode bot config property (#2260).
+ Our generic variant of ASF no longer requires the very latest runtime to run, if it's not mandatory for operation (#2219).
+ Rewritten SteamTarget NLog logging target for full async support. There are no configuration changes for existing setups using it.
+ Slightly changed internals about fetching GitHub releases and wiki in ASF-ui (JustArchiNET/ASF-ui#1319 JustArchiNET/ASF-ui#1320).
+ Fixed a possible System.FormatException crash when using CompleteTypesToSend (#2228).
+ Latest ASF-ui with new features, improvements and bugfixes.
+ Updated localization provided by our community.
+ Usual amount of other core improvements, optimizations and bugfixes.
2021-03-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.0.4.3-1:
Added mab, mabadd and mabrm commands (#2183).