Ir para conteúdo

MBot

Membros
  • Postagens

    688
  • Registro em

  • Última visita

    Nunca
  • Dias Ganhos

    1

Posts postados por MBot

  1. Please see the file NEWS for a detailed list of changes.

    Note: all versions are functionally equivalent, i.e. each version can handle all executable formats, so you only need the file that runs on your host OS.

    Security/VirusTotal links are listed in the pinned issue #437

    Asset / File Description / Host OS
    upx-4.2.0-amd64_linux.tar.xz UPX - Linux version
    upx-4.2.0-arm64_linux.tar.xz UPX - Linux version
    upx-4.2.0-armeb_linux.tar.xz UPX - Linux version
    upx-4.2.0-arm_linux.tar.xz UPX - Linux version
    upx-4.2.0-dos.zip UPX - DOS version
    upx-4.2.0-i386_linux.tar.xz UPX - Linux version
    upx-4.2.0-mipsel_linux.tar.xz UPX - Linux version
    upx-4.2.0-mips_linux.tar.xz UPX - Linux version
    upx-4.2.0-powerpc64le_linux.tar.xz UPX - Linux version
    upx-4.2.0-powerpc_linux.tar.xz UPX - Linux version
    upx-4.2.0-src.tar.xz UPX - source code tarball
    upx-4.2.0-win32.zip UPX - X86 Win32 version
    upx-4.2.0-win64.zip UPX - X64 Win64 version

    Download

  2. This is the fourth development build after the Windows Package Manager 1.6 build for Windows 10 (1809+) and Windows 11. This build will be released to Windows Insider Dev builds and Windows Package Manager Insiders.

    Experimental features are enabled in this release. Run winget features to see which experimental features are enabled or disabled. Add the following to your settings (winget settings) file to enable the experimental features.

        "experimentalFeatures": {
    	  "directMSI": true
              "windowsFeature": true
        },

    Windows Package Manager also includes Winget configuration, which automatically handles the setup and configuration requirements for an ideal development environment on your Windows machine. WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Check out our session at Microsoft Build to learn how to get your machine to a ready-to-code state.

    A prerelease version of the Microsoft.WinGet.Client PowerShell module has been published to the PowerShell Gallery and will no longer be included as a release asset. To install the latest version of the PowerShell module, run the following command in PowerShell 7+.

    Install-Module -Name Microsoft.WinGet.Client

    The PowerShell module requires App Installer (winget) to be installed. The Repair-WinGetPackageManager cmdlet (work in progress) is designed to install or repair App Installer.

    What's Changed

    New Contributors

    Full Changelog: v1.7.2722-preview...v1.7.2782-preview

    Download

  3. This release is the fourth stable release of Windows Package Manager 1.6 for Windows 10 (1809+) and Windows 11. Experimental features have been disabled in this release.

    The winget configure command is now a stable feature and can be used to automatically handle the setup and configuration requirements for an ideal development environment on your Windows machine. Applying a WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Support for package dependencies is also included in this stable release. You can also use the winget download command to download a package installer to your local machine.

    What's Changed

    Full Changelog: v1.6.2721...v1.6.2771

    Download

  4. This release includes many bug fixes, improvements to system call coverage, and incremental performance improvements. In particular, performance is improved for applications with thousands of threads (partly via the new WaitManager). A lot of rare intermittent bugs have been fixed, partly due to significant reworking of how unexpected task exits are handled.

    The required Linux kernel version has been bumped to 4.7 (because we require waitid() to support __WALL). The required CMake version has been bumped to 3.5.0.

    New infrastructure for building and testing rr releases in AWS EC2 instances has been constructed. This should make it easier to make more frequent and more reliable rr releases. As part of that work, we are now building Aarch64 packages.

    Download

  5. macOS 10.14.6 is now required due to introducing Swift into the codebase.

    • Byte themes have been added, accessible from the Views menu. See commit for example/details. Needs documentation still. Current themes only look good from dark mode.
    • Fixed rendering issues with Sonoma (thanks @zorgiepoo). Please test and report any issues!
    • Better error message when the "requires" command fails
    • Anti-alias option has been removed

    Download

  6. This is the third development build after the Windows Package Manager 1.6 build for Windows 10 (1809+) and Windows 11. This build will be released to Windows Insider Dev builds and Windows Package Manager Insiders.

    Experimental features are enabled in this release. Run winget features to see which experimental features are enabled or disabled. Add the following to your settings (winget settings) file to enable the experimental features.

        "experimentalFeatures": {
    	  "directMSI": true
              "windowsFeature": true
        },

    Windows Package Manager also includes Winget configuration, which automatically handles the setup and configuration requirements for an ideal development environment on your Windows machine. WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Check out our session at Microsoft Build to learn how to get your machine to a ready-to-code state.

    A prerelease version of the Microsoft.WinGet.Client PowerShell module has been published to the PowerShell Gallery and will no longer be included as a release asset. To install the latest version of the PowerShell module, run the following command in PowerShell 7+.

    Install-Module -Name Microsoft.WinGet.Client

    The PowerShell module requires App Installer (winget) to be installed. The Repair-WinGetPackageManager cmdlet (work in progress) is designed to install or repair App Installer.

    What's Changed

    • Enable COM API access to correlate with the tracking database only by @JohnMcPMS in #3703
    • Use correct caller name in Com startup telemetry event by @yao-msft in #3711

    Full Changelog: v1.7.2711-preview...v1.7.2722-preview

    Download

  7. This release is the third stable release of Windows Package Manager 1.6 for Windows 10 (1809+) and Windows 11. Experimental features have been disabled in this release.

    The winget configure command is now a stable feature and can be used to automatically handle the setup and configuration requirements for an ideal development environment on your Windows machine. Applying a WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Support for package dependencies is also included in this stable release. You can also use the winget download command to download a package installer to your local machine.

    What's Changed

    • Enable COM API access to correlate with the tracking database only by @JohnMcPMS in #3703
    • Use correct caller name in Com startup telemetry event by @yao-msft in #3711

    Full Changelog: v1.6.2701...v1.6.2721

    Download

  8. This is the second development build after the Windows Package Manager 1.6 build for Windows 10 (1809+) and Windows 11. This build will be released to Windows Insider Dev builds and Windows Package Manager Insiders.

    Experimental features are enabled in this release. Run winget features to see which experimental features are enabled or disabled. Add the following to your settings (winget settings) file to enable the experimental features.

        "experimentalFeatures": {
    	  "directMSI": true
              "windowsFeature": true
        },

    Windows Package Manager also includes Winget configuration, which automatically handles the setup and configuration requirements for an ideal development environment on your Windows machine. WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Check out our session at Microsoft Build to learn how to get your machine to a ready-to-code state.

    A prerelease version of the Microsoft.WinGet.Client PowerShell module has been published to the PowerShell Gallery and will no longer be included as a release asset. To install the latest version of the PowerShell module, run the following command in PowerShell 7+.

    Install-Module -Name Microsoft.WinGet.Client

    The PowerShell module requires App Installer (winget) to be installed. The Repair-WinGetPackageManager cmdlet (work in progress) is designed to install or repair App Installer.

    What's Changed

    New Contributors

    Full Changelog: v1.7.2491-preview...v1.7.2711-preview

    Download

  9. This release is the second stable release of Windows Package Manager 1.6 for Windows 10 (1809+) and Windows 11. Experimental features have been disabled in this release.

    The winget configure command is now a stable feature and can be used to automatically handle the setup and configuration requirements for an ideal development environment on your Windows machine. Applying a WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Support for package dependencies is also included in this stable release. You can also use the winget download command to download a package installer to your local machine.

    What's Changed

    • Set default user agent for http range requests by @yao-msft in #3645
    • Change alternate url by @JohnMcPMS in #3646
    • Improve packaged source updating by @JohnMcPMS in #3657
    • Add a bit of randomness to the wait time after source update failure by @JohnMcPMS in #3661
    • Log Com invocation startup telemetry and delay auto update time when invoked from explorer by @yaomsftin #3665
    • Fix localized strings output by @mdanish-kh in #3673
    • Improve the version header detection and logging by @JohnMcPMS in #3680

    Full Changelog: release-v1.6.2631...release-v1.6.2701

    Download

  10. This release represents our third Windows Package Manager 1.6 release candidate build for Windows 10 (1809+), and Windows 11. Experimental features have been disabled in this release.

    The winget configure command is now a stable feature and can be used to automatically handle the setup and configuration requirements for an ideal development environment on your Windows machine. Applying a WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Support for package dependencies is also included in this stable release. You can also use the winget download command to download a package installer to your local machine.

    Features

    • WinGet configure #2845
    • Support for package dependencies #163
    • winget download #658
    • Specify InstallerType #1166

    Bugs

    • Symlinks are not created for portable installations #3498

    What's Changed

    New Contributors

    Full Changelog: v1.5.2201...v1.6.2631

    Download

  11. This release represents our second Windows Package Manager 1.6 release candidate build for Windows 10 (1809+), and Windows 11. Experimental features have been disabled in this release.

    The winget configure command is now a stable feature and can be used to automatically handle the setup and configuration requirements for an ideal development environment on your Windows machine. Applying a WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    You can also use the winget download command to download a package installer to your local machine. Support for package dependencies and enabling Windows Features are also included in this stable release.

    Features

    • WinGet configure #2845
    • Support for package dependencies #163
    • winget download #658
    • Specify InstallerType #1166
    • Windows Features (WSL) #3320

    Bugs

    • Symlinks are not created for portable installations #3498

    What's Changed

    New Contributors

    • @microsoft-github-policy-service made their first contribution in #3347
    • @gigi81 made their first contribution in #3305

    Full Changelog: v1.5.2201...v1.6.2561

    Download

  12. This is the first development build after the Windows Package Manager 1.6 build for Windows 10 (1809+) and Windows 11. This build will be released to Windows Insider Dev builds and Windows Package Manager Insiders.

    Experimental features are enabled in this release. Run winget features to see which experimental features are enabled or disabled. Add the following to your settings (winget settings) file to enable the experimental features.

        "experimentalFeatures": {
    	  "directMSI": true
        },

    Windows Package Manager also includes Winget configuration, which automatically handles the setup and configuration requirements for an ideal development environment on your Windows machine. WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Check out our session at Microsoft Build to learn how to get your machine to a ready-to-code state.

    A prerelease version of the Microsoft.WinGet.Client PowerShell module has been published to the PowerShell Gallery and will no longer be included as a release asset. To install the latest version of the PowerShell module, run the following command in PowerShell 7+.

    Install-Module -Name Microsoft.WinGet.Client

    The PowerShell module requires App Installer (winget) to be installed. The Repair-WinGetPackageManager cmdlet (work in progress) is designed to install or repair App Installer.

    What's Changed

    Full Changelog: v1.6.2482...v1.7.2491-preview

    Download

×
×
  • Criar Novo...