mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.386
This commit is contained in:
parent
89df6ac75e
commit
c528a72b5b
10
CHANGELOG.md
10
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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.385"
|
||||
var version = "v1.4.386"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.385"
|
||||
"1.4.386"
|
||||
|
|
|
|||
Loading…
Reference in a new issue