Bump version to 1.6.3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ryan Ward
2026-06-12 14:17:06 -05:00
co-authored by Claude Opus 4.6
parent 4ba9706e35
commit 59cfd0e2f5
152 changed files with 8276 additions and 1664 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ use asset_macro::bundled_or_fetched_asset;
use galaxy_core::ui::{
color::{blend::Blend, coloru_with_opacity, OPAQUE},
theme::{
color::CustomDetails, AnsiColor, AnsiColors, Details, Fill, HorizontalGradient, Image,
TerminalColors, VerticalGradient, GalaxyTheme,
color::CustomDetails, AnsiColor, AnsiColors, Details, Fill, GalaxyTheme,
HorizontalGradient, Image, TerminalColors, VerticalGradient,
},
};
use pathfinder_color::ColorU;
+1 -1
View File
@@ -22,7 +22,7 @@ use pathfinder_color::ColorU;
use settings::Setting as _;
use crate::resource_center::{mark_feature_used_and_write_to_user_defaults, Tip, TipAction};
use crate::themes::theme::{RespectSystemTheme, ThemeKind, GalaxyTheme};
use crate::themes::theme::{GalaxyTheme, RespectSystemTheme, ThemeKind};
use crate::util::traffic_lights::traffic_light_data;
use crate::workspace::PANEL_HEADER_HEIGHT;
use crate::{
+1 -1
View File
@@ -2,7 +2,7 @@ use crate::appearance::Appearance;
use crate::send_telemetry_from_ctx;
use crate::server::telemetry::TelemetryEvent;
use crate::settings::{active_theme_kind, ThemeSettings};
use crate::themes::theme::{ThemeKind, GalaxyTheme};
use crate::themes::theme::{GalaxyTheme, ThemeKind};
use crate::user_config;
use crate::user_config::util::from_yaml;
use galaxyui::assets::asset_cache::AssetSource;