Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davcri committed Apr 8, 2022
1 parent 65f3c75 commit 91adec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91adec4

Please sign in to comment.