github Wieku/danser-go 0.11.0

3 days ago

BIGGEST CHANGE: SR/PP Update, AMD Encoding Support and Custom Labels/Statistics

General

  • Updated to go 1.24.1 which can bring stability/performance improvements
  • Changed linux target to ubuntu 22.04
  • Updated SR/PP algorithms to the recent rework
  • Windows binaries should now be signed (will try to keep it up, but that's $$), that means your systems should complain less

Danser

Recording

  • Fixed FLAC audio encoder being silent
  • Added AMD (H264, H265 and AV1) encoder support (thanks to @waylaa )
  • Added Software AV1 support (thanks to @waylaa )
  • Updated ffmpeg to 7.1
  • Fixed reduced recording performance with ffmpeg 7.0+
  • Fixed glitched output on AMD cards on Linux (even on software encoders)
  • nv12 pixel format should now be slightly faster than before (mostly for Intel encoding)
  • Removed nv21 format support
  • Image flipping is now done internally if yuv420p/yuv444p/nv12 is used (danser no longer applies the vflip ffmpeg filter). Should make recording slightly faster
  • Added high444 profile to libx264 options, enabling yuv444p usage
  • Added high444-8 profile to libx265 options, enabling yuv444p usage

Audio

  • Fixed nil panic if Audio.OnlineOffset was true but API was not authorized
  • Updated BASS libraries to the newest versions
  • Fixed skip intro causing some maps to desync (chiptune Brazil map for example)
  • Fixed manual skipping in Watch mode generating a buzzing sound

Mods

  • Fixed Easy mod crashing danser if non-default number of retries was set
  • Fixed Difficulty Adjust values above 10 being overriden by Hard Rock
  • Added Mirror mod support
  • Added Traceable mod support
  • Relax and Autopilot should now have correct mod multipliers for Lazer plays
  • Fixed index out of range crash if Classic mod with No Slider Accuracy and Lazer Notelock options was selected

Cursordance

  • Fixed autoplay randomly missing during watch mode
  • Autoplay now adjusts single/double tap based on speed adjustment mods

HUD

  • Keyboard HUD now only shows B1/B2/Smoke keys if Lazer mod is selected
  • Added custom text components that add possibility to display custom statistics like SS PP, current SR, FC PP, KPS and more! More details here: https://github.com/Wieku/danser-go/wiki/Templates

Knockouts

  • Lazer replays are now forced to Classic scoring if matched against osu!stable replays

Scoring (General)

  • Fixed slider breaks being counted two times
  • Updated pp to the recent rework. Moved the previous pp rework from latest to 241007 (json) and 2024 pp rework (GUI). So if you had latest selected, it will automatically use the current (2025) rework
  • SR calculation should now be faster for maps with hour+ long breaks.
  • Due to the above, people using Skill's map collection shouldn't get stuck in Star Rating calculation.

Scoring (Lazer)

  • Fixed lazer's SS PP being wrong in logs
  • Lazer scores now use lazer's slider paths (circular arcs are more detailed in lazer than in stable), that should improve replay accuracy
  • Lazer scores now use lazer's circle size calculations, that should improve replay accuracy as well
  • Lazer Relax plays should now be more accurate

Scoring (Stable)

This is the big one (at least for me). I think that battle has spanned over 4-5 years and I think I've finally managed to win it. Stable slider paths and timings should now be more accurate. That means stable slider end times should now match osu stable. Previously they were slightly incorrect, making true end time (the -36ms one) sometimes being off by 1ms, causing some slider ends to be missed or scored incorrectly. Danser had a "hack" to compensate for that by replay analysis, but since the timings should be fixed, that hack has been turned off in this release.

CLI

  • Added an -sPatch argument that allows overriding json options, more in README

Launcher

  • Fixed config editor search working only with lowercase letters
  • Fixed the splash screen being slightly off-center
  • Made config editor slightly more compact
  • Fixed lazer mods not showing up in the knockout manager
  • Mode and Watch Mode are now being preserved between sessions - no more need to select Record or Cusrordance with UI each launch
  • User is now getting notified (with map path in logs) if map's SR calculation takes longer than a minute for easier investigation (no need to send danser.db and stuck number anymore)

Happy dansing!

Don't miss a new danser-go release

NewReleases is sending notifications on new releases.