Windows PowerShell 歷史版本列表
PowerShell 是 Windows 和 Windows Server 的自動化平台和腳本語言,允許您簡化系統的管理。與其他基於文本的 shell 不同,PowerShell 利用了.NET Framework 的強大功能,提供豐富的對象和大量的內置功能,可以控制 Windows 環境.8997423 Select version:Windows PowerShell 5.0 for Wind... Windows PowerShell 軟體介紹Windows PowerShell (32-bit)Windows PowerShell (64-bit)
更新時間:2019-01-11
更新細節:
What's new in this version:
- Added AC-3 (ac3) encoder
- Fixed Apple AAC encoder configuration ui for non-VBR formats
- Automatic 32/64-bit file format for MPEG-4 ISO base media file formats (m4a m4b)
- Fixed 64-bit WAV (PCM) (RF64) missing number of samples field from the file header
- Support decoding Vorbis (ogg) files larger than 2GB
- Restricted TTA file size to 4GB (TTA file format maximum size is 4GB)
- Workaround for the Opus encoder bug in automatic Music/Voice detection in 5.1 channel mode with very low bitrates
- Updated FFmpeg 4.1 (provides decoding support for various audio formats)
- Reset free trial period
更新時間:2018-12-18
更新細節:
What's new in this version:
- Assorted bug fixes and performance improvements
更新時間:2018-12-08
更新細節:
What's new in this version:
- Fixed a bug that sometimes caused pdfFactory to become unresponsive when the mouse was right-clicked
- Fixed a bug that caused extraneous white lines to appear in the onscreen preview
- Fixed display and scrolling bugs that sometimes happened when fine-zooming in thumbnail view (i.e. Ctrl+Alt+0, Ctrl Alt +, Ctrl Alt-)
- Fixed a bug that caused the Send command to fail for long email messages
更新時間:2018-12-02
更新細節:
更新時間:2018-11-22
更新細節:
What's new in this version:
- Added Audio Engine settings to the Options
- Select preferred sample rate converter
- SoX resampler
- Opus/Speex resampler
- Select sample rate conversion quality
- Dithering settings
- Enable / Disable the dither
- Select Rectangular, Triangular, or Noise-shaped
- Dithering can be used when converting from higher bit depths to 24-bit, 16-bit, or 8-bit
- Smarter Auto-selection of the output sample rate (for all output formats)
- Automatically select the output sample rate that preserves the best audio quality (previously used multiples when possible)
- Output sample rate can also be chosen manually for all output formats
- Added 384kHz and 352.8kHz sample rate output for all lossless formats (except for WMA/lossless that does not have such an option)
- Improved Opus encoder audio quality
- Now uses ezcd's sample rate converter for better audio quality (Opus internally uses Speex resampler with quality level 5)
- Configure sample rate converter quality from Options
- Vorbis encoder update
- Added manual sample rate selection
- Now supports 192kHz, 176.4kHz, 96kHz, and 88.2kHz encoding
- FhG FDK AAC encoder update
- Added manual sample rate selection
- Now supports 96kHz and 88.2kHz encoding
- More CBR formats for AAC LC and HE AAC v1
- Apple AAC encoder update
- Added manual sample rate selection
- Improved MP3 encoder audio quality
- Better audio quality for output formats that require sample rate conversion
- Let the LAME MP3 encoder to decide the best sample rate, but use ezcd's sample rate converter for better audio quality
- Configure sample rate converter quality from Options
- Monkey's Audio v4.40 codec update
更新時間:2018-11-16
更新細節:
What's new in this version:
Engine Updates and Fixes:
- Fix issue with logging the null character in ScriptBlock logging
- Consolidation of all Windows PowerShell work ported to 6.1
General Cmdlet Updates and Fixes:
- Use ZipFile and ExtractToDirectory APIs to extract zip file
Build and Packaging Improvements:
- Update the Archive module version
- Update to .NET Core 2.1.5 with SDK 2.1.403
- Disable package major upgrade tests for release branch
- Bump versions for dependencies
- Port changes to allow AzDevOps NuGet feeds for macOS build
- Port macOS changes from GitHub
- Add function to create a new nuget.config file
- Updated wxs file to match published packages
Tests:
- Change API to match cmdlet which is more reliable in AzDevOps Pipelines Windows
- Fix conflict with Get-AdlStoreChildItem from az module in tab completion tests
更新時間:2018-11-13
更新細節:
What's new in this version:
Engine updates and fixes:
- Fix issue with logging the null character in ScriptBlock logging
General cmdlet updates and fixes:
- Use ZipFile and ExtractToDirectory APIs to extract zip file
Build and Packaging Improvements:
- Update SignType in signing.xml
- Port changes to pull PowerShell Gallery modules from Modules csproj
- Port macOS Release build changes changes from GitHub
- Fix script path for PowerShellPackageVsts.ps1
- Workaround for accessing AzDevOps Artifacts
- Bump various packages to latest patch version
- Update PowerShell SDK NuGet various metadata description
更新時間:2018-11-02
更新細節:
What's new in this version:
- display and performance improvements
- fixed a bug that sometimes caused bitmaps on rotated pages to be imaged incorrectly
- (Pro only) better usability when working with line and shape notes
更新時間:2018-09-13
更新細節:
What's new in this version:
Engine Updates and Fixes:
- Enable indexing operations on System.Tuple and System.ValueTuple
- Use non-virtual call to invoke 'family or assembly' methods on base class from PowerShell class
- Handle operations with ByRef-like types gracefully in PowerShell
- Make the -settingfile flag on pwsh work for ScriptBlock logging on windows
- Ensure the SSHClientSessionTransportManager stream writer and reader fields are cleared after disposing
- Add LocationChangedAction handler to support the Windows Compatibility module
General Cmdlet Updates and Fixes:
- Fix Set-Service -Status Stopped to stop services with dependencies
- Add the Duration property to HistoryInfo
- Fix null reference in ConvertFrom-Markdown when the markdown content is empty
- Fix file blocking issue with WebCmdlets
- Fix performance issue in WSMan provider by using Refresh() to update the status rather than instantiating ServiceController
Code Cleanup:
- Remove Suspend-Job and Resume-Job cmdlets from compilation on Unix platforms
- Remove extra spaces in error messages in Modules.resx
- Cleanup the platform runtime checks from FileSystemProvider
- Improve code style of Send-MailMessage cmdlet
Tools:
- Add tools for PowerShell performance analysis
- Update code coverage module to download zip files based on job ID
Tests:
- Update test which assumes all previews have the name preview in the version
- Update Pester syntax in Set-Location test
- Add ScriptBlock logging test for Linux and macOS
- Add tests to report when package references are out of date
- Fix ModuleSpecification.Tests.ps1
- Updates Docker package tests
Build and Packaging Improvements:
- Update to the latest package references, dotnet core SDK and framework
- Make the artifact upload only occur for non-PR builds
- Change to not upload artifacts during pull request due to missing VSTS feature
- Remove workaround on VSTS that is no longer needed
- Update docker files to use MCR
- Add symbolic links for libssl and libcrypto to Debian 9 build to make remoting work
- Simplify the StartupInfo type used in Jumplist creation for faster P/Invoke
- Add VSTS CI for Windows
- Update the version of PowerShellGet module to 1.6.7
- update the version of PSReadLine module to 2.0.0-beta3
- Make sure MSI build works for non-preview builds
- Build and package framework dependent package
- Change locale of mdspell to en-US
- Add daily build on non-windows platforms
- Fix Windows MSI to remove the Uninstall shortcut during an uninstall when more than one version is installed
- Fix docker image names for release build
Documentation and Help Content:
- Update the version of .NET Core in docs
- Fix links in README.md
- Add VSTS CI build badges for master branch to README.md
- Add a paragraph in CONTRIBUTING.md about updating files.wxs
更新時間:2018-08-10
更新細節:
What's new in this version:
Build and Packaging Improvements:
- Aggregate native components into a single NuGet package "Microsoft.PowerShell.Native"
- Update the version of NuGet packages referenced by PowerShell
- Fix release build for macOS
Test:
- Fix xUnit tests
- Add new tests for hosting PowerShell SDK NuGet packages