Rebrand Warp to Galaxy v1.1.0

- Rename all UI-facing "Warp" references to "Galaxy"
- Rename "Warpify" to "Wormhole" throughout the UI
- Replace app icons with 5 new Galaxy-branded variants
- Update About page to show selected app icon dynamically
- Rephrase Privacy page for Bedrock context
- Remove "Fallback to Warp server" toggle from Bedrock settings
- Widen model selector dropdowns in profile editor (480px)
- Update TERM_PROGRAM to "GalaxyTerminal"
- Bump version to 1.1.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ryan Ward
2026-05-19 11:21:44 -05:00
co-authored by Claude Opus 4.6
parent 99159184cb
commit ccc67e6a33
139 changed files with 319 additions and 398 deletions
+1 -1
View File
@@ -630,7 +630,7 @@ pub(super) fn sent_referral_reward() -> WarpTheme {
source: bundled_or_fetched_asset!("jpg/sent_referral_reward_bg.jpg"),
opacity: 100,
}),
Some("Warp Referral".to_string()),
Some("Galaxy Referral".to_string()),
)
}
+2 -2
View File
@@ -139,8 +139,8 @@ impl std::fmt::Display for ThemeKind {
ThemeKind::Adeberry => "Adeberry",
ThemeKind::SamsungDark => "Samsung Dark",
ThemeKind::SamsungLight => "Samsung Light",
ThemeKind::SentReferralReward => "Warp Referral",
ThemeKind::ReceivedReferralReward => "Referred to Warp",
ThemeKind::SentReferralReward => "Galaxy Referral",
ThemeKind::ReceivedReferralReward => "Referred to Galaxy",
ThemeKind::Custom(custom_theme) => custom_theme.name.as_str(),
ThemeKind::CustomBase16(custom_theme) => custom_theme.name.as_str(),
ThemeKind::InMemory(in_memory_theme) => in_memory_theme.name.as_str(),