Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SplitGemini committed Apr 9, 2020
1 parent 28ca00d commit 2278d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LyricEditor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyFileVersion("2.0.0.1")]
2 changes: 1 addition & 1 deletion LyricEditor/info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
4、去除意义不大的多行选择功能(基本用不着,真存在使用情景,歌词编辑模式一般也能解决);
5、优化下方的编辑区域,上面的歌词列表可以实时更新编辑的文本,不必再按 Enter 键确认修改。

2020.4.7
2.0.0.1 (2020/4/7)
改进,读取mp3自动先读取同目录lrc后读取tag,同时能够识别歌词里的[offset:xxx]标签并将所有歌词进行偏移
播放能够查看之前,当前,之后三句歌词,如果当前歌词宽度超过文本框,则自动滚动
tooltips添加快捷键提示,同时添加快进快退,停止,上一行下一行,切换模式等快捷键
Expand Down

0 comments on commit 2278d55

Please sign in to comment.