Skip to content

GodotHub v1.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 18:37
v1 3-cover

🚀 New

  • Asset Library/Store integration: browse and install assets into your existing projects or templates
  • Updates from Dev tab in the sidebar with announcements, new features, improvements, breaking changes and known issues straight from the developer
  • Known Issues section in the Check for Updates release notes, plus a Download from GitHub button next to Install
  • Preview mode in the Check for Updates modal so you can test the update UI without downloading anything
  • Stage button in the Git sidebar that stages all changed files, then turns into a Commit button
  • Right click context menu on changed files with Stage, Unstage, Discard, Copy Path and View Diff options
  • Staged files now appear in their own group with unstage buttons, just like VS Code
  • Dismissible New UI announcement banner on the Projects view

🐛 Fixes

  • Git diffs not showing in the UI, the diff parser was rewritten to fix it
  • Changed file names getting truncated (like 'project.godot' showing as 'roject.godot'), now staging and committing them works again
  • Files ignored by .gitignore no longer appear in the changes section
  • Files outside the project folder no longer show up in the changes section
  • Staged files no longer missing from the changes section because of a status parsing issue

✨ Improvements

  • Git sidebar redesigned to match VS Code's Git integration style, with commit history moved to the bottom
  • Diff viewer UI and UX improvements
  • Horizontal scrollbar now matches the themed vertical scrollbar
  • Check for Updates modal made wider so it no longer clips on smaller windows
  • Performance fixes and removed stale comments across the codebase
  • Winget releases now publish the .msi installer instead of the .exe