Base: v1.0.14 (last known good before icon changes).
Added: PI reloads automatically after API token is saved on fresh
install so onPropertyInspectorDidAppear re-fires with the token in
place, fixing the chicken-and-egg setup flow.
Versioned above master (1.0.22) so auto-updater leaves it alone.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remove onWillDisappear cache pruning so buttons in other folders remain
in settingsCache — previously navigating away deleted their entries,
causing the stop-other-timers loop to miss them on next key press.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fixes chicken-and-egg setup flow where new users couldn't populate
the name dropdown because isConfigured required userId to already exist.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>