* Wed Oct 16 2024 Andrei Dziahel <develop7@develop7.info>
+ Update to version 0.99.0:
* Additions
- `ls --threads`
- Enhanced keybinding configuration
- `input listen`
- `random bytes` and `random chars`
- `str stats`
- `sort-by --custom`
* Breaking changes
- `sort-by` and `sort`
- Standard Library
* Deprecations
- Standard Library `std/dirs`
* Removals
- `decode new-base64` and `encode new-base64`
* Bug fixes and other changes
- Prompt to write default config files
- Mid-pipeline exit codes
- Last exit code
- `try`
- Parser bugs
- `hash`
- `view-source`
- `do -p`
- `format date`
- `save -p`
- Panic fixes
For a complete release notes, see https://www.nushell.sh/blog/2024-10-15-nushell_0_99_0.html
* Thu Sep 19 2024 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.98.0:
* Additions:
- `metadata access`.
- `split cell-path`.
- `split column --numbered`.
- `encode base32, decode base32`.
- `encode base32hex, decode base32hex`.
- `encode new-base64, decode new-base64`.
* Breaking changes:
- `into record`.
- `clear`.
- `path exists`.
- `scope commands` and `help commands`
- `tee`.
- `polars concatenate` renamed to `polars str-join`.
* Deprecations:
- `encode base64`.
* Removals:
- str deunicode.
- $env.config.use_grid_icons.
* Bug fixes and other changes:
- `find`.
- `encode hex`.
- Various Polars commands now support expressions.
- Improved script help output.
- Bit operations and commands.
- `detect columns`.
* For a full list of changes with detailed descriptions, see:
- https://www.nushell.sh/blog/2024-09-17-nushell_0_98_0.html.
* Wed Aug 21 2024 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.97.1:
* Changes to commands:
+ Additions:
- `random binary`.
- `mv --update`.
- `print --raw`.
- `polars save`.
- multipart/form-data.
+ Breaking changes:
- `ps`.
- `ls`.
- `stor`.
- `save`.
- `polars open`.
+ Removals:
- `polars to-*`.
+ Bug fixes and other changes:
- const math commands.
- `glob` accepts globs.
- `into datetime`.
- `reduce`.
- `split words`.
- `query web`.
* For a full list of changes with detailed descriptions, see:
- https://www.nushell.sh/blog/2024-08-20-nushell_0_97_1.html.
* Tue Jul 30 2024 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.96.1:
* Fix $in in range expressions.
* IR: fix incorrect capturing of subexpressions.
* Clean up arguments added to stack after `CallDecl` engine call.
* Changes to commands:
- Bug fixes and other changes `keybindings list`.
* Wed Jul 24 2024 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.96.0:
* Changes to commands:
+ Additions:
- `str deunicode`
- `chunks`
- `watch --quiet`
- `char nul`
- `view ir`
+ Breaking changes:
- `generate`
- Default column numbering.
- `select`
- `std path add`
- `default`
- `window`
- `break` and `continue`
+ Deprecations:
- `group`
+ Removals:
- `register`
- `for --numbered`
+ Other changes:
- `http` commands
- `metadata set --content-type`
- `to json`
- `into bits`
+ Bug fixes:
- `find`
- `detect columns --guess`
- `into datetime`
- `from toml`
- `help operators`
- `into binary`
- `take until`
* For a full list of changes with detailed descriptions, see:
- https://www.nushell.sh/blog/2024-07-23-nushell_0_96_0.html.
* Wed Jun 26 2024 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.95.0:
* External command parsing improvements.
* Plugin version reporting.
* New `$nu.data-dir` and `$nu.cache-dir` constants.
* Breaking changes:
- `path type`.
- `to toml`.
- `help commands`
- `str contains --not`.
- `sys`.
- `run-external`.
* Deprecations:
- `for --numbered`.
* Other changes:
- String command parse-time evaluation.
- Range slice changes.
- `from toml`.
- `sys users`.
- `into filesize`.
- `explore`.
* For a full list of changes with detailed descriptions, see:
- https://www.nushell.sh/blog/2024-06-25-nushell_0_95_0.html
* Fri Jun 14 2024 Dead Mozay <dead_mozay@opensuse.org>
- Removed post scriptlets that add and remove shells in /etc/shells.
* Tue Jun 04 2024 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.94.2:
* Fix external command name parsing with backslashes.
* Preserving absolute paths when expanding globs.
* Fri May 31 2024 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.94.1:
* estore tilde expansion on external command names.
* Fix handling of rest args in `do`.
* Restore `path type` behavior.
* Wed May 29 2024 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.94.0:
* Fixing path and PWD handling.
* Case-preserving environment.
* Streaming all the things.
* New language feature: raw strings.
* Removal of deprecated features.
* Shell integration config.
* New commands:
- `sys` subcommands.
- `ps` support on BSD systems.
- `debug profile --lines`
* Changes to existing commands:
- Making range semantics consistent.
- `scope commands`
- `which`
- `describe`
- Streaming more commands
- `cd` and `pwd`
- `collect`
- `complete`
- `each`
- `ls`
- `bytes build`
- `from nuon` and `to nuon`
- `save`
- `hide-env`
- PWD fixes
- `nu-highlight`
- `into sqlite`
- `stor insert`
- `decode base64` and `encode base64`
- `char`
- Deprecated commands
- `sys`
- `str contains --not`
- Removed commands
- `lazy make`
- `describe --collect-lazyrecords`
- List of environment variables support in `with-env`