From 7bf4079cd7f0da16e40ced6724fffa37e3627e73 Mon Sep 17 00:00:00 2001 From: andy840119 Date: Sat, 9 Sep 2023 05:57:19 +0000 Subject: [PATCH] deploy: 7f7414e528d7c4fc966f36aeb05149e6c85f3937 --- changelog/2023.0806/index.html | 2 +- changelog/2023.0909/index.html | 10 ++++++++++ changelog/2023.0909/res/2023-09-09-11-50-27.png | Bin 0 -> 28680 bytes changelog/2023.0909/res/2023-09-09-13-44-27.png | Bin 0 -> 72146 bytes changelog/2023.0909/res/2023-09-09-13-45-33.png | Bin 0 -> 98325 bytes changelog/2023.0909/res/2023-09-09-13-48-39.png | Bin 0 -> 26968 bytes changelog/index.html | 9 ++++----- changelog/index.xml | 2 +- changelog/page/2/index.html | 9 +++++---- changelog/page/3/index.html | 8 ++++---- changelog/page/4/index.html | 8 ++++---- changelog/page/5/index.html | 8 ++++---- changelog/page/6/index.html | 8 ++++---- changelog/page/7/index.html | 7 ++++--- en/sitemap.xml | 2 +- index.html | 9 ++++----- index.xml | 2 +- page/2/index.html | 9 +++++---- page/3/index.html | 8 ++++---- page/4/index.html | 8 ++++---- page/5/index.html | 8 ++++---- page/6/index.html | 8 ++++---- page/7/index.html | 7 ++++--- sitemap.xml | 2 +- 24 files changed, 73 insertions(+), 61 deletions(-) create mode 100644 changelog/2023.0909/index.html create mode 100644 changelog/2023.0909/res/2023-09-09-11-50-27.png create mode 100644 changelog/2023.0909/res/2023-09-09-13-44-27.png create mode 100644 changelog/2023.0909/res/2023-09-09-13-45-33.png create mode 100644 changelog/2023.0909/res/2023-09-09-13-48-39.png diff --git a/changelog/2023.0806/index.html b/changelog/2023.0806/index.html index b2ce72b..d95c03f 100644 --- a/changelog/2023.0806/index.html +++ b/changelog/2023.0806/index.html @@ -5,6 +5,6 @@ How to install Introduce
This page looks best with JavaScript enabled

2023.0806

 ·  ☕ 2 min read -

    Achievement

    • Trying to move the romaji text into the time-tag.

    Beatmap

    • Should change the id after DeepClone() the lyric. karaoke
    • [Close duplicated] Use Grid instead of int as primary key. karaoke
    • Add romaji text into time tag. karaoke

    Code quality

    • [Close duplicated] Remove all AllowNull using. karaoke
    • [Close duplicated] Remove all #nullable disabled annotation. karaoke
    • Remove nullable disable annotation in the graphic namespace. karaoke
    • Close Enable NRT by default issue because most part of class already removed nullable disable annotation. karaoke
    • Create dotnet-format.yml for able to check the file format(but it’s still not working ;_;). karaoke
    • Sync the dotnet setting from osu project. karaoke
    • (Finally) Normalise trailing commas in code. karaoke
    • [Close duplicated] Move some utils to the Objects namespace. Utils in the root namespace should be global enough, like processing the enum. karaoke
    • [Close duplicated] Use EqualityComparer<CultureInfo>.Default to compare the language. karaoke
    • Regular clean up code. karaoke
    • Refactor the test case helper for able to re-use the regex. karaoke
    • Use <br/> to change new line in the comment. karaoke
    • Refactor the test case for testing the generator in the change handler. karaoke
    • Use better way to catch exception in the test case assertion. karaoke
    • Remove generate type property in the caret position. We already got the better way to check if the caret is move by mouse or keyboard. karaoke
      • Remove the override function in the caret position algorithm test because it can use object equality check instead. karaoke
      • Make the test case method static. karaoke
    • Create ActivatorUtils for able to create the utility with target type. karaoke

    Editor

    • [Close duplicated] Implement issue table in the lyric editor composer. karaoke
    • Add more cases for handle the ruby text in the time-tag tag helper. karaoke
    • Implement the romaji generator for fill the property inside the time-tag. karaoke
      • Change romaji generator return type from array to the dictionaty. karaoke
    • Add method in the change handler for able to change the romaji text and the initial state in the time-tag. karaoke

    Gameplay

    • [Close duplicated] Fix lyric display issue. karaoke
    • Create Gameplay is not working. issue due to mis-understanding. karaoke