Skip to content

5.0.0-beta105

Compare
Choose a tag to compare
@4ian 4ian released this 06 Feb 17:50
· 3135 commits to master since this release

💝 Improvements

  • Add the GDevelop games showcase in a tab of the new project window.
  • Add normalize expression, map a value between min and max to a value between 0 and 1 (Thanks @Bouh!)
  • Add condition to check if any key is released (Thanks @Oxey405!)
  • Add help link for AdMob actions and conditions

🐛 Bug fixes

  • Fix Tilemap not refreshed when the JSON file changed and a tileset JSON is also set (Thanks @blurymind!)
  • Fix Tilemap not showing the specified layer in "index" mode (Thanks @blurymind!)
  • Fix Tilemap not working in the web-app
  • Fix fullscreen not working on certain browsers (Thanks @jonasfj!)
  • Fix Firebase action to sign in with 3rd party providers in a browser (Thanks @jonasfj!)
  • Fix middle-click drag not working in Yarn editor (Thanks @blurymind!)
  • Fix rare layout glitches after resizing the window.

🛠 Internal changes (for developers)

  • Improve typing of the Pathfinding extension (Thanks @D8H!)