Skip to content

Releases: TanaTTV/lyt

lyt 0.7.4

Choose a tag to compare

@TanaTTV TanaTTV released this 12 Aug 11:23

What's new

Update available notices — after human downloads, and on lyt doctor / lyt --version, lyt can check npm for a newer release (cached about once a day) and print:

Update available: lyt X.Y.Z (you have A.B.C)
  npm install --global @tanattv/lyt@latest
  • JSON / agent runs stay silent
  • Disable with LYT_NO_UPDATE_CHECK=1 or lyt config set update-check false

Install

npm install --global @tanattv/lyt@latest
lyt --version

Full notes: CHANGELOG.md

lyt 0.7.3

Choose a tag to compare

@TanaTTV TanaTTV released this 12 Aug 11:18

What's new

  • Copy a link, run lyt — interactive terminals auto-read YouTube URLs from the clipboard when no URL is given
  • lyt-first docs and helpyt3 / yt4 remain optional aliases
  • More reliable YouTube extraction — reuses Node as yt-dlp's JavaScript runtime

Install

npm install --global @tanattv/lyt
lyt --version

Compatibility

Existing lyt, yt3, and yt4 commands remain supported. Scripts and --json never read the clipboard unless you pass --paste.

Full notes: CHANGELOG.md

lyt 0.7.2

Choose a tag to compare

@TanaTTV TanaTTV released this 19 Jul 23:06
eadff82

lyt 0.7.2

This release stabilizes the CLI, agent contract, website, packaging, and user-facing security boundaries.

Security and reliability

  • Windows Explorer actions pass selected folders as native arguments to a fixed helper instead of embedding folder names in PowerShell source.
  • External tools are resolved only from absolute PATH entries, preventing working-directory executable shadowing.
  • Human command previews are inert; JSON dry runs expose the executable and arguments as structured fields.
  • Unix config and history state uses private file permissions.
  • Managed tool downloads use bounded requests, timeouts, atomic replacement, locks, checksums, and final executable probes.

CLI improvements

  • Download history now distinguishes output variants and missing files correctly.
  • Dry runs stay offline, JSON output stays clean, and final paths are reported reliably.
  • Doctor, history, bootstrap, installers, packaging, and website checks have broader automated coverage.
  • Existing lyt, yt3, yt4, flags, configuration, and lyt.result.v1 consumers remain compatible.

See CHANGELOG.md for the complete release notes.

lyt 0.7.1

Choose a tag to compare

@TanaTTV TanaTTV released this 19 Jul 08:55
370dba8

lyt 0.7.1

This patch release gives lyt a public home and a consistent red identity without changing CLI behavior.

Added

  • Search-ready product website with install, agent, Windows, comparison, privacy, sitemap, and structured-data pages
  • GitHub Pages deployment at https://tanattv.github.io/lyt/
  • Contribution, security, conduct, and structured issue-reporting guidance

Changed

  • Adopted the red feather-bolt identity across the README and application icon family
  • Pointed npm and GitHub visitors to the product website
  • Expanded discovery metadata for AI agents, Codex CLI, Claude Code, and local-first media workflows

Compatibility

Commands, flags, JSON output, config, history, and agent installation behavior are unchanged from 0.7.0.

Only download media you own or have permission to use.

lyt 0.7.0

Choose a tag to compare

@TanaTTV TanaTTV released this 19 Jul 07:03
37ff6b0

lyt 0.7.0

lyt 0.7.0 is the agent-ready release: a faster local media CLI for people, scripts, Codex, Claude, and other tools.

Highlights

  • stable lyt.result.v1 JSON results with exact final file paths
  • packaged JSON Schema for tool integrations
  • lyt agent install codex|claude|all
  • size guards and explicit machine-readable failures
  • clipboard, watch, clip, chapter, normalization, history, profile, config, and doctor workflows
  • repaired fresh-install yt-dlp bootstrapping across supported platforms and architectures
  • expanded Windows, macOS, and Linux CI plus verified npm package contents

Compatibility

Existing lyt, yt3, and yt4 commands and configuration remain supported. Human-readable output is still the default; JSON mode is additive.

Install

npm install --global @tanattv/lyt
lyt doctor

See the changelog for the complete release notes.