Skip to content

Releases: nickcox/cd-extras

v2.9.4

28 Mar 11:37
Compare
Choose a tag to compare
  • Fix an issue where UNC paths not expanded properly

v2.9.3

05 Mar 22:50
cc394b6
Compare
Choose a tag to compare
  • Fix regression where Step-Up failed to change to root directory on Windows

v2.9.2

25 Feb 10:07
04790f1
Compare
Choose a tag to compare
  • Fix regression where cd-extras not starting on PowerShell v5, thanks @jetersen!
  • Fix a bug where truncated menu completion entries not emitting unicode ellipsis character

v2.9.1

20 Feb 05:19
Compare
Choose a tag to compare
  • Fix bug where multi-dotting stopped working with AUTO_CD, thanks @jamesmcgill
  • Improve output of Get-Ancestors in registry provider

v2.9.0

01 Dec 11:15
Compare
Choose a tag to compare
  • Enable auto-calculation of $cde.MaxCompletions when the option is set to 0 (or $false)
  • Deduplicate menu completion entries by adding an index to the second and subsequent occurrences of each leaf item
  • Add an option, ToolTipExtraInfo to augment the menu completion tooltip for path completion
  • Sort path completions by type (directories first), then by name
  • Default parameter set for Get-Stack now outputs IndexedPath entries for undo and redo stacks
  • Fixed a bug where final character in double-dot expansion operator was ignored