You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/cli-api-reference/cli-changelog/2026-04-28.mdx
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## 4.104.0
2
+
**`(chore):`** Improved translation logging by moving verbose page array output to debug level and formatting as a concise count instead of raw JSON array.
3
+
4
+
5
+
**`(feat):`** Support simplified string syntax for `translations` field in docs.yml.
6
+
You can now use `translations: [en, ja, fr]` instead of requiring
7
+
`translations: [{lang: en}, {lang: ja}, {lang: fr}]`. The verbose
8
+
object syntax remains supported for specifying `default: true`.
9
+
10
+
1
11
## 4.103.1
2
12
**`(fix):`** Fix translation directory check to treat the first locale as the default when no explicit `default: true` is set, matching the behavior of the rest of the CLI.
0 commit comments