Skip to content

v2.3 - Interface and Functionality Optimization

Choose a tag to compare

@294Ryan 294Ryan released this 18 May 06:26
· 12 commits to main since this release
9c30950

Music Downloader v2.3 Release Note

更新內容

  • UI 改版:新增「選擇」、「開啟資料夾」、「清除」、「貼上」按鈕,操作更直覺。
  • 新增進度條:下載時可即時顯示百分比進度。
  • 改用 Thread 下載:下載期間視窗不再卡住、不會顯示「沒有回應」。
  • 提高可攜性:將 ffmpeg 打包進程式(ffmpeg_bin),不再依賴寫死的 C:\ffmpeg\bin 路徑。

已修正

  • 存檔路徑 bug 已修正:改為透過「選擇」按鈕指定資料夾,不再會發生因路徑變數未賦值而下載失敗的問題。

備註

完整功能說明與其他更多資訊,請查看 README.md


What's new

  • UI overhaul: added "Select folder", "Open folder", "Clear", and "Paste" buttons for a smoother workflow.
  • Progress bar: shows real-time download percentage.
  • Threaded downloads: the window no longer freezes or shows "Not Responding" during download.
  • Improved portability: ffmpeg is now bundled with the app (ffmpeg_bin) instead of relying on a hardcoded C:\ffmpeg\bin path.

Fixed

  • Save path bug fixed: folder selection now goes through the "選擇" (Select) button, so the previous crash from an unassigned path variable no longer occurs.

Note

For full feature details and more infos, see README.md.