Skip to content

v210314.18

Compare
Choose a tag to compare
@Piotrekol Piotrekol released this 14 Mar 18:36
a885286

SC releases require .NET5(x86) runtime. Download & Install it from >>HERE<< (Microsoft site)

bugfix release

Added:

  • Browser overlay now allows for inputting negative position values (drawing partially off-screen)
  • 2 new functional HTTP endpoints:
    • /songs/ - list of folders/data inside user songs folder
    • /skins/ - list of folders/data inside user skins folder
  • Tokens:
    • username - username of currently playing player

Fixed:

  • Web overlays requiring browser cache to be cleared to see any changes(CTRL+F5)
  • Return proper error code/message if no width or height are provided in backgroundImage http request with crop active instead of logging a non-crashing error
  • Invalid Updater CPU platform (x64 instead of x86)
  • Attempting to run both ingame overlays at the same time resulted in an osu! crash. Running both at the same time is now blocked.
  • Incorrect mods being used for live pp calculation
  • Crash in osu memory data provider(multi-threaded access to same memoryReader instance)
  • Crash whenever an attempt was made to save more data than memory mapped file allowed for
  • Crash on faulty prop memory read
  • Crash whenever processing of beatmap via lazer took more than 10s
  • Crash in settings window with multi-monitor setups using custom DPI settings
  • Startup crash in ClickCounter

Misc:

  • browserOverlay and ingameOverlay were renamed to BrowserIngameOverlay & TextIngameOverlay
  • Decreased amount of allocated memory in memory mapped files for each output pattern from 15MB to 2MB