Releases: Piotrekol/CollectionManager
Releases · Piotrekol/CollectionManager
1.1.0
Added
- Beatmap grouping - note that this is still quite laggy when working with large amount of maps. Defaults to no grouping.
Fixed
- Random errors(nullrefs) on specific lazer maps.
Misc
- Main executable was renamed to
CollectionManager.App.WinForms.exe. Your settings will be reset (visible columns and downloader settings).
1.0.310
1.0.303
Added
- Scores display.
- Search syntax help/guide - Located next to beatmap search box, or at the top under new Help section.
- Buttons to easily switch between Lazer and stable databases on startup.
- Flat AND/OR search support (without grouping).
- Custom search filters:
scores- Amount of local scores on the beatmap.lastScore- Days since last local score was set on the beatmap.hasScoresWithMods- changed to require all mods specified in single score, instead of at least one.
Fixed
- Reading of latest osu! Lazer database (49) (#106).
- Playback of ogg files.
- Username generation/fetching in collection generator.
Misc
- Upgraded to .NET9.
- Various changes resulting in reduced memory usage.
1.0.277
1.0.272
1.0.270
Fixed
- Reading of latest osu!Lazer database.
- Update check blocking Startup screen from appearing for up to 5 seconds with network issues, or lack thereof.
- Not being able to cancel lazer database loading.
Misc
- Startup screen now checks for new CM versions.
1.0.264
1.0.257
Added
- osu!Lazer is now supported.
- Custom search filters
hasScoreWithMods- Find beatmaps containing local scores with specified shorthand mods - e.g.hasScoreWithMods=HDHRwill search for scores containing HR and/or HD. To find scores with both dohasScoreWithMods=HD hasScoreWithMods=HR.hasLocalActivity- Quick way of finding beatmaps where there is any indication of you interacting with it (played, grade, local scores). In my experience, these sometimes go out of sync in osu! stable - e.g.hasLocalActivity=1to find ones with activity, andhasLocalActivity=0for without.
- CM now remembers which columns have you toggled on either beatmap or collection panels.
Fixed
- Reading of osu! stable database after 20250108.3 update.
Known issues
- Beatmap exporting doesn't yet work on osu!Lazer.
1.0.236
Added
- Reordering collections by dragging them up/down now uses currently selected table sorting, instead of always defaulting to sorting using collection name. - #70
Fixed
- Collection reorder incorrectly renaming collections if these already started with decimals.
- Specific auto startup settings preventing main CM window from ever appearing.
- Main executable was renamed to
CollectionManagerApp.exe(fromApp.exe). This also changes where CM stores its settings to%localappdata%/CollectionManagerApp(previously%localappdata%/App)