Changelog

All notable changes to nash will be documented in this file.

[v1.2.0] - 2026-03-13

Added

  • New Terminal Component: Extracted the terminal into a standalone, resizable component.
  • Features Page: Added a dedicated page to showcase the building blocks of nash.
  • Command Palette Shortcuts: Added global keyboard shortcuts for quick navigation.
  • Privacy Policy: Added a boilerplate privacy policy page.
  • Changelog: Added this changelog page.

Changed

  • Command Palette: Pressing Enter now engages the action if only one option remains.
  • Hero Section: Updated the prompt icon to a new, thicker gradient chevron.

[v1.1.0] - 2026-02-28

Added

  • AI Integration: Deep integration with LLMs for natural language command execution.
  • Sandboxed Environment: Added secure execution environment for untrusted scripts.

Fixed

  • Addressed an issue where the terminal would sometimes hang on long-running processes.
  • Fixed a bug in the history tree search algorithm.

[v1.0.0] - 2026-01-15

Added

  • Initial release of nash.
  • Lightning-fast Rust-based execution engine.
  • Basic command palette functionality.