From 963acdefbbdbb24a4e1f2dc117302ec055d7ea9c Mon Sep 17 00:00:00 2001 From: Kayvan Sylvan Date: Tue, 20 Jan 2026 16:01:09 -0800 Subject: [PATCH] chore: incoming 1945 changelog entry --- cmd/generate_changelog/incoming/1945.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cmd/generate_changelog/incoming/1945.txt diff --git a/cmd/generate_changelog/incoming/1945.txt b/cmd/generate_changelog/incoming/1945.txt new file mode 100644 index 00000000..21ef87c2 --- /dev/null +++ b/cmd/generate_changelog/incoming/1945.txt @@ -0,0 +1,7 @@ +### 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