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
letimageName:String? // Optional asset name for preview
26
27
27
28
// Helper to compare semantic versions
28
29
varsemanticVersion:[Int]{
@@ -36,26 +37,21 @@ enum WhatsNewConfiguration {
36
37
privatestaticletseenKey="lastSeenWhatsNewVersion"
37
38
38
39
/// Override with the specific release number you want to show.
39
-
privatestaticletversionOverride:String?="1.8.0"
40
+
privatestaticletversionOverride:String?="1.8.4"
40
41
41
42
/// Update this content before shipping each release. Return nil to disable the modal entirely.
42
43
staticvarconfiguredRelease:ReleaseNote?{
43
44
ReleaseNote(
44
45
version: targetVersion,
45
-
title:"Just-in-time timelapses · Gemini back to 15-minute windows · UI polish",
46
+
title:"Gemini 3.1 Flash-Lite · Timeline card deletion · Energy use improvements",
46
47
highlights:[
47
-
"Instead of generating timelapse videos continuously, Dayflow now generates them in a just-in-time fashion for better energy efficiency.",
48
-
"Gemini is back to 15-minute processing windows now that new mitigations are in place.",
49
-
"A lot of small-but-helpful UI enhancements landed across timeline, chat, settings, and navigation.",
50
-
"Fixed a bug where Dock icon preferences could reset after restart."
48
+
"Google just released Gemini 3.1 Flash-Lite, and it's now the default model for Gemini users. It's fast, reliable, and comes with generous rate limits.",
49
+
"Highly requested feature: you can now delete timeline cards directly from the timeline card footer.",
50
+
"We've spent a lot of time investigating reports of higher energy usage since 1.8.0, and we've shipped fixes that should address most cases. If you're still seeing unusually high energy use, please reach out."
51
51
],
52
-
cta:ReleaseNoteCTA(
53
-
title:"Standup Pilot",
54
-
description:"I'm piloting a workflow to make standups and weekly 1:1 prep less painful. I'm personally onboarding the first 10 users to work out the kinks, so please book a time if you're interested!",
55
-
buttonTitle:"Book a Time",
56
-
url:"https://cal.com/jerry-liu/15min"
57
-
),
58
-
imageName:nil
52
+
previewIntro:"A sneak peek at some of the visualizations that we've been playing around with, likely coming to a new weekly view tab. Let me know if you have any cool ideas!",
0 commit comments