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
What's Changed
- Open bind editor window when editor is invalid by @Araraura in #52
- Update appdata for linux by @CharlieQLe in #53
- Add Linux section to README by @CharlieQLe in #55
- add ability to select icon.svg in settings by @BasilYes in #62
- Fix typo in README.md by @mak448a in #64
- Use proper spelling for GitHub mirror option by @TheSiriusSystem in #65
- [CliCommand] Directly call ljust() from type by @TheSiriusSystem in #67
- Move action buttons before to search by @SeremTitus in #47
- Update project.godot by @TheSiriusSystem in #66
- add rename feature to Duplicate by @BasilYes in #72
New Contributors
- @Araraura made their first contribution in #52
- @BasilYes made their first contribution in #62
- @mak448a made their first contribution in #64
- @TheSiriusSystem made their first contribution in #65
Full Changelog: v1.2.2.stable...v1.3.stable