docs: upload v1.0.4 changelogs

This commit is contained in:
tunbmoon
2026-02-15 18:06:11 +08:00
parent c686c1d40b
commit c232b3057d
7 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ UI 设计和实现深受 [Seal](https://github.com/JunkFood02/Seal) 启发,许
- [Music You](https://github.com/Kyant0/MusicYou)
使用的库和工具:
- [Jellyfin Media3 FFmpeg Decoder](https://github.com/jellyfin/jellyfin-android)
- [Jellyfin Media3 FFmpeg Decoder](https://github.com/jellyfin/jellyfin-androidx-media)
- [Material color utilities](https://github.com/material-foundation/material-color-utilities)
- [Monet](https://github.com/Kyant0/Monet)
- [Compose Markdown](https://github.com/jeziellago/compose-markdown)
+1 -1
View File
@@ -50,7 +50,7 @@ UI 設計和實作深受 [Seal](https://github.com/JunkFood02/Seal) 啟發,許
- [Music You](https://github.com/Kyant0/MusicYou)
使用的函式庫和工具:
- [Jellyfin Media3 FFmpeg Decoder](https://github.com/jellyfin/jellyfin-android)
- [Jellyfin Media3 FFmpeg Decoder](https://github.com/jellyfin/jellyfin-androidx-media)
- [Material color utilities](https://github.com/material-foundation/material-color-utilities)
- [Monet](https://github.com/Kyant0/Monet)
- [Compose Markdown](https://github.com/jeziellago/compose-markdown)
+1 -1
View File
@@ -50,7 +50,7 @@ Additional UI elements and design concepts are borrowed from:
- [Music You](https://github.com/Kyant0/MusicYou)
Libraries and tools:
- [Jellyfin Media3 FFmpeg Decoder](https://github.com/jellyfin/jellyfin-android)
- [Jellyfin Media3 FFmpeg Decoder](https://github.com/jellyfin/jellyfin-androidx-media)
- [Material color utilities](https://github.com/material-foundation/material-color-utilities)
- [Monet](https://github.com/Kyant0/Monet)
- [Compose Markdown](https://github.com/jeziellago/compose-markdown)
@@ -50,7 +50,7 @@ fun LicensePage(onNavigateBack: () -> Unit) {
Credit("Android Jetpack", APACHE_V2, "https://github.com/androidx/androidx"),
Credit("Kotlin", APACHE_V2, "https://kotlinlang.org/"),
Credit("AndroidX Media3", APACHE_V2, "https://github.com/androidx/media"),
Credit("Jellyfin Media3 FFmpeg Decoder", LGPL_V2_1, "https://github.com/jellyfin/jellyfin-android"),
Credit("Jellyfin Media3 FFmpeg Decoder", LGPL_V2_1, "https://github.com/jellyfin/jellyfin-androidx-media"),
Credit("FFmpeg", LGPL_V2_1, "https://ffmpeg.org/"),
Credit("Material Design 3", APACHE_V2, "https://m3.material.io/"),
Credit("Material Icons", APACHE_V2, "https://fonts.google.com/icons"),
@@ -0,0 +1,6 @@
Add support for video quality/bitrate selection.
Add "ChannelEditPage" with drag-to-reorder, multi-select, and save/export functionality.
Integrate MediaSession to improve background playback experience and interaction.
Display "tvg-logo" icons in channel cards across home, history, and channel edit pages.
For full changelogs, please refer to GitHub
@@ -0,0 +1,6 @@
新增视频质量/比特率选择功能。
新增“频道编辑页面”,支持拖拽重新排序、多选以及保存/导出功能。
集成 MediaSession 以改善后台播放体验和交互。
在主页、历史记录和频道编辑页面的频道卡片中显示“tvg-logo”图标。
完整更新日志请参阅 GitHub
@@ -0,0 +1,6 @@
新增視訊品質/位元率選擇功能。
新增“頻道編輯頁面”,支援拖曳重新排序、多選以及儲存/匯出功能。
整合 MediaSession 以改善後台播放體驗和互動。
在主頁、歷史記錄和頻道編輯頁面的頻道卡片中顯示「tvg-logo」圖示。
完整更新日誌請參閱 GitHub