| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -750,6 +750,7 @@ v6.0.5 | |||
| 750 | 750 | v6.1.0 | |
| 751 | 751 | v6.1.1 | |
| 752 | 752 | v6.2.0 | |
| 753 | + v6.2.1 | ||
| 753 | 754 | validatenotnullorempty | |
| 754 | 755 | versioned | |
| 755 | 756 | versioning | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,43 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## v6.2.1 - 05/21/2019 | ||
| 4 | + | ||
| 5 | + ### Engine Updates and Fixes | ||
| 6 | + | ||
| 7 | + - Re-enable tab completion for functions (#9383) | ||
| 8 | + - Disable debugger in System Lock down mode (Internal 8428) | ||
| 9 | + | ||
| 10 | + ### Code Cleanup | ||
| 11 | + | ||
| 12 | + - Update repo for Ubuntu 14.04 EOL (#9324) | ||
| 13 | + | ||
| 14 | + ### Tests | ||
| 15 | + | ||
| 16 | + - Fix skipping of tests in `RemoteSession.Basic.Tests.ps1` (#9304) | ||
| 17 | + - Update tests to account for when `$PSHOME` is read only (#9279) | ||
| 18 | + - Mark tests in macOS CI which use `applescript` as pending/inconclusive (#9352) | ||
| 19 | + - Make sure non-Windows CI fails when a test fails (#9303) | ||
| 20 | + | ||
| 21 | + ### Build and Packaging Improvements | ||
| 22 | + | ||
| 23 | + - Partially revert "Fix the failed test and update `Publish-TestResults` to make `AzDO` fail the task when any tests failed (#9457)" | ||
| 24 | + - Bump `Markdig.Signed` from `0.16.0` to `0.17.0` (#9595) | ||
| 25 | + - Bump `Microsoft.PowerShell.Archive` from `1.2.2.0` to `1.2.3.0` in `/src/Modules` (#9594) | ||
| 26 | + - Enable building on Kali Linux (#9471) | ||
| 27 | + - Fix the failed test and update `Publish-TestResults` to make `AzDO` fail the task when any tests failed (#9457) | ||
| 28 | + - Add Preview assets for `msix` (#9375) | ||
| 29 | + - Create code coverage and test packages for non-windows (#9373) | ||
| 30 | + - Fix publishing daily `nupkg` to MyGet (#9269) | ||
| 31 | + - Bump `PackageManagement` from `1.3.1` to `1.3.2` in `/src/Modules` (#9568) | ||
| 32 | + - Bump `NJsonSchema` from `9.13.27` to `9.13.37` (#9524) | ||
| 33 | + - Bump `gulp` from `4.0.0` to `4.0.2` in `/test/common/markdown` (#9443) | ||
| 34 | + - Bump `Newtonsoft.Json` from `12.0.1` to `12.0.2` (#9433) | ||
| 35 | + - Bump `System.Net.Http.WinHttpHandler` from `4.5.2` to `4.5.3` (#9367) | ||
| 36 | + - Add `AccessToken` variable to jobs that perform signing (#9351) | ||
| 37 | + - Create test package for macOS on release builds (#9344) | ||
| 38 | + - Add component detection to all jobs (#8964) | ||
| 39 | + - Move artifacts to artifact staging directory before uploading (#9273) | ||
| 40 | + | ||
| 3 | 41 | ## v6.2.0 - 03/28/2019 | |
| 4 | 42 | ||
| 5 | 43 | ### Breaking Changes | |
| Back | FazBrowse Home | New Git URL |
0 commit comments