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
+8 -20
View File
@@ -1546,23 +1546,11 @@ impl AppearanceSettingsPageView {
fn app_icon_dropdown_item_label(val: AppIcon) -> &'static str {
match val {
AppIcon::Aurora => "Aurora",
AppIcon::Default => "Default",
AppIcon::Classic1 => "Classic 1",
AppIcon::Classic2 => "Classic 2",
AppIcon::Classic3 => "Classic 3",
AppIcon::Comets => "Comets",
AppIcon::GlassSky => "Glass Sky",
AppIcon::Glitch => "Glitch",
AppIcon::Cow => "Cow",
AppIcon::Glow => "Glow",
AppIcon::Holographic => "Holographic",
AppIcon::Mono => "Mono",
AppIcon::Neon => "Neon",
AppIcon::Original => "Original",
AppIcon::Starburst => "Starburst",
AppIcon::Sticker => "Sticker",
AppIcon::WarpOne => "Warp 1",
AppIcon::Galaxy => "Galaxy",
AppIcon::DotMatrix => "Dot Matrix",
AppIcon::Explorer => "Explorer",
AppIcon::Rainbow => "Rainbow",
AppIcon::Wormhole => "Wormhole",
}
}
@@ -2967,9 +2955,9 @@ impl SettingsWidget for CustomAppIconWidget {
let app_icon_at_startup = AppearanceManager::as_ref(_app).app_icon_at_startup();
let current_icon = *AppIconSettings::as_ref(_app).app_icon;
if current_icon == AppIcon::Default
if current_icon == AppIcon::Galaxy
&& ChannelState::channel() != Channel::Local
&& app_icon_at_startup != AppIcon::Default
&& app_icon_at_startup != AppIcon::Galaxy
{
let theme = appearance.theme();
return Flex::column()
@@ -2978,7 +2966,7 @@ impl SettingsWidget for CustomAppIconWidget {
appearance
.ui_builder()
.wrappable_text(
"You may need to restart Warp for MacOS to apply the preferred icon style.",
"You may need to restart Galaxy for MacOS to apply the preferred icon style.",
true,
)
.with_style(UiComponentStyles {