Hasty Briefsbeta

Bilingual

Nushell 0.110.0

24 days ago
  • #Shell
  • #Nushell
  • #Release
  • Nushell 0.110.0 introduces new commands like `let` in pipelines and `unlet` for variable deletion.
  • Improvements to the Polars plugin include selector support and cloud storage options (Azure, Google Cloud).
  • The `explore` command now features a regex reference panel and a config TUI for interactive settings modification.
  • Performance enhancements include faster `ls` on Windows and connection pooling for `http` commands.
  • Error handling improvements with new `error_style` options and better error messages for `rm`.
  • New configuration options like `$env.config.show_hints` and `$env.config.error_lines` for better user experience.
  • Bug fixes include parsing issues with ranges and match statements, and better handling of infinite sequences.
  • Plugin developers can now use the new `get_block_ir` interface for compiled Intermediate Representation.
  • The `to md` command now formats lists as unordered Markdown by default, with options for ordered or none.
  • Documentation and usability improvements, including better examples and colors in `std/help`.