Skip to content

v0.72 blog post#666

Merged
sophiajt merged 22 commits intomainfrom
release-notes-0.72
Nov 29, 2022
Merged

v0.72 blog post#666
sophiajt merged 22 commits intomainfrom
release-notes-0.72

Conversation

@rgwood
Copy link
Copy Markdown
Contributor

@rgwood rgwood commented Nov 10, 2022

Please add your important new features and breaking changes to the release notes by committing to/opening a PR against the release-notes-0.72 branch. Thank you!

@sophiajt sophiajt merged commit 6fe3c0a into main Nov 29, 2022
@sophiajt sophiajt deleted the release-notes-0.72 branch November 29, 2022 18:31
@fdncred
Copy link
Copy Markdown
Contributor

fdncred commented Nov 29, 2022

@webbedspace I tried to use your (I think it's yours) one-liner to change my config and it pukes. Any tips? Do we need to update the one-liner in the blog?
image

I think I figured part of this out. I didn't have case_sensitive_completions in my config.nu at all. But now it's whining about closure not supported.

The closure problem as that to nuon doesn't support this input any longer for some reason. Also there filesize is missing from the one-liner.

ayax79 pushed a commit to ayax79/nushell.github.io that referenced this pull request Jun 26, 2024
…ushell#666)

Continuing effort on nushell/nu_scripts#617
which only auto-completes path relative to git root.

Before,

```
$ cd src/

$ git add <tab>
src/main.rs    Modified
README.md      Untracked

$ git diff <tab>
src/main.rs
```

Now it displays,
```
$ cd src/

$ git add <tab>
main.rs           Modified
../README.md      Untracked

$ git diff <tab>
main.rs
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants