Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PowerShell/ConsoleGuiTools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.4
Choose a base ref
...
head repository: PowerShell/ConsoleGuiTools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.5
Choose a head ref
  • 8 commits
  • 18 files changed
  • 5 contributors

Commits on Sep 12, 2023

  1. Bump Terminal.Gui in /src/Microsoft.PowerShell.ConsoleGuiTools (#214)

    Bumps [Terminal.Gui](https://github.com/gui-cs/Terminal.Gui) from 1.13.5 to 1.14.0.
    - [Release notes](https://github.com/gui-cs/Terminal.Gui/releases)
    - [Commits](gui-cs/Terminal.Gui@v1.13.5...v1.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: Terminal.Gui
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a79e23c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Update README.md to remove prompts that aren't part of the exapmle co…

    …mmands. (#215)
    
    Removes example prompts `PS C:\> ` from command examples so that commands can be executed as copied.
    glenncarr authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b5a4bcd View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Fix clear last line on Windows Terminal Issue again (#207)

    * Added more debug flags including -UseSystemConsole
    
    * Added more debug flags including -UseNetDriver
    
    * Reverted temp package refs; requires Terminal.Gui 1.13.6
    
    * Support local nuget feed for Terminal.Gui for dev
    
    * Update local build script further
    
    * Enhanced Build script to publish module locally
    
    * Enhanced Build script to increment build number automatically
    
    * Undo local build; set Terminal.Gui v to 1.14.0
    
    * Tweaked build scripts
    
    * Removed local build setting
    
    * Verifying CI failure is due to new Terminal.Gui version requirement
    
    * Bump to .NET 7.0.401
    
    * Removed old verbose mode code
    
    * Removed extra lines
    
    * Removed unneeded sln file
    tig authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4714dd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Add Show-ObjectTree cmdlet (#179)

    * Add Show-Object
    
    * Rename Show-ObjectTree
    
    * Sort members alphabetically and add statusbar
    
    * Support for expanding IEnumerables
    
    * Disable ExpandAll
    This prevents Ctrl+Right causing infinite loop where a property references a
    parent.
    
    * Add window title with quit shortcut hint and fix NRT warning
    
    * Add search to Show-ObjectTree
    
    * Fix format/environment error strings
    
    Now correctly refers to ObjectTree not GridView
    
    * Add bracers to else block
    
    * Add command name as tag
    
    * Remove Ctrl+Q prompt and use Esc for exit
    
    * Adjust look and feel to match grid view
    
    * Add Filter, MinUI and Title options and started docs
    
    * Change Filter to match ocgv (regex support with error box)
    
    * Remove invalid examples and docs on output types to show tree
    
    * Add prototype implementation of directory contents listing
    
    * Don't output full path names of child objects
    
    * Adjust logic to be more readable
    
    * Fix class name
    
    * Add alias 'sot' for Show-ObjectTree
    
    * Add sot to `AliasesToExport`
    
    * Add UseNetDriver and Debug flags to Show-ObjectTree
    tznind authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5ee4888 View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.PowerShell.SDK (#218)

    Bumps [Microsoft.PowerShell.SDK](https://github.com/PowerShell/PowerShell) from 7.2.13 to 7.2.15.
    - [Release notes](https://github.com/PowerShell/PowerShell/releases)
    - [Commits](PowerShell/PowerShell@v7.2.13...v7.2.15)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.PowerShell.SDK
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a24ffe8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac3941b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c86505 View commit details
    Browse the repository at this point in the history
  5. Update release notes

    andyleejordan committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1bfec51 View commit details
    Browse the repository at this point in the history
Loading