diff --git a/This week in Nu 133.md b/This week in Nu 133.md index ffe3986..a3b8871 100644 --- a/This week in Nu 133.md +++ b/This week in Nu 133.md @@ -6,7 +6,7 @@ - elferherrera [corrected history menu](https://github.com/nushell/nushell/pull/4814), and added [reedline bump](https://github.com/nushell/nushell/pull/4779), and another [reedline bump](https://github.com/nushell/nushell/pull/4766), and [Added real index column to history](https://github.com/nushell/nushell/pull/4756), and added [history bang](https://github.com/nushell/nushell/pull/4735) - danimesq created [Icon for .nu files' mimetype](https://github.com/nushell/nushell/pull/4813) - fdncred created [nushell icons contributed by the community](https://github.com/nushell/nushell/pull/4812), and [reorganized features a bit](https://github.com/nushell/nushell/pull/4807), and [changed cargo.toml so plugins don't build with features=extra](https://github.com/nushell/nushell/pull/4788), and [added ability to check if value does not contain something](https://github.com/nushell/nushell/pull/4783), and [added ansi escape](https://github.com/nushell/nushell/pull/4772), and [enabled to-nu to include the whole dfr if rows is not specified](https://github.com/nushell/nushell/pull/4753), and [just made install-all.sh executable](https://github.com/nushell/nushell/pull/4739) -- jntrnr [bumped reedline](https://github.com/nushell/nushell/pull/4806), and [ensurde exit codes in more cases](https://github.com/nushell/nushell/pull/4804), and [Ensured exit codes in more cases](https://github.com/nushell/nushell/pull/4803), and [Moved completions to DeclId](https://github.com/nushell/nushell/pull/4801), and [Fixed the panic when using externs + subexpression](https://github.com/nushell/nushell/pull/4799), and [Allowed passing block literals to do](https://github.com/nushell/nushell/pull/4798), and added [Simplify `empty?`, improve `default`](https://github.com/nushell/nushell/pull/4797), and [Fixed expansion of row condition implied it](https://github.com/nushell/nushell/pull/4795), and [Added the proper workarounds for short flags](https://github.com/nushell/nushell/pull/4794), and [Allowed quotes in a `register` call](https://github.com/nushell/nushell/pull/4793), and [Changed `select` to match 0.44](https://github.com/nushell/nushell/pull/4792), and [Made `reduce -n` more sensible](https://github.com/nushell/nushell/pull/4791), and [Made date values more readable](https://github.com/nushell/nushell/pull/4790), and [Removed duplicate code](https://github.com/nushell/nushell/pull/4789), and [Added support for var decl spans](https://github.com/nushell/nushell/pull/4787), and [Reverted "Make `if` blocks work like a def-env"](https://github.com/nushell/nushell/pull/4782), and [Fixed external extra](https://github.com/nushell/nushell/pull/4777), and [Added support for default values to params and flags](https://github.com/nushell/nushell/pull/4770), and [Fixed rest parsing](https://github.com/nushell/nushell/pull/4765), and added [More nuon tests, fix table print](https://github.com/nushell/nushell/pull/4762), and [Simplify group/window into their own commands](https://github.com/nushell/nushell/pull/4760), and [Bump reedline](https://github.com/nushell/nushell/pull/4747), and [Added more multiline pipeline forms](https://github.com/nushell/nushell/pull/4740), and [Made `if` blocks work like a def-env](https://github.com/nushell/nushell/pull/4656) +- jt [bumped reedline](https://github.com/nushell/nushell/pull/4806), and [ensurde exit codes in more cases](https://github.com/nushell/nushell/pull/4804), and [Ensured exit codes in more cases](https://github.com/nushell/nushell/pull/4803), and [Moved completions to DeclId](https://github.com/nushell/nushell/pull/4801), and [Fixed the panic when using externs + subexpression](https://github.com/nushell/nushell/pull/4799), and [Allowed passing block literals to do](https://github.com/nushell/nushell/pull/4798), and added [Simplify `empty?`, improve `default`](https://github.com/nushell/nushell/pull/4797), and [Fixed expansion of row condition implied it](https://github.com/nushell/nushell/pull/4795), and [Added the proper workarounds for short flags](https://github.com/nushell/nushell/pull/4794), and [Allowed quotes in a `register` call](https://github.com/nushell/nushell/pull/4793), and [Changed `select` to match 0.44](https://github.com/nushell/nushell/pull/4792), and [Made `reduce -n` more sensible](https://github.com/nushell/nushell/pull/4791), and [Made date values more readable](https://github.com/nushell/nushell/pull/4790), and [Removed duplicate code](https://github.com/nushell/nushell/pull/4789), and [Added support for var decl spans](https://github.com/nushell/nushell/pull/4787), and [Reverted "Make `if` blocks work like a def-env"](https://github.com/nushell/nushell/pull/4782), and [Fixed external extra](https://github.com/nushell/nushell/pull/4777), and [Added support for default values to params and flags](https://github.com/nushell/nushell/pull/4770), and [Fixed rest parsing](https://github.com/nushell/nushell/pull/4765), and added [More nuon tests, fix table print](https://github.com/nushell/nushell/pull/4762), and [Simplify group/window into their own commands](https://github.com/nushell/nushell/pull/4760), and [Bump reedline](https://github.com/nushell/nushell/pull/4747), and [Added more multiline pipeline forms](https://github.com/nushell/nushell/pull/4740), and [Made `if` blocks work like a def-env](https://github.com/nushell/nushell/pull/4656) - wingertge [Removed unused `ntdef.h` include](https://github.com/nushell/nushell/pull/4767), and [Added serialization for JSON and form bodies in `post`](https://github.com/nushell/nushell/pull/4764), and [Added basic resource file for Windows binary](https://github.com/nushell/nushell/pull/4745), and [Added back `--append` flag to `save` command](https://github.com/nushell/nushell/pull/4744), and [Allowed save to accept a list of strings](https://github.com/nushell/nushell/pull/4743) - stormasm [Updated the Readme for the dataframe directory](https://github.com/nushell/nushell/pull/4757) @@ -14,7 +14,7 @@ - sebastian-xyz [Switched search provider](https://github.com/nushell/nushell.github.io/pull/277), and [added more german documentation](https://github.com/nushell/nushell.github.io/pull/259) - rgwood [Added RSS feed for blog](https://github.com/nushell/nushell.github.io/pull/276), and [Updated lists page for latest Nu](https://github.com/nushell/nushell.github.io/pull/275), and added [Node+VuePress TLC](https://github.com/nushell/nushell.github.io/pull/268), and [Updated working_with_lists for latest Nu](https://github.com/nushell/nushell.github.io/pull/267), and [Added remaining missing block parameters](https://github.com/nushell/nushell.github.io/pull/265), and [Updated intro for latest Nu version](https://github.com/nushell/nushell.github.io/pull/264), and [Updated Windows build-from-source requirements](https://github.com/nushell/nushell.github.io/pull/258), and [Removed math mode mentions, moved short hand syntax documentation](https://github.com/nushell/nushell.github.io/pull/257), and added [Nu book: grammar + spelling pass](https://github.com/nushell/nushell.github.io/pull/256), and [Added case sensitivity section to operators page](https://github.com/nushell/nushell.github.io/pull/255), and [Updated command input/output docs](https://github.com/nushell/nushell.github.io/pull/254) -- jntrnr [added "thinking in nushell" section](https://github.com/nushell/nushell.github.io/pull/274) +- jt [added "thinking in nushell" section](https://github.com/nushell/nushell.github.io/pull/274) - fdncred created [some 0.59 assets](https://github.com/nushell/nushell.github.io/pull/273) - kubouch [Updated env conversions](https://github.com/nushell/nushell.github.io/pull/272) - ammkrn [elaborated on escaping details](https://github.com/nushell/nushell.github.io/pull/270) @@ -26,7 +26,7 @@ ## Nu_Scripts -- jntrnr [Fixed 256 colour example](https://github.com/nushell/nu_scripts/pull/175) +- jt [Fixed 256 colour example](https://github.com/nushell/nu_scripts/pull/175) - fdncred created [porting more coloring scripts](https://github.com/nushell/nu_scripts/pull/174), and [ported script to help with vscode extension](https://github.com/nushell/nu_scripts/pull/172) - efx created [file casing renamer](https://github.com/nushell/nu_scripts/pull/173)