diff --git a/CHANGELOG.md b/CHANGELOG.md index 3089e803..f781e900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.4.386 (2026-01-21) + +### PR [#1945](https://github.com/danielmiessler/Fabric/pull/1945) by [ksylvan](https://github.com/ksylvan): feat: Add Spotify API integration for podcast metadata retrieval + +- Add Spotify metadata retrieval via --spotify flag +- Add Spotify plugin with OAuth token handling and metadata +- Wire --spotify flag into CLI processing and output +- Register Spotify in plugin setup, env, and registry +- Update shell completions to include --spotify option + ## v1.4.385 (2026-01-20) ### PR [#1947](https://github.com/danielmiessler/Fabric/pull/1947) by [cleong14](https://github.com/cleong14): feat(patterns): add extract_bd_ideas pattern diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index 90d19c28..45cc097d 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.385" +var version = "v1.4.386" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 0f8df76f..e893a38a 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/1945.txt b/cmd/generate_changelog/incoming/1945.txt deleted file mode 100644 index 21ef87c2..00000000 --- a/cmd/generate_changelog/incoming/1945.txt +++ /dev/null @@ -1,7 +0,0 @@ -### PR [#1945](https://github.com/danielmiessler/Fabric/pull/1945) by [ksylvan](https://github.com/ksylvan): feat: Add Spotify API integration for podcast metadata retrieval - -- Add Spotify metadata retrieval via --spotify flag -- Add Spotify plugin with OAuth token handling and metadata -- Wire --spotify flag into CLI processing and output -- Register Spotify in plugin setup, env, and registry -- Update shell completions to include --spotify option diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index c86cc985..85bd65ee 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.385" +"1.4.386"