This commit is contained in:
Aynakeya
2022-06-25 14:23:59 -07:00
parent 0a53e8220e
commit 6fc2773b12
3 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import (
"path"
)
const VERSION = "alpha 0.6"
const VERSION = "alpha 0.6.3"
const CONFIG_PATH = "./config.ini"
const Assests_PATH = "./assets"

View File

@@ -3,6 +3,7 @@ package gui
import (
"AynaLivePlayer/config"
"AynaLivePlayer/logger"
"fmt"
"fyne.io/fyne/v2"
"fyne.io/fyne/v2/app"
"fyne.io/fyne/v2/container"
@@ -29,7 +30,7 @@ func l() *logrus.Entry {
func Initialize() {
os.Setenv("FYNE_FONT", config.GetAssetPath("msyh.ttc"))
App = app.New()
MainWindow = App.NewWindow("AynaLivePlayer")
MainWindow = App.NewWindow(fmt.Sprintf("AynaLivePlayer Ver.%s", config.VERSION))
tabs := container.NewAppTabs(
container.NewTabItem("Player",

View File

@@ -5,7 +5,7 @@
- @5 delete optimization
- 歌词来源
- kuwo歌单
- 文本输出
- web输出
- 进入beta版本
@@ -14,6 +14,7 @@
----
Finished
- 2022.6.25: kuwo歌单
- 2022.6.25: 设置界面
- 2022.6.25: @6 bug, race condition, playlist size changed during playlist update.
- 2022.6.23: 用户歌单操作