summarylogtreecommitdiffstats
path: root/changelog
diff options
context:
space:
mode:
authorGilrain2023-11-14 14:36:11 +0100
committerGilrain2023-11-14 14:36:11 +0100
commitf840beb10446a03672990be86270d6e62f2aaf97 (patch)
treebd2774c0168102eedf37a24b09635c2a3cba8923 /changelog
parentf36f03c3b240608e9e121736ef3c3074c2b50cdc (diff)
downloadaur-f840beb10446a03672990be86270d6e62f2aaf97.tar.gz
Update to 5.4.13.4-1
Diffstat (limited to 'changelog')
-rw-r--r--changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/changelog b/changelog
index 3535dbe98f5a..5a64da05589b 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,14 @@
+2023-11-13 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.4.13.4-1:
+ [!] ASF uses new code for redeeming keys now. While this is mostly transparent for end-users, there is a breaking change in the ASF API RedeemKey() functionality, you may need to recompile your plugins if you're making use of that function. Notable difference is that Steam sends e-mails upon key activations now (@JustArchi #3058).
+ Added support for refresh token renewals into new login flow (@JustArchi).
+ Added additional chat groups APIs for plugin developers (@tre3p #3069).
+ ASF can now detect region-locked games and skip them during idling (@JustArchi #2980).
+ Fixed a possibility of ASF running into infinite loop due to detached terminal on Linux (@JustArchi #3051).
+ Fixed wrong access to version command, it didn't permit FamilySharing before, despite wiki stating so (@JustArchi).
+ 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).
2023-10-20 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.4.12.5-1:
Fixed possible crash on empty access_token returned from Steam despite EResult.OK response, how did they even manage to do that (@JustArchi).