Skip to content

Commit 19633a8

Browse files
committed
add missing pr links
1 parent 79e09da commit 19633a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/2025-10-14-nushell_v0_108_0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ http get --allow-errors https://api.example.com/events.jsonl
839839

840840
### Breaking changes
841841

842-
### `collect` removes `source` metadata (TODO)
842+
### `collect` removes `source` metadata ([#16821])
843843

844844
`collect` now removes `source` metadata field even when `content_type` is set.
845845
Previously: both were preserved, now only `content_type` is preserved.
@@ -979,10 +979,10 @@ Module path completion for command `use`/`source` now behaviors in the same mann
979979

980980
Fixed the bug of empty result of external executable path completion at the head of a pipeline when the path prefix contains spaces.
981981

982-
### boolean coloring in light theme (TODO)
982+
### boolean coloring in light theme ([#16722])
983983
When using `std/config light-theme`, booleans inside structures are now colored in dark cyan instead of white, which was very hard to read in combination with a light terminal background.
984984

985-
### changed fallback for unknown color names (TODO)
985+
### changed fallback for unknown color names ([#16722])
986986
If some named color in `$env.config.color_config` is misspelled or otherwise unknown to nu, the corresponding element is now colored using the terminal's default (as in `ansi reset`) instead of white.
987987

988988
### Improve collection type inference ([#16530])

0 commit comments

Comments
 (0)