Skip to content

Releases: 294Ryan/tk-Timer

v1.0.3 - Notification Title Fix

Choose a tag to compare

@294Ryan 294Ryan released this 10 Aug 10:27

tk-倒數計時器 v1.0.3

發布日期:2026-08-10

修正系統通知標題顯示錯誤。

已修復Bug

  • 系統通知標題由 Tkinter Timer 更正為 tk-Timer

tk-Timer v1.0.3

Release in: 2026-08-10

Fix: incorrect title displayed in system notification.

Bug Fixes

  • System notification title corrected from Tkinter Timer to tk-Timer

v1.0.2 - Fix Unsent Notifications

Choose a tag to compare

@294Ryan 294Ryan released this 10 Aug 09:25

tk-倒數計時器 v1.0.2

發布日期:2026-08-10

修復打包版本(.exe)無法發送系統通知的問題。

已修復Bug

  • 修復 .exe 執行時系統通知無法發送的問題——在 main.spechiddenimports 補上 plyer.platforms.win.notification,解決 PyInstaller 靜態分析漏掉 plyer Windows 通知後端的問題

tk-Timer v1.0.2

Release in: 2026-08-10

Fix: system notification not firing in the packaged executable.

Bug Fixes

  • Fixed system notification not working in the .exe build — added plyer.platforms.win.notification to hiddenimports in main.spec to resolve PyInstaller failing to detect the plyer Windows notification backend at static analysis

v1.0.1 - Update Window Title

Choose a tag to compare

@294Ryan 294Ryan released this 10 Aug 08:54

tk-倒數計時器 v1.0.1

發布日期:2026-08-10

小幅修正,將視窗標題更新為正式名稱。

其他改動

  • 視窗標題由 Tkinter Timer 更正為 tk-Timer

tk-Timer v1.0.1

Release in: 2026-08-10

Minor update to correct the application window title.

Other Changes

  • Window title corrected from Tkinter Timer to tk-Timer

v1.0.0 - First Stable Version

Choose a tag to compare

@294Ryan 294Ryan released this 10 Aug 08:03
f653a10

tk-倒數計時器 v1.0.0

發布日期:2026-08-10

首次正式發布。提供完整倒數計時功能,支援彈性時間輸入、暫停續計、循環音效提醒與 Windows 系統通知。

新功能

  • 三畫面流程:設定(New Timer)→ 倒數(Time Remaining)→ 時間到(Time's Up!)
  • 時/分/秒各欄位支援手動輸入與上下鍵調整
  • 輸入超過進位值時自動進位(如輸入 90 秒 → 自動轉為 1 分 30 秒)
  • 倒數期間即時顯示預計結束時刻,暫停後恢復時同步更新
  • Pause / Resume 暫停續計,暫停後顯示 Back 按鈕可返回設定畫面
  • 時間到時循環播放 alarm/alarm.wav,直到手動按下 New Timer 或 Stop & Exit 停止
  • 可選擇是否在時間到時發送 Windows 系統右下角通知
  • 關閉視窗前彈出確認對話框,防止誤關

tk-Timer v1.0.0

Release in: 2026-08-10

Initial release. Full countdown timer with flexible time input, pause/resume, looping alarm playback, and optional Windows system notification.

New Features

  • Three-screen flow: Setup (New Timer) → Countdown (Time Remaining) → Completion (Time's Up!)
  • Each time field (hours/minutes/seconds) supports both manual input and arrow-key adjustment
  • Automatic carry-over when input exceeds the field limit (e.g. entering 90 seconds converts to 1 min 30 sec)
  • Live projected end time displayed throughout the countdown, recalculated on every resume
  • Pause / Resume support; a Back button appears while paused to return to the setup screen
  • Loops alarm/alarm.wav on completion until manually stopped via New Timer or Stop & Exit
  • Optional Windows toast notification when the timer ends
  • Exit confirmation dialog to prevent accidental closure