Skip to content

Releases: guitaripod/songlink-cli

3.2.0

18 Jul 19:30
Compare
Choose a tag to compare

Changelog

  • 3d42b9e Enhance README with comprehensive examples and clearer documentation
  • e1eafea Revamp --help command with comprehensive documentation

v3.1.0

18 Jul 19:18
Compare
Choose a tag to compare

Changelog

  • 0dd84b2 Add concurrent batch download manager
  • f8ba4a1 Add playlist URL parsing and Apple Music API extensions
  • 308169f Add playlist download command to CLI
  • 29da5e3 Add playlist metadata generation and tracking
  • 2ea75c3 Change release workflow to trigger on tag push
  • 1b7fa19 Improve documentation with collapsible sections and clarity
  • 553f9d1 Improve error handling for playlist fetching
  • 678ebfd Update .gitignore for playlist download feature
  • 4c4858c Update GitHub username from marcusziade to guitaripod
  • 3b4c881 Update documentation for playlist download feature
  • 5d89212 Update release workflow to accept version without v prefix

v3.0.0

18 Apr 10:06
f8837ff
Compare
Choose a tag to compare

Changelog

  • e85615f Add direct download feature
  • 1e42c2d Improve error handling for song action choice selection
  • f8837ff Update README to include new features and improvements

v2.0.0

28 Mar 22:54
Compare
Choose a tag to compare

Changelog

  • 181533b Add Apple Music search feature using MusicKitKat Go SDK
  • 5a89156 Add GitHub Actions workflow for release process
  • cbb442a Disable checksum signing in goreleaser config
  • bfe4602 Update README.md
  • ccd7b0b Update README.md
  • 9dfa592 update GITHUB_TOKEN to use PAT in release workflow

v0.0.9

12 Apr 02:43
Compare
Choose a tag to compare

Changelog

  • c77fa00 Add flag options for different output formats
  • 4bc1707 Refactor code to handle cases where nonLocalURL or spotifyURL is empty

Added support for command line arguments to customize the output format:

  • -x: Optimized for Twitter. Retrieves the Songlink URL without surrounding <> + Spotify for embed
  • -d: Optimized for Discord. Retrieves the Songlink URL surrounded by <> + Spotify for embed
  • -s: Retrieves only the Spotify URL
  • noarg: Retrieves the song.link URL only

v0.0.8

01 Apr 18:23
Compare
Choose a tag to compare

Changelog

  • b3dfc2a Add loading indicator while getting links from search URL
  • 7ef2cb4 Refactor outputString format to remove extra line break in GetLinks function

v0.0.7

19 Feb 17:33
Compare
Choose a tag to compare

Changelog

  • 97ffa25 Refactor formatting of Spotify URL in songlinkfetcher.go
  • 442b8fc Update README.md
  • a6ecdaf Update README.md

v0.0.6

18 Feb 19:04
Compare
Choose a tag to compare

Changelog

  • e731dae Fix goreleaser deprecation and change main to .

v0.0.3

05 Jan 18:27
Compare
Choose a tag to compare

Changelog

  • a95bb4c Add Spotify URL to output
  • e99a65d Add system notifications
  • 7d93862 Replace TUI with background process
  • be4b174 Replace system notis with terminal prints

v0.0.2

10 Sep 09:34
Compare
Choose a tag to compare

Changelog