Skip to content

Releases: nentgroup/viaplay-cli

v3.3.2

Choose a tag to compare

@github-actions github-actions released this 16 Sep 09:43
074a36b

3.3.2 (2026-09-16)

Bug Fixes

  • make functionmap available for files (#211) (8aa74fa)

v3.3.1

Choose a tag to compare

@github-actions github-actions released this 13 Sep 01:20
ee029f2

3.3.1 (2026-09-13)

Bug Fixes

  • homebrew: skip macOS-only xattr postflight step on Linux (8d1252f)

Documentation

v3.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 00:34
4f9401c

Changelog

  • f8ba539 Brew cask update for viaplay-cli version v3.2.0
  • 4f9401c chore(main): release 3.3.0 (#204)
  • ffb89a8 feat: prepare for public release (#203)

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 22:05
41f2ac9

3.2.0 (2026-09-12)

Features

  • template: add shared string and ID helpers (#202) (59c3453)

Dependencies

  • deps: update module golang.org/x/crypto to v0.57.0 (#196) (292dc47)
  • deps: update module golang.org/x/oauth2 to v0.37.0 (#193) (df7f9dc)

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 07:53
795fe2c

3.1.0 (2026-09-09)

Features

  • template: add authors metadata to manifest (#200) (5572177)

Bug Fixes

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 21:25
7bd0230

3.0.0 (2026-09-08)

⚠ BREAKING CHANGES

  • vip template remove now deletes the cached template clone by default (use --keep-cache to preserve it) and resolves team-first when a team is configured, falling back to personal config only if the team has none. Manifest structure is now validated on template add/inspect/test/project create; previously-malformed manifests that used to silently work may now fail.

Features

  • add skills command and extend template (#194) (b50608a)

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 23:14
7511283

2.9.0 (2026-09-06)

Features

Dependencies

  • deps: update module github.com/google/go-github/v74 to v91 (#189) (f239d49)
  • deps: update module golang.org/x/crypto to v0.56.0 (#188) (82bfaca)

v2.8.2

Choose a tag to compare

@github-actions github-actions released this 21 Aug 08:58
884077d

2.8.2 (2026-08-21)

Dependencies

v2.8.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 08:45
1b6c96a

2.8.1 (2026-08-21)

Documentation

Dependencies

  • deps: update google/go-github/v74 to v90 (#180) (7181296)

v2.8.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 08:03
b3177ea

2.8.0 (2026-08-21)

Features

  • add hooks command (ff40d19)
  • add support for remote shared configs (3349548)
  • enhance config command ergonomics (975ee24)
  • enhance template command ergonomics (fcdf4b4)
  • refactor hooks discovery (5f819f5)

Bug Fixes