Skip to content

Commit 5631001

Browse files
xtqqczzeadityapatwardhan
authored andcommitted
Add links to diffs on Github in changelog (PowerShell#11652)
* 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
1 parent e0c5632 commit 5631001

File tree

5 files changed

+129
-65
lines changed

5 files changed

+129
-65
lines changed

CHANGELOG/6.0.md

Lines changed: 60 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 6.0 Changelog
22

3-
## v6.0.0 - 2018-01-10
3+
## [6.0.0] - 2018-01-10
44

55
### Breaking changes
66

@@ -33,7 +33,7 @@
3333
- Fix incorrect release date on the changelog (#5698) (Thanks @SwarfegaGit!)
3434
- Add instructions to deploy `win-arm` build on Windows IoT (#5682)
3535

36-
## v6.0.0-rc.2 - 2017-12-14
36+
## [6.0.0-rc.2] - 2017-12-14
3737

3838
### Breaking changes
3939

@@ -107,7 +107,7 @@ work is required for Microsoft to continue to sign and release packages from the
107107
- Remove exclusion for hang and add context exception for remaining instances (#5595)
108108
- Replace `strlen` with `strnlen` in native code (#5510)
109109

110-
## v6.0.0-rc - 2017-11-16
110+
## [6.0.0-rc] - 2017-11-16
111111

112112
### Breaking changes
113113

@@ -216,7 +216,7 @@ work is required for Microsoft to continue to sign and release packages from the
216216
- Set `requestedExecutionLevel` to `asInvoker` for `pwsh.exe` on Windows. (#5285)
217217
- Add `HighEntropyVA` to building pwsh. (#5455)
218218

219-
## v6.0.0-beta.9 - 2017-10-24
219+
## [6.0.0-beta.9] - 2017-10-24
220220

221221
### Breaking changes
222222

@@ -317,7 +317,7 @@ work is required for Microsoft to continue to sign and release packages from the
317317
- Fix VSCode `launch.json` to point to `pwsh`. (#5189)
318318
- Add example of how to create .NET Core cmdlet with Visual Studio. (#5096)
319319

320-
## v6.0.0-beta.8 - 2017-10-05
320+
## [6.0.0-beta.8] - 2017-10-05
321321

322322
### Breaking changes
323323

@@ -422,7 +422,7 @@ work is required for Microsoft to continue to sign and release packages from the
422422
* Added instructions to get permission to use PowerShell image assets. (#4938)
423423
* Added demo for using Windows PowerShell modules. (#4886)
424424

425-
## v6.0.0-beta.7 - 2017-09-13
425+
## [6.0.0-beta.7] - 2017-09-13
426426

427427
### Breaking change
428428

@@ -497,7 +497,7 @@ work is required for Microsoft to continue to sign and release packages from the
497497
* Update using-vscode.md to use the new exe path (#4736)
498498
* Update coding guidelines to make it more concrete and useful in a review process (#4754)
499499

500-
## v6.0.0-beta.6 - 2017-08-24
500+
## [6.0.0-beta.6] - 2017-08-24
501501

502502
### Breaking change
503503

@@ -567,7 +567,7 @@ PowerShell 6.0 will be exclusively built on top of CoreCLR,
567567
so we are removing a large amount of code that's built only for FullCLR.
568568
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/).
569569

570-
## v6.0.0-beta.5 - 2017-08-02
570+
## [6.0.0-beta.5] - 2017-08-02
571571

572572
### Breaking changes
573573

@@ -625,7 +625,7 @@ PowerShell 6.0 will be exclusively built on top of CoreCLR,
625625
so we are removing a large amount of code that's built only for FullCLR.
626626
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/).
627627

628-
## v6.0.0-beta.4 - 2017-07-12
628+
## [6.0.0-beta.4] - 2017-07-12
629629

630630
## Windows PowerShell backwards compatibility
631631

@@ -669,7 +669,7 @@ For more information on this, we invite you to read [this blog post explaining P
669669

670670
- Added recommended settings for VS Code. (#4054) (Thanks to @iSazonov!)
671671

672-
## v6.0.0-beta.3 - 2017-06-20
672+
## [6.0.0-beta.3] - 2017-06-20
673673

674674
### Breaking changes
675675

@@ -727,7 +727,7 @@ For more information on this, we invite you to read [this blog post explaining P
727727
- Make hosting PowerShell Core in your own .NET applications much easier by refactoring PowerShell Core to use the default CoreCLR loader. (#3903)
728728
- Update `Add-Type` to support `CSharpVersion7`. (#3933) (Thanks to @iSazonov)
729729

730-
## v6.0.0-beta.2 - 2017-06-01
730+
## [6.0.0-beta.2] - 2017-06-01
731731

732732
### Support backgrounding of pipelines with ampersand (`&`) (#3360)
733733

@@ -761,7 +761,7 @@ For more information on this, we invite you to read [this blog post explaining P
761761
- Fix an issue where PSReadline was not rendering multi-line prompts correctly on macOS/Linux. (#3867)
762762
- Fix an issue where PSReadline was not working on Nano Server. (#3815)
763763

764-
## v6.0.0-beta.1 - 2017-05-08
764+
## [6.0.0-beta.1] - 2017-05-08
765765

766766
### Move to .NET Core 2.0 (.NET Standard 2.0 support)
767767

@@ -837,7 +837,7 @@ If you have any questions or comments about our telemetry, please file an issue.
837837
- Improve error messages for `ValidateCountAttribute`. (#3656) (Thanks to @iSazonov)
838838
- Update `ValidatePatternAttribute`, `ValidateSetAttribute` and `ValidateScriptAttribute` to allow users to more easily specify customized error messages. (#2728) (Thanks to @powercode)
839839

840-
## v6.0.0-alpha.18 - 2017-04-05
840+
## [6.0.0-alpha.18] - 2017-04-05
841841

842842
### Progress Bar
843843

@@ -874,7 +874,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
874874
- Fix the JEA transcription to include the endpoint configuration name in the transcript header. (#2890)
875875
- Fix `Get-Help` in a JEA session. (#2988)
876876

877-
## v6.0.0-alpha.17 - 2017-03-08
877+
## [6.0.0-alpha.17] - 2017-03-08
878878

879879
- Update PSRP client libraries for Linux and Mac.
880880
- 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`
903903
- Remove year from PowerShell copyright banner at start-up. (#3204) (Thanks to @kwiknick!)
904904
- Fixed spelling for the property name `BiosSerialNumber` for `Get-ComputerInfo`. (#3167) (Thanks to @iSazonov!)
905905

906-
## v6.0.0-alpha.16 - 2017-02-15
906+
## [6.0.0-alpha.16] - 2017-02-15
907907

908908
- Add `WindowsUBR` property to `Get-ComputerInfo` result
909909
- 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`
918918
- Fix parser error reporting for incomplete input to allow defining class in interactive host
919919
- Add the `RoleCapabilityFiles` keyword for JEA support on Windows
920920

921-
## v6.0.0-alpha.15 - 2017-01-18
921+
## [6.0.0-alpha.15] - 2017-01-18
922922

923923
- Use parentheses around file length for offline files
924924
- 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`
932932
- `Invoke-RestMethod` improvements for non-XML non-JSON input
933933
- PSRP remoting now works on CentOS without addition setup
934934

935-
## v6.0.0-alpha.14 - 2016-12-14
935+
## [6.0.0-alpha.14] - 2016-12-14
936936

937937
- Moved to .NET Core 1.1
938938
- 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`
947947
- Fix `Invoke-WebRequest` with non-text responses on non-Windows platforms
948948
- `Write-Progress` performance improvement from `alpha13` reverted because it introduced crash with a race condition
949949

950-
## v6.0.0-alpha.13 - 2016-11-22
950+
## [6.0.0-alpha.13] - 2016-11-22
951951

952952
- Fix `NullReferenceException` in binder after turning on constrained language mode
953953
- 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`
973973
- Update build scripts to support win7-x86 runtime
974974
- Move PackageManagement code/test to oneget.org
975975

976-
## v6.0.0-alpha.12 - 2016-11-03
976+
## [6.0.0-alpha.12] - 2016-11-03
977977

978978
- Fix `Get-ChildItem -Recurse -ErrorAction Ignore` to ignore additional errors
979979
- 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`
992992
- Exclude Registry and Certificate providers from UNIX PS
993993
- Update PowerShell Core to consume .Net Core preview1-24530-04
994994

995-
## v6.0.0-alpha.11 - 2016-10-17
995+
## [6.0.0-alpha.11] - 2016-10-17
996996

997997
- Add '-Title' to 'Get-Credential' and unify the prompt experience
998998
- 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`
10081008
- Fix 'Get-Help -Online' in PowerShell Core on Windows
10091009
- Spelling/grammar fixes
10101010

1011-
## v6.0.0-alpha.10 - 2016-09-15
1011+
## [6.0.0-alpha.10] - 2016-09-15
10121012

10131013
- Fix passing escaped double quoted spaces to native executables
10141014
- 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`
10201020
- Fix `Install-Module` version comparison bug
10211021
- Spelling fixes
10221022

1023-
## v6.0.0-alpha.9 - 2016-08-15
1023+
## [6.0.0-alpha.9] - 2016-08-15
10241024

10251025
- Better man page
10261026
- Added third-party and proprietary licenses
10271027
- Added license to MSI
10281028

1029-
## v6.0.0-alpha.8 - 2016-08-11
1029+
## [6.0.0-alpha.8] - 2016-08-11
10301030

10311031
- PowerShell packages pre-compiled with crossgen
10321032
- `Get-Help` content added
@@ -1049,7 +1049,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
10491049
- Desired State Configuration MOF compilation ported to Linux
10501050
- Windows 2012 R2 / Windows 8.1 remoting enabled
10511051

1052-
## v6.0.0-alpha.7 - 2016-07-26
1052+
## [6.0.0-alpha.7] - 2016-07-26
10531053

10541054
- Invoke-WebRequest and Invoke-RestMethod ported to PowerShell Core
10551055
- 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`
10671067
- FileCatalog cmdlets added back for Windows
10681068
- Get-ComputerInfo cmdlet added back for Windows
10691069

1070-
## v0.6.0 - 2016-07-08
1070+
## [0.6.0] - 2016-07-08
10711071

10721072
- Targets .NET Core 1.0 release
10731073
- PowerShellGet enabled
@@ -1081,7 +1081,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
10811081
- Source Depot synced to baseline changeset 717473
10821082
- SecureString stub replaced with .NET Core package
10831083

1084-
## v0.5.0 - 2016-06-16
1084+
## [0.5.0] - 2016-06-16
10851085

10861086
- Paths given to cmdlets are now slash-agnostic (both / and \ work as directory separator)
10871087
- 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`
11021102
- Linux xUnit tests are running again
11031103
- Many more Pester tests are running
11041104

1105-
## v0.4.0 - 2016-05-17
1105+
## [0.4.0] - 2016-05-17
11061106

11071107
- PSReadline is ported and included by default
11081108
- 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`
11131113
- Microsoft.Management.Infrastructure.Native replaced with package
11141114
- Many more Pester tests
11151115

1116-
## v0.3.0 - 2016-04-11
1116+
## [0.3.0] - 2016-04-11
11171117

11181118
- Supports Windows, Nano, OS X, Ubuntu 14.04, and CentOS 7.1
11191119
- .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`
11351135
- Documentation was completely overhauled
11361136
- Many more Pester and xUnit tests added
11371137

1138-
## v0.2.0 - 2016-03-08
1138+
## [0.2.0] - 2016-03-08
11391139

11401140
- Supports Windows, OS X, Ubuntu 14.04, and CentOS 7.1
11411141
- .NET Core packages are build 23907
@@ -1146,6 +1146,36 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord`
11461146
- `Add-Type` now works
11471147
- PowerShell code merged with upstream `rs1_srv_ps`
11481148

1149-
## v0.1.0 - 2016-02-23
1149+
## 0.1.0 - 2016-02-23
11501150

11511151
- Supports Windows, OS X, and Ubuntu 14.04
1152+
1153+
[6.0.0]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-rc.2...v6.0.0
1154+
[6.0.0-rc.2]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-rc...v6.0.0-rc.2
1155+
[6.0.0-rc]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.9...v6.0.0-rc
1156+
[6.0.0-beta.9]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.8...v6.0.0-beta.9
1157+
[6.0.0-beta.8]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.7...v6.0.0-beta.8
1158+
[6.0.0-beta.7]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.6...v6.0.0-beta.7
1159+
[6.0.0-beta.6]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.5...v6.0.0-beta.6
1160+
[6.0.0-beta.5]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.4...v6.0.0-beta.5
1161+
[6.0.0-beta.4]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.3...v6.0.0-beta.4
1162+
[6.0.0-beta.3]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.2...v6.0.0-beta.3
1163+
[6.0.0-beta.2]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.1...v6.0.0-beta.2
1164+
[6.0.0-beta.1]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.18...v6.0.0-beta.1
1165+
[6.0.0-alpha.18]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.17...v6.0.0-alpha.18
1166+
[6.0.0-alpha.17]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.16...v6.0.0-alpha.17
1167+
[6.0.0-alpha.16]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.15...v6.0.0-alpha.16
1168+
[6.0.0-alpha.15]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.14...v6.0.0-alpha.15
1169+
[6.0.0-alpha.14]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.13...v6.0.0-alpha.14
1170+
[6.0.0-alpha.13]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.12...v6.0.0-alpha.13
1171+
[6.0.0-alpha.12]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.11...v6.0.0-alpha.12
1172+
[6.0.0-alpha.11]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.10...v6.0.0-alpha.11
1173+
[6.0.0-alpha.10]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.9...v6.0.0-alpha.10
1174+
[6.0.0-alpha.9]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.8...v6.0.0-alpha.9
1175+
[6.0.0-alpha.8]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.7...v6.0.0-alpha.8
1176+
[6.0.0-alpha.7]: https://github.com/PowerShell/PowerShell/compare/v0.6.0...v6.0.0-alpha.7
1177+
[0.6.0]: https://github.com/PowerShell/PowerShell/compare/v0.5.0...v0.6.0
1178+
[0.5.0]: https://github.com/PowerShell/PowerShell/compare/v0.4.0...v0.5.0
1179+
[0.4.0]: https://github.com/PowerShell/PowerShell/compare/v0.3.0...v0.4.0
1180+
[0.3.0]: https://github.com/PowerShell/PowerShell/compare/v0.2.0...v0.3.0
1181+
[0.2.0]: https://github.com/PowerShell/PowerShell/compare/v0.1.0...v0.2.0

0 commit comments

Comments
 (0)