Skip to content

Time Stop 0.9.3 / 时停 0.9.3

Choose a tag to compare

@TACPR TACPR released this 23 Jul 04:39
· 8 commits to main since this release

English

Time Stop 0.9.3 adds session planning and rounds out the rule system for app groups. It also improves localization, warning feedback, diagnostics, and project licensing clarity.

What's New

  • Session planning: optionally ask for a 5, 10, 15, 30, or custom 1-1,440 minute plan when a controlled target process first opens. The plan counts foreground time only, pauses in the background or when the screen is off, and can be skipped or replanned.
  • Quota-safe session plans: a plan cannot exceed the earliest remaining app or group timed quota. Longer choices are rejected with the available balance; exhausted quotas, cooldowns, and blocked schedules cannot be bypassed.
  • Richer group rules: groups can independently enable shared daily allowance, per-launch limits, weekly schedules, and cooldowns. App rules and group rules run in parallel, and the first condition wins.
  • Member-scoped group cooldown: group cooldown applies only to the member app that was forced to exit. If app and group cooldowns are both enabled, the longer duration is used for that member.
  • Schedule intersection: app and group schedules must both allow usage. Blocked schedule windows keep a stable next-available time and do not start cooldown.
  • Language switching: supports system default, Simplified Chinese, and English for the manager UI and Hook-side warnings.
  • Warning vibration: optional one-shot long vibration for limit warnings, executed through the module provider rather than relying on target-app permissions.
  • Diagnostics and support: Hook logs now include process bitness and ABI, feedback supports email diagnostics and QQ group contact, and the repository now includes a license/copyright notice.

Upgrade Note

After installing the update or changing LSPosed scope, force-stop and reopen each target app so it loads the new Hook code.

中文

时停 0.9.3 新增“本次使用计划”,并补齐应用分组的统一规则能力;同时改进语言切换、提醒反馈、诊断信息和软件许可声明。

新功能

  • 本次使用计划:受控应用目标进程首次打开时,可选择 5、10、15、30 分钟或自定义 1-1440 分钟。计划只计算前台时间,切后台或息屏会暂停,也可以跳过或重新制定。
  • 计划不绕过额度:计划时长不能超过应用或分组中最早到期的剩余额度;超过会提示可用余额并拒绝。额度已耗尽、冷却中或禁止时段都不能通过计划绕过。
  • 更完整的分组规则:分组可独立启用共享每日额度、单次打开限制、每周时段和退出后冷却。应用规则与分组规则并行生效,任一条件先触发即执行。
  • 按成员保存分组冷却:分组冷却只锁定本次被强制退出的成员应用;应用和分组冷却同时开启时,对该成员采用较长时长。
  • 应用与分组时段取交集:必须同时允许才可使用;禁止时段保持稳定的下次可用时间,且不会启动冷却。
  • 语言切换:支持跟随系统、简体中文和 English,管理界面与目标应用内 Hook 提醒使用同一语言设置。
  • 到期长震动:可选一次性长震动提醒,由模块 Provider 安全执行,不依赖目标应用自身权限。
  • 诊断与支持:Hook 日志增加进程位数和 ABI,反馈支持邮件诊断与 QQ 群联系,仓库新增软件许可与版权声明。

升级提示

安装升级包或调整 LSPosed 作用域后,需要强制停止并重新打开目标应用,让新版 Hook 进入目标进程。