Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.47 KB

File metadata and controls

32 lines (25 loc) · 1.47 KB

Release Notes - v1.0.81

Release Date: 2026-01-10

Highlights

This release improves documentation for Claude Code integration and includes several fixes for the universal installer and CI infrastructure.

New Features

  • Welcome Wizard: Added Welcome Wizard to example apps with onShowWelcomeWizard callback support in EmbeddableTerminal
  • Universal Installer: Added universal installation scripts supporting all platforms (Linux, macOS, Windows)

Bug Fixes

  • AI Assistant Commands: Removed cd prefix from AI assistant launch commands for cleaner command execution
  • Installer: Fixed Homebrew update being skipped when Snap is skipped
  • Windows Installation: Added proper exit codes to Windows installation scripts
  • URL Updates: Changed GitHub raw URLs from risaboss.com to proper GitHub URLs
  • Shell Integration: Fixed ShellCheck warnings in install.sh and zsh integration

Improvements

  • Documentation: Optimized CLAUDE.md for Claude Code best practices
  • Documentation: Highlighted universal installer as the recommended installation method
  • CI/CD: Improved Windows CI tests with simplified test structure
  • CI/CD: Added verbose output to macOS dry-run test
  • CI/CD: Provided explicit version to all dry-run tests
  • CI/CD: Removed retired macOS Intel runner
  • CI/CD: Configured ShellCheck to run only on install.sh

Breaking Changes

None

Full Changelog

https://github.com/kshivang/BossTerm/compare/v1.0.80...v1.0.81