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: blog/2025-09-02-nushell_0_107_0.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,6 @@ As part of this release, we also publish a set of optional [plugins](https://www
66
66
-[_Other fixes_](#other-fixes-toc)
67
67
-[_Hall of fame_](#hall-of-fame-toc)
68
68
-[_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`. -->
70
69
71
70
# Highlights and themes of this release [[toc](#table-of-contents)]
72
71
@@ -76,23 +75,23 @@ This release features a couple additions to the `watch` command. The `watch` com
76
75
77
76
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!
78
77
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).
80
79
81
80
## Making `find` more cohesive [[toc](#table-of-contents)]
82
81
83
82
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!
84
83
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).
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!
90
89
91
90
**Read more about these improvements**:
92
91
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)
96
95
97
96
::: warning
98
97
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)[0m
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.
> 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.
0 commit comments