From 91adec44a33f511817e7a28f5d0b61aa40517a51 Mon Sep 17 00:00:00 2001 From: Davide Cristini Date: Fri, 8 Apr 2022 22:05:10 +0200 Subject: [PATCH] Update changelog --- .github/workflows/dispatch-export.yml | 2 +- changelog.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dispatch-export.yml b/.github/workflows/dispatch-export.yml index 6442edc..9382bc3 100644 --- a/.github/workflows/dispatch-export.yml +++ b/.github/workflows/dispatch-export.yml @@ -202,7 +202,7 @@ jobs: mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable cp /root/.config/godot/editor_settings-3.tres ~/.config/godot/editor_settings-3.tres echo 'export/android/debug_keystore = "/root/debug.keystore"' >> ~/.config/godot/editor_settings-3.tres - echo 'export/android/android_sdk_path = "/root/android-sdk"' >> ~/.config/godot/editor_settings-3.tres + echo 'export/android/android_sdk_path = "/usr/lib/android-sdk"' >> ~/.config/godot/editor_settings-3.tres - name: Android Debug Build run: | cd ${EXPORT_FOLDER} diff --git a/changelog.md b/changelog.md index 8c0110f..76895dd 100644 --- a/changelog.md +++ b/changelog.md @@ -19,9 +19,9 @@ This is needed to trigger new line rendering for markdown. --- -## WIP (v2022.03.0) +## v2022.04.0 -🟢 Godot 3.4.3 support (CI is still WIP) \ +🟢 Godot 3.4.4 support \ 🔵 Big refactoring of the template into a separate addon \ 🔵 Menu.tsnc: reduced the number of files. Smaller scripts and resources have been merged