Skip to content

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 17:56
540cde1

1.7.0 (2026-07-21)

Features

  • show cast target device in browse header (986b3ee)

Bug Fixes

  • cast: return error from BuildPlan instead of panicking for unknown device type (b4c9a6b)
  • cmd: use CLI framework for --debug flag instead of scanning os.Args (d4c307b)
  • config yaml should be optional (#38) (33eea9f)
  • docker: cli cannot run in castor because of glibc version (#40) (18b6a88)
  • suppress unchecked Close() lint warnings (88be120)
  • wire picked device name into config before browse (c2fa73f)

Refactors

  • cast: collapse deviceConnector and cueSource single-implementation interfaces (a9f92dd)
  • media: simplify FormatForContentType to return (FormatInfo, bool) (521205c)
  • remove subtitle font customization support (d78d5ed)
  • source: deduplicate MIME tables and unexport Extractor.Extract (5858b52)
  • tmdb: remove dead Page.HasMore method and SearchResult.GenreIDs field (42c419d)
  • whisper: collapse WordSink interface and unexport EnsureModel/EnsureVADModel (142e2ec)

Documentation

  • browse: remove stale comment on inspector.load (bebb2b2)