Skip to content

Releases: DEVtheOPS/kore

v0.2.0 - Complete Sidebar Implementation & YAML Editing

16 Feb 23:18
4de056d

Choose a tag to compare

🎉 Major Features

Sidebar Sections & Navigation

  • Complete sidebar implementation - All placeholder sections now have functional pages with real data
    • Nodes page with detailed node information and status
    • Workloads Overview with aggregated health summaries
    • Namespaces page with namespace management
    • Events page with filtering and real-time updates
    • RoleBindings and ClusterRoleBindings pages
    • Helm Releases and Charts pages with capability detection
    • CRDs page with schema details

YAML Editing & Mutation Workflows

  • YAML Editor with Syntax Highlighting - Professional code editor for all resources

    • CodeMirror 6 integration with full YAML syntax highlighting
    • Theme-aware colors matching app theme
    • Line numbers, auto-indentation, bracket matching
    • Search/replace (Cmd/Ctrl+F), undo/redo support
  • Edit YAML Functionality - Edit Kubernetes resources directly from info panels

    • Edit button in Deployment detail drawer
    • Edit button in all WorkloadList resource detail panels
    • Apply changes with confirmation dialog
    • Automatic refresh after successful apply
  • Workload Mutation Operations - Day-2 operations for Deployments, StatefulSets, DaemonSets

    • Scale workload replicas
    • Restart rollout

Theming & Customization

  • Independent Code Theme Setting - Separate theme for code blocks
    • Options: "same-as-app" (default), or any of the 6 themes
    • Allows light app with dark code or vice versa

Log Streaming Improvements

  • Multiple Log Tabs Fix - Each tab now maintains its own log subscription
  • Stream Cleanup & Resource Management - Prevent memory leaks

🔧 Technical Details

Backend (Rust/Tauri)

  • Stream management with tokio broadcast channels
  • YAML get/apply commands
  • Workload scale/restart operations

Frontend (Svelte 5 + TypeScript)

  • CodeMirror 6 integration
  • New components: CodeEditor, YamlDisplay
  • Independent code theme setting

Developer Experience

  • All sidebar sections now data-backed (no placeholders)
  • Consistent UX patterns across all resource types
  • Professional code editing experience matching VS Code quality
  • Local security scan script for testing before push

📦 Installation

Download the appropriate installer for your platform below.

See the full CHANGELOG for complete details.

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

06 Feb 21:02
f567004

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

Full Changelog: v0.1.0...v0.1.1

v0.1.0

02 Feb 07:55
e5ac88d

Choose a tag to compare