From bc62efa7f7a6d25bfb368d6f3e672548471a35d6 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Sun, 31 Dec 2023 21:19:06 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcc0674c..6a98a630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +* make the script `generate_emu_config` generate an empty `DLC.txt` if the app has no DLCs +* windows build: sign each file after build with a self-signed generated certificate + note in the release readme regarding false-positives +* windows build: note in readme about Windows SDK +* windows build: added vesion resource (.rc file) +* gen emu config: readme + icon attribution +* added anonymous login to gen emu script, these accounts have very limited access +* linux + win build scripts: introduce -verbose flag +* windows build script: ensure /MT when compiling +* output protoc generated in a subfolder in dll/ for easier code reference + + don't cleanup protoc generated files, because VScode gets confused and cannot find files/types + +--- + ## 2023/12/21 - 2023/12/27 * **[Detanup01]** added option to send auth token with new Ticket! + an option to include the GC token