Skip to content

Releases: SuperCoolPencil/cue

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 09 Sep 09:34
4829e10

Cue Release v1.2.3

Welcome to the latest version of Cue!

Changelog

  • 89d59cd Merge remote-tracking branch 'origin/main' into feat/discover-plex-server-pr
  • e37a37d feat(cli): add 'discover' command to switch Plex server via plex.tv
  • 5b1be6e fix(discover): preserve account token and honor cancellation
  • 06592f6 fix(discover): satisfy staticcheck
  • 06d91e5 fix(jellyfin): support v12 authorization

Built with GoReleaser

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 04 Sep 21:12

Cue Release v1.2.2

Welcome to the latest version of Cue!

Changelog

  • 90bd569 fix continue watching preview
  • 496ed8e fix: keep playback status monitoring alive
  • 1b9ac28 improve continue watching episode rows

Built with GoReleaser

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 29 Aug 06:44

Cue Release v1.2.1

Welcome to the latest version of Cue!

Changelog

  • d155ba1 feat(tui): render series posters as real images (Kitty) or ASCII art (#23)
  • e64b438 fix(tui): refresh inspector after library reload

Built with GoReleaser

v1.1.5

Choose a tag to compare

@SuperCoolPencil SuperCoolPencil released this 28 Jul 15:18

Cue Release v1.1.5

Welcome to the latest version of Cue!

Changelog

  • 708bf28 fix: resolve intermittent token invalidation via unique device ID (#16)

Built with GoReleaser

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 24 Jul 17:15

Cue Release v1.1.4

Welcome to the latest version of Cue!

Changelog

  • d95a170 feat: add media deletion support and direct play functionality for TV shows

Built with GoReleaser

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 22 Jun 18:50

Cue Release v1.1.3

Welcome to the latest version of Cue!

Changelog

  • 3deee96 fix: strip trailing slashes from baseURL in Plex client initialization

Built with GoReleaser

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 17 May 08:04

Cue Release v1.1.2

Welcome to the latest version of Cue!

Changelog

  • 9459494 Replace local image with external screenshot link
  • cb45ce2 feat: add AirDate field to domain entities and update Plex/Jellyfin mappers and TUI inspector
  • e56be08 feat: implement CLI subcommands with shell completion, lazy-load Plex identity, and add comprehensive CLI tests
  • 2052256 feat: implement TUI watch status propagation, improve item selection persistence, and consolidate Jellyfin client requests
  • 00fe272 feat: update resolution detection to use width and improve max quality selection across media providers
  • 55196f6 fix: suppress unchecked fmt return values and simplify list item ID lookup logic
  • 6a33310 fix: update ExpandFirstSeason to select the first unwatched season and fix indentation in launcher.go
  • da24a67 fix: update mpv launcher to support per-item subtitles and seek offsets using flag grouping
  • c136635 update assets

Built with GoReleaser

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 14 May 11:56

Cue Release v1.1.1

Welcome to the latest version of Cue!

Changelog

  • 6262bc2 feat: add StateInspecting and enable scrollable, persistent inspector focus within columns
  • df5d219 feat: add enter key support for confirmation prompts in TUI
  • 70214e2 feat: enable default autoplay and pass playlist start index to mpv launcher
  • f1b0740 feat: implement autoplay feature to automatically play next episode upon playback completion
  • cfd9889 feat: implement continue watching functionality and add hide watched configuration option
  • 39ba63d feat: implement dynamic season loading to enable full playlist playback from non-sequential views
  • 7955e0c feat: support playlist playback initiation and bulk marking of previous items as watched
  • a445d35 fix: update status code validation to accept all 2xx ranges and include required identifier in Plex playback state requests
  • b71077e refactor: adjust content column vertical split ratio from 33% to 66% height
  • 8cbd5cd refactor: clean up whitespace alignment for Version field in App struct
  • 9eb9cba refactor: clean up whitespace and update TUI watch status icons and assets
  • a7ef0a7 refactor: consolidate playlist playback logic and fix state clearance in PlaybackFinishedMsg
  • ee858ab refactor: implement global autoplay setting, fix playlist item resolution, and improve scrobbler concurrency
  • 9656ceb refactor: remove redundant playlist start index tracking from playback commands and state
  • 64dfe81 refactor: update RecentlyAdded to aggregate movies and shows from all libraries and use ListItem interface

Built with GoReleaser

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 14 May 07:15

Cue Release v1.1.0

Welcome to the latest version of Cue!

Changelog

  • 6262bc2 feat: add StateInspecting and enable scrollable, persistent inspector focus within columns
  • df5d219 feat: add enter key support for confirmation prompts in TUI
  • 70214e2 feat: enable default autoplay and pass playlist start index to mpv launcher
  • f1b0740 feat: implement autoplay feature to automatically play next episode upon playback completion
  • cfd9889 feat: implement continue watching functionality and add hide watched configuration option
  • 39ba63d feat: implement dynamic season loading to enable full playlist playback from non-sequential views
  • 7955e0c feat: support playlist playback initiation and bulk marking of previous items as watched
  • a445d35 fix: update status code validation to accept all 2xx ranges and include required identifier in Plex playback state requests
  • b71077e refactor: adjust content column vertical split ratio from 33% to 66% height
  • 8cbd5cd refactor: clean up whitespace alignment for Version field in App struct
  • 9eb9cba refactor: clean up whitespace and update TUI watch status icons and assets
  • a7ef0a7 refactor: consolidate playlist playback logic and fix state clearance in PlaybackFinishedMsg
  • ee858ab refactor: implement global autoplay setting, fix playlist item resolution, and improve scrobbler concurrency
  • 9656ceb refactor: remove redundant playlist start index tracking from playback commands and state
  • 64dfe81 refactor: update RecentlyAdded to aggregate movies and shows from all libraries and use ListItem interface

Built with GoReleaser

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 13 May 18:54

Cue Release v1.0.3

Welcome to the latest version of Cue!

Changelog

  • 9814073 chore: format code, add build metadata variables, and configure goreleaser and gitignore
  • 00dc625 feat: add GetAllEpisodes to store and implement show filtering in local views
  • 49655f9 feat: implement library-scoped refresh logic for watched status updates by tracking LibraryID across entities.
  • 465673e refactor: improve watch status logic, update UI for immediate feedback, and refine library invalidation

Built with GoReleaser