From ff47467241abd594bf3719caaf784292847159d0 Mon Sep 17 00:00:00 2001 From: Corner Date: Sun, 7 Jul 2024 09:40:29 +0800 Subject: [PATCH] release: v1.2.0 --- .github/workflows/github-action.yml | 21 ++++++++++++++++++++- CHANGELOG.md | 6 ++++++ composeApp/build.gradle.kts | 5 +---- 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml index 5331ec6..f85fa2a 100644 --- a/.github/workflows/github-action.yml +++ b/.github/workflows/github-action.yml @@ -100,4 +100,23 @@ jobs: **/*.msi tag_name: ${{env.tag}} permissions: - contents: write \ No newline at end of file + contents: write + sendMsg: + name: sendMsg + runs-on: ubuntu-latest + needs: + - release + steps: + - uses: colutius/Telegram-Msg@main + with: + token: ${{ secrets.TG_TOKEN }} + chatid: ${{ secrets.TG_GROUP_ID }} + message: | + 👇新的版本👇 + + 📦仓库: ${{ github.repository }} + button: true + button_name: 👀下载👀 + button_url: https://github.com/${{ github.repository }}/releases/tag/${{env.tag}} + is_notify: true + is_preview: true \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cbb9765..e8f869c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.2.0 +- 新的内部播放器基于vlcj +- 细节优化/bug修复 +- 修复图片加载卡顿的问题 +- 设置页面优化 +- 新增预发布渠道 # v1.1.22 - 标题tooltip/加载指示优 - fix bug #6 diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index ae3abcb..ff92a61 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -38,7 +38,6 @@ kotlin { implementation(compose.materialIconsExtended) api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3") -// api("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion") // // tool api("com.google.guava:guava:31.1-jre") @@ -67,7 +66,6 @@ kotlin { implementation("io.ktor:ktor-server-swagger:$ktorVer") implementation("io.ktor:ktor-client-core:$ktorVer") implementation("io.ktor:ktor-client-okhttp:$ktorVer") -// implementation("io.ktor:ktor-server-call-logging:$ktorVer") // log implementation("ch.qos.logback:logback-classic:$logbackVer") @@ -94,7 +92,6 @@ kotlin { desktopMain.dependencies { implementation(compose.desktop.currentOs) implementation("app.cash.sqldelight:sqlite-driver:2.0.1") -// implementation("org.nanohttpd:nanohttpd:2.3.1") // Player implementation("uk.co.caprica:vlcj:4.8.2") } @@ -117,7 +114,7 @@ compose.desktop { nativeDistributions { targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb) packageName = "TV" - packageVersion = "1.1.22" + packageVersion = "1.2.1" vendor = "TV Multiplatform" modules(