You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use consistent date format in markdown files
Change to international date format to match date format in `CHANGELOG/6.1.md` etc.
* Add links to compare views on Github
Copy file name to clipboardExpand all lines: CHANGELOG/6.0.md
+60-30Lines changed: 60 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# 6.0 Changelog
2
2
3
-
## v6.0.0 - 2018-01-10
3
+
## [6.0.0] - 2018-01-10
4
4
5
5
### Breaking changes
6
6
@@ -33,7 +33,7 @@
33
33
- Fix incorrect release date on the changelog (#5698) (Thanks @SwarfegaGit!)
34
34
- Add instructions to deploy `win-arm` build on Windows IoT (#5682)
35
35
36
-
## v6.0.0-rc.2 - 2017-12-14
36
+
## [6.0.0-rc.2] - 2017-12-14
37
37
38
38
### Breaking changes
39
39
@@ -107,7 +107,7 @@ work is required for Microsoft to continue to sign and release packages from the
107
107
- Remove exclusion for hang and add context exception for remaining instances (#5595)
108
108
- Replace `strlen` with `strnlen` in native code (#5510)
109
109
110
-
## v6.0.0-rc - 2017-11-16
110
+
## [6.0.0-rc] - 2017-11-16
111
111
112
112
### Breaking changes
113
113
@@ -216,7 +216,7 @@ work is required for Microsoft to continue to sign and release packages from the
216
216
- Set `requestedExecutionLevel` to `asInvoker` for `pwsh.exe` on Windows. (#5285)
217
217
- Add `HighEntropyVA` to building pwsh. (#5455)
218
218
219
-
## v6.0.0-beta.9 - 2017-10-24
219
+
## [6.0.0-beta.9] - 2017-10-24
220
220
221
221
### Breaking changes
222
222
@@ -317,7 +317,7 @@ work is required for Microsoft to continue to sign and release packages from the
317
317
- Fix VSCode `launch.json` to point to `pwsh`. (#5189)
318
318
- Add example of how to create .NET Core cmdlet with Visual Studio. (#5096)
319
319
320
-
## v6.0.0-beta.8 - 2017-10-05
320
+
## [6.0.0-beta.8] - 2017-10-05
321
321
322
322
### Breaking changes
323
323
@@ -422,7 +422,7 @@ work is required for Microsoft to continue to sign and release packages from the
422
422
* Added instructions to get permission to use PowerShell image assets. (#4938)
423
423
* Added demo for using Windows PowerShell modules. (#4886)
424
424
425
-
## v6.0.0-beta.7 - 2017-09-13
425
+
## [6.0.0-beta.7] - 2017-09-13
426
426
427
427
### Breaking change
428
428
@@ -497,7 +497,7 @@ work is required for Microsoft to continue to sign and release packages from the
497
497
* Update using-vscode.md to use the new exe path (#4736)
498
498
* Update coding guidelines to make it more concrete and useful in a review process (#4754)
499
499
500
-
## v6.0.0-beta.6 - 2017-08-24
500
+
## [6.0.0-beta.6] - 2017-08-24
501
501
502
502
### Breaking change
503
503
@@ -567,7 +567,7 @@ PowerShell 6.0 will be exclusively built on top of CoreCLR,
567
567
so we are removing a large amount of code that's built only for FullCLR.
568
568
To read more about this, check out [this blog post](https://blogs.msdn.microsoft.com/powershell/2017/07/14/powershell-6-0-roadmap-coreclr-backwards-compatibility-and-more/).
569
569
570
-
## v6.0.0-beta.5 - 2017-08-02
570
+
## [6.0.0-beta.5] - 2017-08-02
571
571
572
572
### Breaking changes
573
573
@@ -625,7 +625,7 @@ PowerShell 6.0 will be exclusively built on top of CoreCLR,
625
625
so we are removing a large amount of code that's built only for FullCLR.
626
626
To read more about this, check out [this blog post](https://blogs.msdn.microsoft.com/powershell/2017/07/14/powershell-6-0-roadmap-coreclr-backwards-compatibility-and-more/).
627
627
628
-
## v6.0.0-beta.4 - 2017-07-12
628
+
## [6.0.0-beta.4] - 2017-07-12
629
629
630
630
## Windows PowerShell backwards compatibility
631
631
@@ -669,7 +669,7 @@ For more information on this, we invite you to read [this blog post explaining P
669
669
670
670
- Added recommended settings for VS Code. (#4054) (Thanks to @iSazonov!)
671
671
672
-
## v6.0.0-beta.3 - 2017-06-20
672
+
## [6.0.0-beta.3] - 2017-06-20
673
673
674
674
### Breaking changes
675
675
@@ -727,7 +727,7 @@ For more information on this, we invite you to read [this blog post explaining P
727
727
- Make hosting PowerShell Core in your own .NET applications much easier by refactoring PowerShell Core to use the default CoreCLR loader. (#3903)
728
728
- Update `Add-Type` to support `CSharpVersion7`. (#3933) (Thanks to @iSazonov)
729
729
730
-
## v6.0.0-beta.2 - 2017-06-01
730
+
## [6.0.0-beta.2] - 2017-06-01
731
731
732
732
### Support backgrounding of pipelines with ampersand (`&`) (#3360)
733
733
@@ -761,7 +761,7 @@ For more information on this, we invite you to read [this blog post explaining P
761
761
- Fix an issue where PSReadline was not rendering multi-line prompts correctly on macOS/Linux. (#3867)
762
762
- Fix an issue where PSReadline was not working on Nano Server. (#3815)
763
763
764
-
## v6.0.0-beta.1 - 2017-05-08
764
+
## [6.0.0-beta.1] - 2017-05-08
765
765
766
766
### Move to .NET Core 2.0 (.NET Standard 2.0 support)
767
767
@@ -837,7 +837,7 @@ If you have any questions or comments about our telemetry, please file an issue.
837
837
- Improve error messages for `ValidateCountAttribute`. (#3656) (Thanks to @iSazonov)
838
838
- Update `ValidatePatternAttribute`, `ValidateSetAttribute` and `ValidateScriptAttribute` to allow users to more easily specify customized error messages. (#2728) (Thanks to @powercode)
839
839
840
-
## v6.0.0-alpha.18 - 2017-04-05
840
+
## [6.0.0-alpha.18] - 2017-04-05
841
841
842
842
### Progress Bar
843
843
@@ -874,7 +874,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
874
874
- Fix the JEA transcription to include the endpoint configuration name in the transcript header. (#2890)
875
875
- Fix `Get-Help` in a JEA session. (#2988)
876
876
877
-
## v6.0.0-alpha.17 - 2017-03-08
877
+
## [6.0.0-alpha.17] - 2017-03-08
878
878
879
879
- Update PSRP client libraries for Linux and Mac.
880
880
- We now support customer configurations for Office 365 interaction, as well as NTLM authentication for WSMan based remoting from Linux (more information [here](https://github.com/PowerShell/psl-omi-provider/releases/tag/v1.0.0.18)). (#3271)
@@ -903,7 +903,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
903
903
- Remove year from PowerShell copyright banner at start-up. (#3204) (Thanks to @kwiknick!)
904
904
- Fixed spelling for the property name `BiosSerialNumber` for `Get-ComputerInfo`. (#3167) (Thanks to @iSazonov!)
905
905
906
-
## v6.0.0-alpha.16 - 2017-02-15
906
+
## [6.0.0-alpha.16] - 2017-02-15
907
907
908
908
- Add `WindowsUBR` property to `Get-ComputerInfo` result
909
909
- Cache padding strings to speed up formatting a little
@@ -918,7 +918,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
918
918
- Fix parser error reporting for incomplete input to allow defining class in interactive host
919
919
- Add the `RoleCapabilityFiles` keyword for JEA support on Windows
920
920
921
-
## v6.0.0-alpha.15 - 2017-01-18
921
+
## [6.0.0-alpha.15] - 2017-01-18
922
922
923
923
- Use parentheses around file length for offline files
924
924
- Fix issues with the Windows console mode (terminal emulation) and native executables
@@ -932,7 +932,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
932
932
-`Invoke-RestMethod` improvements for non-XML non-JSON input
933
933
- PSRP remoting now works on CentOS without addition setup
934
934
935
-
## v6.0.0-alpha.14 - 2016-12-14
935
+
## [6.0.0-alpha.14] - 2016-12-14
936
936
937
937
- Moved to .NET Core 1.1
938
938
- Add Windows performance counter cmdlets to PowerShell Core
@@ -947,7 +947,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
947
947
- Fix `Invoke-WebRequest` with non-text responses on non-Windows platforms
948
948
-`Write-Progress` performance improvement from `alpha13` reverted because it introduced crash with a race condition
949
949
950
-
## v6.0.0-alpha.13 - 2016-11-22
950
+
## [6.0.0-alpha.13] - 2016-11-22
951
951
952
952
- Fix `NullReferenceException` in binder after turning on constrained language mode
953
953
- Enable `Invoke-WebRequest` and `Invoke-RestMethod` to not validate the HTTPS certificate of the server if required.
@@ -973,7 +973,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
973
973
- Update build scripts to support win7-x86 runtime
974
974
- Move PackageManagement code/test to oneget.org
975
975
976
-
## v6.0.0-alpha.12 - 2016-11-03
976
+
## [6.0.0-alpha.12] - 2016-11-03
977
977
978
978
- Fix `Get-ChildItem -Recurse -ErrorAction Ignore` to ignore additional errors
979
979
- Don't block pipeline when running Windows EXE's
@@ -992,7 +992,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
992
992
- Exclude Registry and Certificate providers from UNIX PS
993
993
- Update PowerShell Core to consume .Net Core preview1-24530-04
994
994
995
-
## v6.0.0-alpha.11 - 2016-10-17
995
+
## [6.0.0-alpha.11] - 2016-10-17
996
996
997
997
- Add '-Title' to 'Get-Credential' and unify the prompt experience
998
998
- Update dependency list for PowerShell Core on Linux and OS X
@@ -1008,7 +1008,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
1008
1008
- Fix 'Get-Help -Online' in PowerShell Core on Windows
1009
1009
- Spelling/grammar fixes
1010
1010
1011
-
## v6.0.0-alpha.10 - 2016-09-15
1011
+
## [6.0.0-alpha.10] - 2016-09-15
1012
1012
1013
1013
- Fix passing escaped double quoted spaces to native executables
1014
1014
- Add DockerFiles to build each Linux distribution
@@ -1020,13 +1020,13 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
1020
1020
- Fix `Install-Module` version comparison bug
1021
1021
- Spelling fixes
1022
1022
1023
-
## v6.0.0-alpha.9 - 2016-08-15
1023
+
## [6.0.0-alpha.9] - 2016-08-15
1024
1024
1025
1025
- Better man page
1026
1026
- Added third-party and proprietary licenses
1027
1027
- Added license to MSI
1028
1028
1029
-
## v6.0.0-alpha.8 - 2016-08-11
1029
+
## [6.0.0-alpha.8] - 2016-08-11
1030
1030
1031
1031
- PowerShell packages pre-compiled with crossgen
1032
1032
-`Get-Help` content added
@@ -1049,7 +1049,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
1049
1049
- Desired State Configuration MOF compilation ported to Linux
1050
1050
- Windows 2012 R2 / Windows 8.1 remoting enabled
1051
1051
1052
-
## v6.0.0-alpha.7 - 2016-07-26
1052
+
## [6.0.0-alpha.7] - 2016-07-26
1053
1053
1054
1054
- Invoke-WebRequest and Invoke-RestMethod ported to PowerShell Core
1055
1055
- Set PSReadline default edit mode to Emacs on Linux
@@ -1067,7 +1067,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
1067
1067
- FileCatalog cmdlets added back for Windows
1068
1068
- Get-ComputerInfo cmdlet added back for Windows
1069
1069
1070
-
## v0.6.0 - 2016-07-08
1070
+
## [0.6.0] - 2016-07-08
1071
1071
1072
1072
- Targets .NET Core 1.0 release
1073
1073
- PowerShellGet enabled
@@ -1081,7 +1081,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
1081
1081
- Source Depot synced to baseline changeset 717473
1082
1082
- SecureString stub replaced with .NET Core package
1083
1083
1084
-
## v0.5.0 - 2016-06-16
1084
+
## [0.5.0] - 2016-06-16
1085
1085
1086
1086
- Paths given to cmdlets are now slash-agnostic (both / and \ work as directory separator)
1087
1087
- Lack of cmdlet support for paths with literal \ is a known issue
@@ -1102,7 +1102,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
1102
1102
- Linux xUnit tests are running again
1103
1103
- Many more Pester tests are running
1104
1104
1105
-
## v0.4.0 - 2016-05-17
1105
+
## [0.4.0] - 2016-05-17
1106
1106
1107
1107
- PSReadline is ported and included by default
1108
1108
- Original Windows ConsoleHost is ported and replaced CoreConsoleHost
@@ -1113,7 +1113,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
1113
1113
- Microsoft.Management.Infrastructure.Native replaced with package
1114
1114
- Many more Pester tests
1115
1115
1116
-
## v0.3.0 - 2016-04-11
1116
+
## [0.3.0] - 2016-04-11
1117
1117
1118
1118
- Supports Windows, Nano, OS X, Ubuntu 14.04, and CentOS 7.1
1119
1119
- .NET Core packages are build rc3-24011
@@ -1135,7 +1135,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
1135
1135
- Documentation was completely overhauled
1136
1136
- Many more Pester and xUnit tests added
1137
1137
1138
-
## v0.2.0 - 2016-03-08
1138
+
## [0.2.0] - 2016-03-08
1139
1139
1140
1140
- Supports Windows, OS X, Ubuntu 14.04, and CentOS 7.1
1141
1141
- .NET Core packages are build 23907
@@ -1146,6 +1146,36 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
1146
1146
-`Add-Type` now works
1147
1147
- PowerShell code merged with upstream `rs1_srv_ps`
0 commit comments