You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: silent background calendar refresh — no more Loading iCal flicker
- Background refreshes no longer set LOADING status when cache has data
- Background refresh failures preserve stale cached events instead of clearing
- Initial load errors still display correctly
- Added tests for silent refresh behavior
Bump version to 2.4.1
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "stream-deck-ical",
3
-
"version": "2.4.0",
3
+
"version": "2.4.1",
4
4
"description": "An elgato Stream Deck plugin that displays information from your calendar using an iCal URL. Visual cues and a countdown will help you end meetings on time and be ready for the next one.",
0 commit comments