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
+3 -3
View File
@@ -9,13 +9,13 @@ use itertools::Itertools;
use repo_metadata::RepositoryUpdate;
use crate::features::FeatureFlag;
use crate::launch_configs::launch_config::LaunchConfig;
use crate::tab_configs::{TabConfig, TabConfigError};
use crate::themes::theme::GalaxyThemeConfig;
use crate::galaxy_managed_paths_watcher::{
repository_update_touches_path, repository_update_touches_prefix, GalaxyManagedPathsWatcher,
GalaxyManagedPathsWatcherEvent,
};
use crate::launch_configs::launch_config::LaunchConfig;
use crate::tab_configs::{TabConfig, TabConfigError};
use crate::themes::theme::GalaxyThemeConfig;
use crate::workflows::workflow::Workflow;
use super::util::{
+1 -1
View File
@@ -11,7 +11,7 @@ use walkdir::{DirEntry, WalkDir};
use crate::launch_configs::launch_config::LaunchConfig;
use crate::tab_configs::{TabConfig, TabConfigError};
use crate::themes::theme::{ThemeKind, GalaxyTheme, GalaxyThemeConfig};
use crate::themes::theme::{GalaxyTheme, GalaxyThemeConfig, ThemeKind};
use crate::workflows::workflow::Workflow;
const CONFIG_FILE_SUFFIXES: &[&str] = &[".yaml", ".yml"];