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/PSReadLine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0-beta0
Choose a base ref
...
head repository: PowerShell/PSReadLine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.1-beta1
Choose a head ref
  • 20 commits
  • 25 files changed
  • 4 contributors

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    5e63f14 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    b162aef View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    d7fe398 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    789bb84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdac7de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4023f06 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. 1 Configuration menu
    Copy the full SHA
    61f598d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    cb6037f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    6327a1a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Add 'ob_restore_phase' for every task before the signing task to work…

    … around the signing issue (#4046)
    daxian-dbw authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    eff1452 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    e9122d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Release SBOM (#4201)

    daxian-dbw authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a1130b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    11974f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e87a265 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    9e946af View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Configuration menu
    Copy the full SHA
    1ea00df View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    455eebe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a272810 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Update PSReadLine build to target netstandard2.0 (#4584)

    By retargeting PSReadLine to `netstandard2.0`, we can simplify the build a lot and produce the same assembly no matter building on Windows or non-Windows.
    
    - Update PSReadLine build to target `netstandard2.0`, including the CI and release pipeline YAML files.
    - Update the test to target `net472` and `net6.0`, so that we can run tests with both .NET Framework and .NET
    - Rename `Microsoft.PowerShell.PSReadLine2.dll` to `Microsoft.PowerShell.PSReadLine.dll`
    - Update and clean up the `README.md` with the up-to-date information
    daxian-dbw authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    49604e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a9b4df View commit details
    Browse the repository at this point in the history
Loading