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:
co-authored by
Claude Opus 4.6
parent
99159184cb
commit
ccc67e6a33
@@ -13,7 +13,7 @@ define_settings_group!(GeneralSettings, settings: [
|
||||
sync_to_cloud: SyncToCloud::Globally(RespectUserSyncSetting::Yes),
|
||||
private: false,
|
||||
toml_path: "general.show_warning_before_quitting",
|
||||
description: "Whether to show a warning dialog before quitting Warp.",
|
||||
description: "Whether to show a warning dialog before quitting Galaxy.",
|
||||
},
|
||||
quit_on_last_window_closed: QuitOnLastWindowClosed {
|
||||
type: bool,
|
||||
@@ -22,7 +22,7 @@ define_settings_group!(GeneralSettings, settings: [
|
||||
sync_to_cloud: SyncToCloud::Globally(RespectUserSyncSetting::Yes),
|
||||
private: false,
|
||||
toml_path: "general.quit_on_last_window_closed",
|
||||
description: "Whether to quit Warp when the last window is closed.",
|
||||
description: "Whether to quit Galaxy when the last window is closed.",
|
||||
},
|
||||
restore_session: RestoreSession {
|
||||
type: bool,
|
||||
@@ -31,7 +31,7 @@ define_settings_group!(GeneralSettings, settings: [
|
||||
sync_to_cloud: SyncToCloud::Globally(RespectUserSyncSetting::Yes),
|
||||
private: false,
|
||||
toml_path: "general.restore_session",
|
||||
description: "Whether to restore the previous session when Warp starts up.",
|
||||
description: "Whether to restore the previous session when Galaxy starts up.",
|
||||
},
|
||||
add_app_as_login_item: LoginItem {
|
||||
type: bool,
|
||||
@@ -43,7 +43,7 @@ define_settings_group!(GeneralSettings, settings: [
|
||||
sync_to_cloud: SyncToCloud::Never,
|
||||
private: false,
|
||||
toml_path: "general.login_item",
|
||||
description: "Whether to launch Warp automatically when you log in.",
|
||||
description: "Whether to launch Galaxy automatically when you log in.",
|
||||
},
|
||||
// Records whether the app has been added as a login item.
|
||||
// If it has, we don't try to add it again unless the user explicitly
|
||||
|
||||
Reference in New Issue
Block a user