# Release: Time's Up v2.2.7

**Release Date:** 2026-03-28
**Status:** Approved
**Manifest Version:** 3

## Release Summary

v2.2.7 fixes a bug where blocked tabs stayed blocked after the daily usage reset at midnight.

## Bug Fixes

### Blocked Tabs Persist After Daily Reset (BUG-005)
**Requirement doc:** [requirements/bugs/BUG-005-daily-reset-stale-blocked-tabs.md](../bugs/BUG-005-daily-reset-stale-blocked-tabs.md)

When the daily reset fired at midnight and cleared accumulated usage, already-open blocked tabs stayed on the block page indefinitely. The user had to manually navigate away and back for the refreshed time budget to take effect.

- **Fix:** Refresh `declarativeNetRequest` rules during `checkDailyReset` and sweep open tabs to unblock any that are no longer over-budget. The sweep reuses the existing `enforceBlockOnAllTabs` / `unblockStaleTabs` machinery from earlier bug fixes.
- **Impact:** Tabs blocked the previous day automatically unblock at midnight without user intervention, matching the mental model that "the day is reset."
