summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2022-02-09 09:57:20 +0100
committerGilrain2022-02-09 09:57:20 +0100
commit5f3d138549e447a6e07e76a125925aa5c1d7766f (patch)
tree6fd3843ee04aa29aa5a167a81df04b8159535ea7
parentf785fbdeabf18705a6a1465ff09bd92795ad3e7c (diff)
downloadaur-5f3d138549e447a6e07e76a125925aa5c1d7766f.tar.gz
Update to 5.2.2.5-1
-rw-r--r--PKGBUILD2
-rw-r--r--changelog10
2 files changed, 11 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa215733d91c..dc538a741d8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.2.1.5"
+pkgver="5.2.2.5"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index 822b26b10901..4634c04b741c 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,13 @@
+2021-02-09 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.2.2.5-1:
+ [!] Fixed inadequate access verification when using proxy commands. Due to security nature of this issue, we recommend an upgrade immediately (@JustArchi, #GHSA-88ch-366c-5m89).
+ * 5.2.2.4-1:
+ It's now possible to use IPC (ASF-ui) commands and interactive console without a requirement of setting up SteamOwnerID (@JustArchi #2500).
+ Fixed SK2 regression introduced in V5.2.0.0 that broke ASF's ability to mark Steam chat messages as read (@JustArchi #2483).
+ Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
+ Updated localization provided by our community (@JustArchi-ArchiBot).
+ Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).
+ [Deprecation] ASF plugins that implement IBotCommand interface or use Bot.HasAccess(), Commands.Response() functionality will need slight code changes in regards to changes done as part #2501. We tried our best to keep them working as part of this release - the deprecated functionality will be removed in the next release cycle.
2021-01-07 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.2.1.5-1:
Plugins breaking: All interface methods now return a Task instead of void, this will require from you slight code changes and a recompilation to work with this release. See my commit for rationale behind this change and more info. This was required to fix a race condition in STD (below), and I wouldn't be surprised if some of your plugins had exactly the same problem, just harder to trigger (@JustArchi).