ac0b0c416c
- Update to version 0.109.1: * Fix http get domain overflow. * Fix path resolution for source using bare-word-string-interpolation. * For a full list of changes with detailed descriptions, see: - https://www.nushell.sh/blog/2025-12-02-nushell_v0_109_1.html
Dead Mozay
2025-12-03 08:42:41 +00:00
71417ba09f
- Update to version 0.109.0: * Additions: - Add explore regex command. - Add name and description to the plugin list command. - Other additions. * Bug fixes: - Better errors for dynamic http commands. - Allow streaming to commands with union-typed pipeline input. - Fix(split column): switch to 0-index like other commands. - Don't error on optional cellpaths. - Other fixes. * Notes for plugin developers. * Hall of fame. * Other changes. * For a full list of changes with detailed descriptions, see: - https://www.nushell.sh/blog/2025-11-29-nushell_v0_109_0.html
Dead Mozay
2025-12-01 08:12:52 +00:00
7956a00994
- Update to version 0.108.0: * Let AI agents use Nushell commands. * More cool experiments. * Tab, tab, tab... Aha! * Fish out error sources. * Smarter CustomValues. * Breaking changes: - into value is now detect type, and into value now converts custom values to plain values. - Collecting a stream that contains errors now raises an error itself. - Errors raised in nested each calls preserve their context. - Changes to EditCommands. - Vi Mode Text Objects. - Other breaking changes. * Additions: - Promoted reorder-cell-paths to opt-out. - Pipefail. - Enforce Assignment Type Annotations at Runtime. - --endian flag for format bits. - Guess no more! More completions in built-in commands. - Simple syntax for simple completions. - Command-wide completion handler. - for loops no longer collect their source. - Streams of Streams. - Arbitrary Pipeline Metadata. - HTTP Response Metadata. - Add $nu.is-lsp to help with printing in lsp mode. - New Configuration Option: $env.config.table.batch_duration. - New Configuration Option: $env.config.table.stream_page_size. - Table literal columns support variables. - Add %J and %Q format specifiers for compact date/time formatting. - Add configuration for columnar menu traversal direction. - Nushell MCP Server. - Add --chars to str length command. - The to md command now always returns valid Markdown tables. - New switches are available for to md. - compact your records. * Breaking changes: - collect removes source metadata. - strings and globs can now be implicitly cast between each other. - Other additions. * Other changes: - Add run pr and download pr to toolkit. - Add network feature to top-level crate. - Improved error messages for binary literals. - Additional changes. * Bug fixes: - Aliases are now expanded before being sent to external completers. - Discard path add input. - Fixed IR evaluation error caused by redirecting output of branched blocks. - Dotnu completion refactor, fixes path with space for both dotnu module path and external executable. - boolean coloring in light theme. - changed fallback for unknown color names. - Improve collection type inference. - Using break/continue outside loops raises a compile error. - Clean up error handlers when jumping outside of try blocks. - Other fixes. * Notes for plugin developers: - Allow saving CustomValues. - Pass optional and casing to follow path methods for CustomValue. * For a full list of changes with detailed descriptions, see: - https://www.nushell.sh/blog/2025-10-15-nushell_v0_108_0.html.
Dead Mozay
2025-10-16 05:54:11 +00:00
bc053deafe
- Update to version 0.106.1: * Bug fixes and other changes: - Fixed regression in the bare string interpolation. - Fixed flag handling of get in the const version. * For a full list of changes with detailed descriptions, see: - https://www.nushell.sh/blog/2025-07-30-nushell_0_106_1.html
Dead Mozay
2025-07-30 04:16:20 +00:00
16655fcc8a
- Update to version 0.106.0: * NEW: Experimental options: * Improved fuzzy completion. - Arguments over possible commands. - Prefer prefix matches. * Improvements to errors and warnings. * Breaking changes: - Regression: bare word interpolation on both sides does not work. - path and directory command arguments are no longer expanded. - Stricter compound assignment operator type checking. - parse: unmatched optional capture groups are now null. * Additions: - Experimental options. - clip graduates from std-rfc. - Improved documentation, errors, and warnings. - Commands. * Deprecations: - --ignore-errors (-i) renamed to --optional (-o). * Bug fixes and other changes: - table. - Interrupting endless loops. - Dynamic config with hooks and overlays. - Preserve type of float values in conversions to various formats. - Keybind action: KillLine. - Polars. - Additional bug fixes. * For a full list of changes with detailed descriptions, see: - https://www.nushell.sh/blog/2025-07-23-nushell_0_106_0.html
Dead Mozay
2025-07-24 05:06:31 +00:00