Home Explore Blog CI



nushell

3rd chunk of `blog/2022-06-14-nushell_0_64.md`
5aa21cab6289baf2e16fe90b6570795e0fb390eaf17d051c0000000100001028
- merelymyself created [Add option to sort-by naturally](https://github.com/nushell/nushell/pull/5774), and [Attempts to add `//` math operator](https://github.com/nushell/nushell/pull/5759), and [add search terms to alias](https://github.com/nushell/nushell/pull/5737), and [Improves help str substring](https://github.com/nushell/nushell/pull/5730), and [Attempts to add a command that checks if nushell is running with admin privileges](https://github.com/nushell/nushell/pull/5712), and [Make `range` require its positional argument](https://github.com/nushell/nushell/pull/5710), and [Small typo fix in `signature.rs`](https://github.com/nushell/nushell/pull/5693), and [prevent panic with `let` alone in pipeline](https://github.com/nushell/nushell/pull/5676), and [Add '-o'/`--output` flag to `fetch` to download to file](https://github.com/nushell/nushell/pull/5673), and [Add search terms to error make](https://github.com/nushell/nushell/pull/5657), and [Makes a more helpful error for `let` in pipeline](https://github.com/nushell/nushell/pull/5632)
- Kangaxx-0 created [Add NU config to allow user be able to turn off external completion](https://github.com/nushell/nushell/pull/5773), and [Support completion for alias and sub-command](https://github.com/nushell/nushell/pull/5749), and [Fix cp bug](https://github.com/nushell/nushell/pull/5642)
- fdncred created [more verbose error handling](https://github.com/nushell/nushell/pull/5765), and [make `to text` work more intuitively](https://github.com/nushell/nushell/pull/5733), and [add case_sensitive_completions config option](https://github.com/nushell/nushell/pull/5646)
- hustcer created [Add setup-nu link in README.md](https://github.com/nushell/nushell/pull/5763), and [fix: normalize some parameter names](https://github.com/nushell/nushell/pull/5725), and [Fix doc building for vuepress-next, avoid using angle brackets](https://github.com/nushell/nushell/pull/5696), and [feat: Add sensitive flag to get, fix #4295](https://github.com/nushell/nushell/pull/5685), and [feat: Add search terms to find, where, exit, which and fetch, update #5093](https://github.com/nushell/nushell/pull/5671), and [Refactor and optimize the github release workflow: deliver binary package for more targets](https://github.com/nushell/nushell/pull/5649)
- Mathspy created [Should we keep old semantics of `uniq` command?](https://github.com/nushell/nushell/pull/5761)
- rgwood created [Temporarily disable rust-cache in tests](https://github.com/nushell/nushell/pull/5747), and [Clean up README](https://github.com/nushell/nushell/pull/5718), and [Statically link the CRT on Windows](https://github.com/nushell/nushell/pull/5717), and [Fix `ls` for Windows system files](https://github.com/nushell/nushell/pull/5703), and [Don't build OpenSSL on Windows](https://github.com/nushell/nushell/pull/5651)
- kubouch created [Add `$nu.scope.engine_state`](https://github.com/nushell/nushell/pull/5739), and [Fix wrong `path` help message](https://github.com/nushell/nushell/pull/5698), and [Shorten the links of parser keywords help msgs](https://github.com/nushell/nushell/pull/5648), and [Add 'overlay new' command](https://github.com/nushell/nushell/pull/5647)
- jaeheonji created [feat: add search terms to category of strings](https://github.com/nushell/nushell/pull/5723)
- phiresky created [SQLite History MVP with timestamp, duration, working directory, exit status metadata](https://github.com/nushell/nushell/pull/5721)
- herlon214 created [nu-engine: better display for shape when showing help params](https://github.com/nushell/nushell/pull/5715), and [nu-cli/completions: add filtering tests for variables completions](https://github.com/nushell/nushell/pull/5653), and [nu-cli/completions: fix filter for variable completions](https://github.com/nushell/nushell/pull/5641)
- sec65 created [Added loginshell config file #4620](https://github.com/nushell/nushell/pull/5714)
- PerBothner created [Minor fixes to shell integration in repl.](https://github.com/nushell/nushell/pull/5701), and [Improve table output of 'to html',](https://github.com/nushell/nushell/pull/5699)

Title: Nushell 0.64 Changelog: Diverse Developer Contributions
Summary
This section details contributions to Nushell 0.64 from various developers. merelymyself focused on sorting, help strings, and 'fetch' command improvements. Kangaxx-0 added completion configuration options and fixed 'cp'. fdncred worked on error handling and text conversion. hustcer updated documentation and added features like a sensitive flag to 'get'. Mathspy questioned 'uniq' behavior. rgwood addressed testing and documentation. kubouch added '$nu.scope.engine_state' and 'overlay new'. jaeheonji enhanced string category search. phiresky introduced SQLite history. herlon214 improved help parameter displays. sec65 added loginshell config. PerBothner made shell integration and 'to html' improvements.