chore(release): Update version to v1.4.386

This commit is contained in:
github-actions[bot] 2026-01-21 00:17:17 +00:00
parent 89df6ac75e
commit c528a72b5b
5 changed files with 12 additions and 9 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
package main
var version = "v1.4.385"
var version = "v1.4.386"

Binary file not shown.

View file

@ -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

View file

@ -1 +1 @@
"1.4.385"
"1.4.386"