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
+5 -5
View File
@@ -210,10 +210,10 @@ mod package_manager {
))],
}),
FormattedTextLine::Line(vec![
FormattedTextFragment::plain_text("If you installed Warp using "),
FormattedTextFragment::plain_text("If you installed Galaxy using "),
FormattedTextFragment::bold(package_manager_name),
FormattedTextFragment::plain_text(
" or a compatible tool, the pre-filled command will update Warp for you.",
" or a compatible tool, the pre-filled command will update Galaxy for you.",
),
]),
];
@@ -221,7 +221,7 @@ mod package_manager {
if self.package_manager.needs_repository_configuration() {
lines.push(FormattedTextLine::Line(vec![
FormattedTextFragment::plain_text(
"\nThe command below includes a one-time configuration of the Warp package repository and PGP signing key.",
"\nThe command below includes a one-time configuration of the Galaxy package repository and PGP signing key.",
),
]));
}
@@ -236,7 +236,7 @@ mod package_manager {
),
FormattedTextFragment::inline_code("warp_handle_dist_upgrade"),
FormattedTextFragment::plain_text(
" function ensures the Warp package repository is enabled, as we've detected you recently upgraded your distribution.",
" function ensures the Galaxy package repository is enabled, as we've detected you recently upgraded your distribution.",
),
]));
}
@@ -244,7 +244,7 @@ mod package_manager {
lines.push(FormattedTextLine::Line(vec![
FormattedTextFragment::plain_text("\nReview the command below, then "),
FormattedTextFragment::bold("press enter"),
FormattedTextFragment::plain_text(" to install the update and re-launch Warp. "),
FormattedTextFragment::plain_text(" to install the update and re-launch Galaxy. "),
FormattedTextFragment::hyperlink(
"Please report any issues",
"https://github.com/warpdotdev/Warp/issues/new/choose",
+1 -1
View File
@@ -678,7 +678,7 @@ pub fn accessibility_content(
// Found autoupdate
(RequestType::ManualCheck, Ok(UpdateReady::Yes { .. })) => Some(AccessibilityContent::new(
"Update available.",
"Use the command palette to install and relaunch Warp",
"Use the command palette to install and relaunch Galaxy",
WarpA11yRole::HelpRole,
)),
// Any non-successful autoupdate check