Achievement
- Already bought lots of anime blu-ray online and seems hard to stop buying ;_;
- Have little bit more time on this project for refactoring.
- It’s able to generate the badge for disaplay the githug repo star number in the shields.io
Code quality
Refactor the menu item for dealing with some binding event. karaoke
Rename this menu item and should not be abstract. karaoke
Refactor the object for display the lyric text. karaoke
Sync the project dotnet setting from lazer. karaoke
Refactor the code in the bindable namespace. karaoke
Finally rename all
Romaji
toRomanisation
in the whole project. karaokeBecause “romaji” is only used in Japan. -Also, romanised syllable will inside the time-tag to make sure that display romanisation will be OK.
Romanization
toRomanisation
for following lazer useUK
english. karaokeRomani
toromanization
in the lyric editor. karaokeRomani
toromanization
in the issue template. karaokeRomani
toromanization
in the generator. karaoke- Rename the remaining
romaji
wording. karaoke - Remove
romaji
wording in import lyric screen. karaoke - Add missing binding for
romanization
in the time-tag. karaoke - Remove the `romaji tag property from the lyric. karaoke
- Rename remaining romaji to romanisation. karaoke
Remove the
text-tag
interface.Because
ruby-tag
andromaji-tag
inherit it before, butromaji-tag
say goodbye to us.Move some adjustment from system config to mod.
There’s some reason for it:
- Because lazer has mod preset. And mod preset can record the config.
- User might change the config frequently if they want to try different language of karaoke beatmap. Use mod seems much suitable.
- Anything that change the difficulty(e.g. use romanisation or adjust the tone) should be made as mod, or the adjustment need to be recorded into replay.
- Most of the time user did not change display lyric type or show/hide the translation while singing. Make it as mod can reduce the effort of dealing with binding events or re-calculation.
Editor
- Make the focused textbox always visible at the right side if press tab to switch the focused textbox. karaoke
- Improve romanisation edit mode. karaoke