From 3e6d09dc5cc906208d75914341d5767a63c9e475 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 23 Dec 2022 10:13:19 +1000 Subject: [PATCH] bw --- Assets/changelog.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Assets/changelog.md b/Assets/changelog.md index 487b37434b..218a917a56 100644 --- a/Assets/changelog.md +++ b/Assets/changelog.md @@ -70,6 +70,7 @@ - (ApiHawk) fixed HTTP and sockets not being initialised in time for tools autoloaded on startup - (Lua) fixed the `forms.*` functions for `LuaPictureBox`es erroneously affecting every form instead of the one specified (#3395) - (ApiHawk) added "memory" of which ext. tools the user has vetted so the prompt does not appear when restarting EmuHawk + - (ApiHawk/Lua) added length prefix to `ICommApi.Sockets.SendScreenshot`/`comm.socketServerScreenShot` to match `SendString`/`socketServerSend` - New and graduating cores: - Ares64: - removed the Ares64 (Performance) core and renamed Ares64 (Accuracy) to Ares64, now no longer experimental @@ -492,9 +493,6 @@ obviously only benefits forms inheriting `FormBase` [c23b063733 CPP] basic virtualpad + default controls for TIC80, mark it as released -[c49a8d338c Yoshi] Prefix `socketServerScreenShot` blob with length too (resolves #3461) -fixes b1602dae0 - [b8182f9149 Yoshi] Extract `ConcatArray` helper [1df6ce4e38 Morilli] Fix key release events with modifiers not getting handled correctly (#3402)