Skip to content

GodotHub v1.2.5

Choose a tag to compare

@github-actions github-actions released this 07 Aug 12:41

What's new in v1.2.5 - The Something Update

🚀 New

  • Project version binding exactly like GodotEnv; auto-detects the version from global.json, .csproj or .godotrc and pins it to the project
  • Masonry layout for the News section so cards of varying heights pack neatly without gaps
  • Reduce Motion now also follows the OS 'prefers-reduced-motion' setting and turns off every animation in the app
  • Platform-aware default corner radius: 5 on Linux and macOS, 10 on Windows
  • Grid view layout for projects: toggle between list and a grid view, with drag-and-drop reordering in both layouts

🐛 Fixes

  • Context menu on project cards not closing when clicking outside or pressing Escape
  • Tray 'Open Recent' showing folder names instead of the actual project names
  • Lag when changing or assigning a version to a project
  • News view briefly showing 'No news available' while the feed was still loading
  • Fixed template sync keeping deprecated files: syncing now mirrors the editable template folder, so files you delete, rename, or move while editing no longer linger in the stored template or show up in new projects created from it

✨ Improvements

  • Scrolling performance with many projects; offscreen cards are no longer rendered and fast scrolling no longer stutters
  • Pin, category and remove actions now update instantly without a full list refresh
  • Removed the version warning icon from project cards when the bound Godot version is not installed
  • Open Project button on project cards now shows 'No Version Selected' when no version is bound