@@ -111,3 +111,45 @@ components are available through both [Kodular Monetize](https://kodul.ar/moneti
111111 * [ Fix extension loading for Android versions < 14] ( https://github.com/mit-cml/appinventor-sources/pull/3266 )
112112
113113* Other minor bugs fixed, not impacting built apps
114+
115+ ## 2025.8.1 \| _ 13 August 2025_
116+
117+ ### Other Changes
118+
119+ * Added ** Target SDK** property to Project Settings.
120+
121+ * Aiming to remove confusion between Minimum SDK and Target SDK, now both properties are displayed.
122+
123+ * Performance improvements for loading and saving projects.
124+
125+ * Reduced (a bit) the latency when opening and saving projects.
126+
127+ ### Bugs Fixed
128+
129+ In ** Kodular Creator** :
130+
131+ * Fixed viewing the keystore hash in the account details modal.
132+
133+ * Fixed build progress being stuck at 0% (despite the apps were being compiled).
134+
135+ * Fixed rendering of Maps component and related ones.
136+
137+ * Fixed downloading exported APK/AAB in renamed projects.
138+
139+ * Fixed viewing failure log when an app cannot be compiled.
140+
141+ * Fixed imported projects crashing at runtime due to missing properties (Minimum SDK, Splash Screen Enabled, and RTL Support).
142+
143+ * _ Imported apps from App Inventor should work out of the box, without requiring to modify the AIA file._
144+
145+ * Fixed imported projects from not allowing to modify any custom color, and crashing when opening the color picker.
146+
147+ In ** exported apps** :
148+
149+ * Fixed inconsistent default behaviour of Splash Screen Enabled in imported projects.
150+
151+ * Fixed RTL Support flag being uppercase in Android Manifest.
152+
153+ * Fixed Kodular default theme colors when importing projects from App Inventor.
154+
155+ * [ Fix compilation errors when a button is named back] ( https://github.com/mit-cml/appinventor-sources/pull/3518 )
0 commit comments