Releases: feral-file/ff1-cli
Releases · feral-file/ff1-cli
1.0.11
Multi-device discovery and --device flag support
- Reliable mDNS discovery on Linux via avahi-browse with Bonjour fallback
- --device flag propagated through all send paths (intent parser, AI orchestrator, chat shortcuts)
- Stable device identity matching across host changes, DHCP churn, and IP ↔ .local migration
- Duplicate prevention with name-collision guards and matchedIndex-based upserts
- IPv6 normalization and dual-stack address accumulation
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
What's Changed
- fix(setup/chat): improve FF1 selection and address query resilience by @moskovich in #27
Full Changelog: 1.0.3...1.0.4
1.0.3
FF1-CLI Release Notes (March 2026)
This release improves setup, device access, playlist sourcing, and AI tool-call reliability.
Required upgrade
FFOS 1.0.9 is now required for the best supported flow.
Before using send or ssh, upgrade your FF1 devices to FFOS 1.0.9 (or newer).
Highlights
-
Better AI command reliability
- Fixed GPT model wiring and improved tool-call prompting/handling so function calls are more consistent and less noisy.
-
Smoother setup with local discovery
ff1 setupnow supports mDNS discovery for FF1 devices, reducing manual host entry and improving device selection.
-
New SSH access command
- Added
ff1 ssh enable|disablewith TTL parsing and public key support for device SSH access management.
- Added
-
FF1 OS compatibility preflight
- Added preflight checks before
send/sshpaths to validate device compatibility early and provide clearer guidance.
- Added preflight checks before
-
Hosted playlists support
send,verify, andvalidatenow accept hosted playlist URLs (http(s)), not just local files.
-
Release flow and docs alignment
- Release process and smoke-test guidance were tightened and aligned with current build/distribution flow.
Included PRs
1.0.2
What's Changed
- docs: add curl installer guidance by @moskovich in #14
- Fix CLI version sync and bin path by @moskovich in #15
- feat(release): add build and release workflows and Windows asset script by @anhnguyenbitmark in #17
- chore(deps): remove unused dependencies by @anhnguyenbitmark in #18
Full Changelog: https://github.com/feral-file/ff1-cli/commits/1.0.2