This is a prerelease for BeatmapExporter 2.4.0, which will contain a new export mode for exporting collections to osu!stable.
- NEW: osu!stable collection.db export mode.
- Exports selected beatmaps (after other filters are applied) that are also in an osu!lazer collection into the
collection.db
format usable with osu! stable. - Option added when in this export mode that causes the export to merge with an existing
collection.db
file if one is already located at the export location. This is enabled by default. This allows you to add your osu!lazer collections into an existingcollection.db
from osu! stable. - "Open Export Directory" button added to export page to facilitate this process.
- Additional option added when in this export mode performs case-insensitive merging by default ("dt" and "DT" collections would become one).
- Exports selected beatmaps (after other filters are applied) that are also in an osu!lazer collection into the
- GUI: Moved export button on filter page to settings side and made text larger to make it harder to miss.
- FIX (GUI): Added missing export results to main message log for non-beatmap export modes.
- FIX: Build script creates .zip archive for macOS .app file to allow upload on GitHub.