This page looks best with JavaScript enabled

2021.0918

 ·  ☕ 2 min read

    Achievement

    • Fix lots of API changes I guess.

    Code quality

    • Clean up code. karaoke
    • Adjust project format like osu.Game project. karaoke
    • Move karaokeIcon.cs file into sprite namespace. karaoke
    • Upgrade syntax to C# 9. karaoke
    • Clean up code again to meet the coding style of C# 9. karaoke
    • Fix grammar errors and convert the dialog into osu! style. karaoke

    Editor

    • Fix the case that some of the editor components are not visible in the test case. karaoke
    • Implement the base karaoke setup section. karaoke
    • Add singer section in singer in the setup screen. karaoke

    Fix

    • Fix singer description now showing in the tooltip. karaoke
    • Update package and fix API change error. karaoke
    • Fix cannot show changelog and dialogs after upgrade to the latest package. karaoke

    Reliability

    • Fix got error if first open setting overlay. karaoke
    • Upgrade microphone package to prevent crash when access microphone device. karaoke

    Setting

    • Fix cannot enter config page. karaoke
    • Fix the case user cannot press exit button to exit config page. karaoke
    • Should show default instead of no microphone device if use the default microphone device in the config page. karaoke

    Framework