Skip to content

v1.3.stable

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 12:52
· 9 commits to main since this release

⚠️ Windows.Desktop.zip detected as virus ⚠️

For windows users, who are not able to download the zip due to the virus detection #79 there are some options to avoid the issue:

  • Build from sources.
  • Download Godots 1.2.2 and update to 1.3 via it.
  • Wait for Microsoft to include the app to their whitelist. I sent a request to Microsoft, so I believe the issue should be fixed soon.

🔥Edit: The issue seems to be resolved. The solution:

Please follow the steps below to clear cached detections and obtain the latest malware definitions.

1. Open command prompt as administrator and change directory to c:\Program Files\Windows Defender
2. Run “MpCmdRun.exe -removedefinitions -dynamicsignatures”
3. Run "MpCmdRun.exe -SignatureUpdate"

Highlights

  • New design
  • Reworked Edit Commands feature: #73
  • Add the ability to select renderer when creating new project: #71
Screenshot 2024-03-18 at 12 59 23 PM

What's Changed

New Contributors

Full Changelog: v1.2.2.stable...v1.3.stable