Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 4.94.1
**`(fix):`** Fix global theme asset downloads preserving original filenames and extensions.
Previously, assets downloaded from S3 CAS URLs (whose pathname is a raw content
hash) were saved without a file extension, breaking downstream MIME type detection.
The CLI now reads the filename from the presigned URL's response-content-disposition
query parameter, falling back to the Content-Disposition response header, then
Content-Type, so files land on disk with their correct names (e.g. logo.svg).


## 4.94.0
**`(feat):`** Add consumer-side support for the `global-theme` key in docs.yml. When a docs site
declares `global-theme: <name>`, the CLI fetches the named theme from Fern's cloud
Expand Down
Loading