Skip to content

Releases: Piotrekol/CollectionManager

1.1.0

15 Sep 17:51
38fe4d2

Choose a tag to compare

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

17 Aug 07:51
9743af3

Choose a tag to compare

Fixed

  • Reading of latest (51) osu!Lazer database (#117).
  • osustats.ppy.sh collections login using api key (#112).

1.0.303

11 Jul 20:47
080d75e

Choose a tag to compare

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

31 Mar 18:20
338df68

Choose a tag to compare

Added

  • Button to load osu!Lazer database if found.

Fixed

  • Beatmap exporting now works with osu!Lazer.

1.0.272

23 Mar 21:41
1a6571d

Choose a tag to compare

Fixed

  • Reading of latest osu!Lazer database.

1.0.270

07 Mar 21:06
163dde2

Choose a tag to compare

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

22 Jan 18:56
46055f0

Choose a tag to compare

Fixed

  • Reading of latest osu!Lazer database.

Misc

  • Updated useragent used in downloader requests (#88)

1.0.257

08 Jan 20:39
21a294f

Choose a tag to compare

Added

  • osu!Lazer is now supported.
  • Custom search filters
    • hasScoreWithMods - Find beatmaps containing local scores with specified shorthand mods - e.g. hasScoreWithMods=HDHR will search for scores containing HR and/or HD. To find scores with both do hasScoreWithMods=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=1 to find ones with activity, and hasLocalActivity=0 for 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

06 Feb 15:09
6af6b22

Choose a tag to compare

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 (from App.exe). This also changes where CM stores its settings to %localappdata%/CollectionManagerApp (previously %localappdata%/App)

1.0.223

14 Aug 13:40
797d3bf

Choose a tag to compare

Fixed:

  • Broken osu! login detection in map downloader.