Skip to content

Commit 2f6cbc7

Browse files
committed
Fix links after toc
1 parent fee03f0 commit 2f6cbc7

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

blog/2025-09-02-nushell_0_107_0.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ As part of this release, we also publish a set of optional [plugins](https://www
6666
- [_Other fixes_](#other-fixes-toc)
6767
- [_Hall of fame_](#hall-of-fame-toc)
6868
- [_Full changelog_](#full-changelog-toc)
69-
<!-- TODO: once all the content below is finished and committed, `use nu_scripts/make_release/release-note/notes.nu *` and run `write-toc $this_file`. -->
7069

7170
# Highlights and themes of this release [[toc](#table-of-contents)]
7271

@@ -76,23 +75,23 @@ This release features a couple additions to the `watch` command. The `watch` com
7675

7776
The `watch` command also has a "new" flag: `--debounce`. Fans of the `watch` command might be scratching their heads, since a very similar option already exists: `--debounce-ms`. This flag prevents events in rapid succession from being detected. The `--debounce` (no `-ms`) flag does the same thing, but with a proper duration value rather than an integer. Thanks to [@lucascherzer] for this addition!
7877

79-
Read [**more about `watch` event streaming**](#watch-streams-events-16428), or read [**more about the `--debounce` flag**](#new-watch-debounce-option-16187) and the [**corresponding deprecation of `--debounce-ms`**](#deprecate-watch-debounce-ms-16187).
78+
Read [**more about `watch` event streaming**](#watch-streams-events-16428-toc), or read [**more about the `--debounce` flag**](#new-watch-debounce-option-16187-toc) and the [**corresponding deprecation of `--debounce-ms`**](#deprecate-watch-debounce-ms-16187-toc).
8079

8180
## Making `find` more cohesive [[toc](#table-of-contents)]
8281

8382
Following [last release's improvements to the `find` command](/blog/2025-07-23-nushell_0_106_0.html#commands-toc), this release has some more changes aimed at making `find` more cohesive. These include `find` being case-sensitive by default, and a more useful behavior for the `--multiline` flag. Thank you to [@new-years-eve] for your work both this release and last release in making `find` more useful!
8483

85-
Read [**more about `find` being case-sensitive**](#find-is-now-case-sensitive-by-default-16323), and [**more about the new --multiline behavior**](#new-behavior-for-find-multiline-16323).
84+
Read [**more about `find` being case-sensitive**](#find-is-now-case-sensitive-by-default-16323-toc), and [**more about the new --multiline behavior**](#new-behavior-for-find-multiline-16323-toc).
8685

8786
## `query xml` improvements [[toc](#table-of-contents)]
8887

8988
The `nu_plugin_query` plugin ships with Nushell, and has a number of different commands that can help manipulate data formats that might otherwise be unwieldy. Thank you to [@weirdan] for spending some time to polish the `query xml` command. These changes should make it much nicer to use!
9089

9190
**Read more about these improvements**:
9291

93-
* [Returning scalar results, rather than putting all output into tables](#query-xml-returns-scalar-results-when-possible-16459)
94-
* [Using a fixed column name, instead of a name based on the input expression](#use-fixed-column-name-for-query-xml-output-16461)
95-
* [Additional information with nodeset outputs](#extend-nodeset-output-formats-for-query-xml-16465)
92+
* [Returning scalar results, rather than putting all output into tables](#query-xml-returns-scalar-results-when-possible-16459-toc)
93+
* [Using a fixed column name, instead of a name based on the input expression](#use-fixed-column-name-for-query-xml-output-16461-toc)
94+
* [Additional information with nodeset outputs](#extend-nodeset-output-formats-for-query-xml-16465-toc)
9695

9796
::: warning
9897
These improvements also mean a number of a breaking changes, so if you use `query xml` make sure to take a look at the breaking changes!
@@ -470,13 +469,11 @@ repeater -> Repeat a string or char N times(e.g: nu --testbin repeater a 5)
470469

471470
### Built-in `random dice` deprecated [[toc](#table-of-contents)]
472471

473-
With `random dice` being moved to `std`, the built-in command is no longer necessary. See [`random dice` moved to `std`](#random-dice-moved-to-std-16420) for more information.
472+
With `random dice` being moved to `std`, the built-in command is no longer necessary. See [`random dice` moved to `std`](#random-dice-moved-to-std-16420-toc) for more information.
474473

475474
### Deprecate `watch --debounce-ms` ([#16187]) [[toc](#table-of-contents)]
476475

477-
> TODO(release-notes): verify link works after generating ToC
478-
479-
With the new [watch --debounce option](#new-watch-duration-option-toc), the `--debounce-ms` option is no longer necessary. Use `watch --debounce` with a duration value instead.
476+
With the new [watch --debounce option](#new-watch-debounce-option-16187-toc), the `--debounce-ms` option is no longer necessary. Use `watch --debounce` with a duration value instead.
480477

481478
## Other changes [[toc](#table-of-contents)]
482479

0 commit comments

Comments
 (0)