Skip to content

v1.0.0 - Production Release

Latest

Choose a tag to compare

@chamren86 chamren86 released this 22 Jun 21:51

v1.0.0 - Production Release πŸš€

πŸŽ‰ Welcome to the first stable release!

After months of development and testing, Terminal History Outline is now production-ready.

✨ Key Features

  • πŸ“ Command History - Automatically captures every command and its output
  • πŸŸ’πŸ”΄πŸŸ‘ Status Indicators - Visual status (Success/Error/Running)
  • πŸ”§ Action Buttons - Rerun, Copy, Delete directly on each entry
  • πŸ“‹ Copy Options - Copy command, output, or both
  • πŸ”’ Security Redaction - Detects and redacts sensitive data
  • πŸ“Š Privacy Dashboard - View and manage security settings
  • 🎨 Clean Display - Strips ANSI codes for readable output
  • πŸ’Ύ Persistent - History survives VS Code restarts
  • ⏱️ Time Display - Shows time since command execution

πŸ§ͺ Quality Assurance

  • βœ… 57 Passing Tests - Comprehensive test coverage
  • βœ… ESM Support - Modern module system
  • βœ… Clean Packaging - No security warnings
  • βœ… Full Documentation - Complete JSDoc comments

πŸ“¦ Installation

From VS Code Marketplace:

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "Terminal History Outline"
  4. Click Install

From VSIX:

  1. Download the .vsix file from the release assets
  2. In VS Code, go to Extensions β†’ "..." β†’ Install from VSIX
  3. Select the downloaded file

πŸ”œ Roadmap

  • v1.1.0 - Groups & Organization
  • v1.2.0 - AI & Agent Integration
  • v1.3.0 - Export & Save
  • v1.4.0 - Customization & UX