We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d568b commit 5aafc17Copy full SHA for 5aafc17
1 file changed
fern/products/cli-api-reference/cli-changelog/2026-04-24.mdx
@@ -1,3 +1,12 @@
1
+## 4.94.1
2
+**`(fix):`** Fix global theme asset downloads preserving original filenames and extensions.
3
+Previously, assets downloaded from S3 CAS URLs (whose pathname is a raw content
4
+hash) were saved without a file extension, breaking downstream MIME type detection.
5
+The CLI now reads the filename from the presigned URL's response-content-disposition
6
+query parameter, falling back to the Content-Disposition response header, then
7
+Content-Type, so files land on disk with their correct names (e.g. logo.svg).
8
+
9
10
## 4.94.0
11
**`(feat):`** Add consumer-side support for the `global-theme` key in docs.yml. When a docs site
12
declares `global-theme: <name>`, the CLI fetches the named theme from Fern's cloud
0 commit comments