Tags: jesusmgg/GDevelop
Tags
Add option to allow building Android App Bundles that can be uploaded… … if you already published APKs with Play App Signing enabled for your game * If you already opted in for "Play App Signing" in the Play Developer Console and published some APKs like this, you need to enable the new "Old upload key" option, in the Signing Option, before *each* packaging for Android. * Read this [page to learn more](http://wiki.compilgames.net/doku.php/gdevelop5/publishing/android_and_ios/play-store/upgrading-from-apk-to-aab#done_you_can_now_upload_your_aab) and have step by step details of what to do to update your game. * If you publish a new game with Android App Bundles, there is nothing to do!
Fix progress bar not shown if GDevelop logo was hidden Don't show in changelog
Remove useless "Behavior" text in the behaviors editor Don't show in changelog
Change the default behavior when clicking outside a window: it won't … …be closed anymore. * This avoids a recurring issue where misclicking outside a window would cancel any changes made in the window. * You can still press Escape to quickly close a dialog. * Note that this behavior can be customized in the preferences. You can choose to cancel the changes, apply any changes or do nothing.
Fix games hanging when using an empty While event (4ian#2480)