File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ ### [2.2.0-beta4] - 2021-10-27
2+ 
3+ - Generate `OnIdle` event only if the editing buffer is empty (#2934)
4+ - Add private contract delegate for PSES to handle idle (#1679)
5+ - Disable warning for the private contract field used by PSES (#2935)
6+ - Reset all ANSI attributes before changing color in rendering to avoid color leaking (#2925)
7+ - Make the default sensitive history scrubbing function a little smarter (#2921)
8+ - Generate ADO SBOM for PSReadLine (#2918)
9+ - Update the issue templates to use form templates (#2898, #2900, #2917)
10+ - Update the inline suggestion rendering to not exceed the max window buffer (#2892)
11+ - VI Mode: "Undo" now leaves the cursor under the position at the start of the deletion (#2045) (Thanks @springcomp!)
12+ - Update `CreateCharInfoBuffer` to support continuous 'NextLineToken' (#2880)
13+ - Fix `GotoBrace` to handle the case when the text buffer is empty (#2879)
14+ - Fix rendering when continuation prompt is an empty string (#2875)
15+ - Release mutex when facing `AbandonedMutexException` (#2867)
16+ - Migrate the release build to use the 1ES agent pool and also fix the API scan (#2859)
17+ - Pass the cancellation token along instead of using the default one (#2636)
18+ - Don't ignore `ConsoleKey.Packet` type as that is simply Unicode (#2632)
19+ 
20+ [2.2.0-beta4]: https://github.com/PowerShell/PSReadLine/compare/v2.2.0-beta3...v2.2.0-beta4
21+ 
122### [2.2.0-beta3] - 2021-06-01
223
324- Update the use of the prediction interface to adapt to the breaking changes introduced in PowerShell 7.2.0-preview.6 (#2524)
Original file line number Diff line number Diff line change 77    <NoWarn >$(NoWarn);CA1416</NoWarn >
88    <AssemblyVersion >2.2.0.0</AssemblyVersion >
99    <FileVersion >2.2.0</FileVersion >
10-     <InformationalVersion >2.2.0-beta3 </InformationalVersion >
10+     <InformationalVersion >2.2.0-beta4 </InformationalVersion >
1111    <CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
1212    <TargetFrameworks >net461;net6.0</TargetFrameworks >
1313    <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments