File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## <cg >v4.3.19</c > (2025-09-21)
3
+ * <cg >Fixed</c > a rare potential <cp >Android</c >-specific <cr >crash</c >
4
+ * Other bugfixes & improvements
5
+
2
6
## <cg >v4.3.18</c > (2025-08-14)
3
7
* <cg >Fixed</c > <cl >glow</c > not showing on <co >Green User Profiles</c >
4
8
* <cg >Fixed</c > <co >Saved Level Filters</c > not being properly clickable on <cp >Android</c >
Original file line number Diff line number Diff line change 1
1
{
2
- "geode" : " 4.7 .0" ,
3
- "version" : " v4.3.18 " ,
2
+ "geode" : " 4.8 .0" ,
3
+ "version" : " v4.3.19 " ,
4
4
"gd" : {
5
5
"win" : " 2.2074" ,
6
6
"android" : " 2.2074" ,
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class BI_DLL $modify(MenuLayer) {
80
80
81
81
$on_mod(Loaded) {
82
82
#ifdef GEODE_IS_ANDROID
83
- BetterInfo::setAmazon ((GJMoreGamesLayer* volatile )nullptr )->getMoreGamesList ()->count () == 0 );
83
+ BetterInfo::setAmazon ((( GJMoreGamesLayer* volatile )nullptr )->getMoreGamesList ()->count () == 0 );
84
84
#endif
85
85
loadManagers ();
86
86
}
You can’t perform that action at this time.
0 commit comments