Skip to content

Nion 0.7.3

Choose a tag to compare

@Echoer009 Echoer009 released this 01 Jun 12:10

修复

  • 清单侧边栏任务计数现在只统计未完成的任务,不再包含已完成的任务
  • 已完成的任务不再调度提醒闹钟,避免无效通知
  • 清除一次性提醒现在使用专用 clearTaskReminder 接口,彻底将 reminder 字段设为 NULL,而非残留空值
    优化
  • 每日循环任务卡片的提醒显示:当天提醒不再重复显示铃铛图标;非当天提醒改用日历图标 + 仅显示日期(如"6月3日")

Fixes

  • Checklist sidebar task count now only counts uncompleted tasks, excluding completed ones
  • Completed tasks no longer schedule reminder alarms, preventing stale notifications
  • Clearing one-time reminders now uses a dedicated clearTaskReminder API to properly set the reminder field to NULL instead of leaving residual values
    Improvements
  • Daily recurring task card reminder display: today's reminder no longer shows a redundant bell icon; non-today reminders use a calendar icon with date-only format (e.g., "Jun 3")