What's Changed
✨ New: Multiple fire times per task (#34)
A task with a day-aligned repeat (Daily / Weekdays / Weekends / Weekly / Biweekly) can now carry several time-of-day fire points in addition to its main time.
For example, one task can fire at 09:00, 12:00, and 18:00 every weekday — no need to clone the task three times.
- Chip-flow UI in the editor: each time is a stepper-field chip, click ⊗ to remove, ⊕ to add. Insertion order is preserved while editing — values never jump around.
- Repeat-type aware: the ⊕ button only shows for day-aligned repeats. Switching to an unsupported repeat type hides the extras but keeps the data — switch back and they're still there.
- Detail view collapses all times into a single row, e.g.
时间 14:40, 14:42, 14:44. - Export/import + duplicate carry the new field.
- Translated into all 11 supported languages.
更新内容
✨ 新功能:单任务支持多个触发时间 (#34)
按天 / 工作日 / 周末 / 每周 / 每两周重复的任务,现在除了主时间外还可以添加多个时间点。
比如同一个任务,可以在每个工作日的 09:00、12:00、18:00 各执行一次 —— 不用再复制三份任务。
- 编辑器里新的芯片排版:每个时间是一个 stepperField 芯片,点 ⊗ 删除,点 ⊕ 添加。编辑时间过程中位置不会跳。
- 跟重复类型联动:只有支持的重复类型才显示 ⊕ 加号;切换到不支持的类型时 extras 数据保留,切回来还在。
- 任务详情里把所有时间合并到一行,例如
时间 14:40, 14:42, 14:44。 - 导入导出、复制任务都带这个新字段。
- 11 种语言全部翻译。
Full Changelog: v1.9.0...v1.9.1