summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2021-06-03 09:48:36 +0200
committerGilrain2021-06-03 09:48:36 +0200
commite6d0ac6ceae17d244ff4bf45ec81a740385874f0 (patch)
tree4b36ca1bdd13dbbf15dc0e543252788a609a51f0
parent04c4bf6e45f4888f27be9e16622ae098a7bfda4c (diff)
downloadaur-e6d0ac6ceae17d244ff4bf45ec81a740385874f0.tar.gz
Update to 5.1.0.8-1
-rw-r--r--.SRCINFO7
-rw-r--r--ASF.json1
-rw-r--r--PKGBUILD4
-rw-r--r--changelog14
4 files changed, 19 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c280edfb085..1ec6e98ce556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.0.6.6
+ pkgver = 5.1.0.8
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.6.6
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.1.0.8
source = service
source = service.user
source = ASF.json
@@ -23,8 +23,7 @@ pkgbase = asf
sha256sums = SKIP
sha256sums = ba1ff85e55e56d71dbdd0d898244ff7725bced8625f29c5389e28525e6cdb987
sha256sums = b627c8d4b3ba7f194a44749bd401b33bae601b9570da98e457737a6f9cfa408f
- sha256sums = e63a92fd8008c40dab963161bdac967b57146553c00f114469c204ac6e1795b2
+ sha256sums = c300c5ce63c0237d7558b5b303159b8e2a8e5323f581cc8435dd2a6f1ead5332
sha256sums = c6d8dff9306532babf5100629ea48a5322561823a4c7416f02dacbbee5ab30da
pkgname = asf
-
diff --git a/ASF.json b/ASF.json
index bcdeb97b4996..6ad98fea9349 100644
--- a/ASF.json
+++ b/ASF.json
@@ -1,5 +1,4 @@
{
- "IPC": true,
"UpdateChannel": 0,
"UpdatePeriod": 0
}
diff --git a/PKGBUILD b/PKGBUILD
index 7078bba7bc89..f6f2d3a50e67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.0.6.6"
+pkgver="5.1.0.8"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
@@ -22,7 +22,7 @@ source=("asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=${pkgve
sha256sums=('SKIP'
'ba1ff85e55e56d71dbdd0d898244ff7725bced8625f29c5389e28525e6cdb987'
'b627c8d4b3ba7f194a44749bd401b33bae601b9570da98e457737a6f9cfa408f'
- 'e63a92fd8008c40dab963161bdac967b57146553c00f114469c204ac6e1795b2'
+ 'c300c5ce63c0237d7558b5b303159b8e2a8e5323f581cc8435dd2a6f1ead5332'
'c6d8dff9306532babf5100629ea48a5322561823a4c7416f02dacbbee5ab30da')
build() {
diff --git a/changelog b/changelog
index fd44ba3c62ca..f7c47ef49755 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,17 @@
+2021-06-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.1.0.8-1:
+ [!] ASF V5.1, while fairly compatible for the users, has gone through extensive refactor and maintenance internally which was crucial for the future development. We've reorganized the whole project structure, re-evaluated the decisions made in the past and corrected those that were vastly suboptimal given time. All third-party plugins will need to be recompiled in order to work with this release. For plugin developers, we've also prepared a small "developer changelog" below.
+ Our SteamTokenDumperPlugin now supports advanced config that might come useful for the developers and other people having access to potentially sensitive apps on Steam. As of today the config includes various exclusion options.
+ Upon loading a config file, ASF will now automatically migrate it to the latest syntax, if needed. This covers especially the below config property changes, but also the general cleanup of removing default properties and re-ordering the file to follow ASF scheme. All custom plugin properties (such as our SteamTokenDumperPluginEnabled) are left in-tact.
+ Added --no-config-migrate command-line argument for setups that can't or don't want to utilize automatic migration explained above.
+ Added points command (#2330).
+ IPC is now true by default. The property still exists for people that would like to disable it through "IPC": false.
+ IdlePriorityQueueOnly has been renamed to FarmPriorityQueueOnly, other than that it acts the same as before. ASF will automatically migrate this change if config migration is enabled (default behaviour).
+ IdleRefundableGames has been renamed to SkipRefundableGames, other than that it acts as a negation now, as it was counter-intuitive (to deactivate) before. ASF will automatically migrate this change if config migration is enabled (default behaviour).
+ Fixed AWH retry logic not working properly with Steam Web API calls (SteamRE/SteamKit#992).
+ 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-05-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.0.6.6-1:
Fixed a crash related to Humanizer on Windows 7 machines (ref).