Skip to content

2026-May-27 - 2.7.15574

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 May 23:19
52d568a
Fixes several issue with DownloadMapsWindow: (#14448)

1. Text for selected maps still shown after action is executed and table rows were removed.
2. Table row removal might disrupt the sorting. (added sorting to MapDownloadSwingTable after removal)
3. Single processing of action (passing Consumer<List<MapDownloadItem>> instead)
4. NoSuchFileException on removal (added removal to InstalledMapsListing)